summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-11 18:26:41 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-11 18:26:41 +1200
commitc91da8921e8fa1c4edab4ec019c609ade7e019a8 (patch)
treeeca531a2f01ac03248017efe736cce013e60e161
parent17e354c9b3102ed3af97a9c0225b95699ebb6f98 (diff)
downloadobnam-c91da8921e8fa1c4edab4ec019c609ade7e019a8.tar.gz
Update comments to reflect reality.
-rw-r--r--obnamlib/store.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/obnamlib/store.py b/obnamlib/store.py
index 229bd16b..978a8ef2 100644
--- a/obnamlib/store.py
+++ b/obnamlib/store.py
@@ -14,11 +14,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# NOTE: THIS IS EXTREMELY NOT INTENDED TO BE PRODUCTION READY. THIS
-# WHOLE MODULE EXISTS ONLY TO PLAY WITH THE INTERFACE. THE IMPLEMENTATION
-# IS TOTALLY STUPID.
-
-
import btree
import errno
import hashlib
@@ -269,7 +264,7 @@ class GenerationStore(StoreTree):
directory
* similar to chunks in files
* dedicated subkey type
- * subkey is ordinal
+ * subkey is hash of directory entry's full pathname
'''