From 58cd856811cf0e0238bcb14792711672ba687175 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Sat, 13 Sep 2008 17:32:46 +0000 Subject: Changes and refactorings to couch_config git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@694989 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share') diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index fb7b9514..57bce657 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -1490,6 +1490,11 @@ var tests = { db.deleteDb(); db.createDb(); if (debug) debugger; + + /* + purge is not to be confused with a document deletion. It removes the + document and all edit history from the local instance of the database. + */ var numDocs = 10; -- cgit v1.2.3