Rev 4660: Tweak InventoryDirectory _check comment to avoid confusion. in http://bazaar.launchpad.net/~lifeless/bzr/bug-416732

Robert Collins robertc at robertcollins.net
Sun Aug 30 20:50:08 BST 2009


At http://bazaar.launchpad.net/~lifeless/bzr/bug-416732

------------------------------------------------------------
revno: 4660
revision-id: robertc at robertcollins.net-20090830194952-2wynnw5mgb6wnrtx
parent: robertc at robertcollins.net-20090830024730-hgtdnekzlr6e9fqc
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-416732
timestamp: Mon 2009-08-31 05:49:52 +1000
message:
  Tweak InventoryDirectory _check comment to avoid confusion.
=== modified file 'bzrlib/inventory.py'
--- a/bzrlib/inventory.py	2009-08-30 02:47:30 +0000
+++ b/bzrlib/inventory.py	2009-08-30 19:49:52 +0000
@@ -443,7 +443,7 @@
             return
         # Directories are stored as an empty file, but the file should exist
         # to provide a per-fileid log. The hash of every directory content is
-        # da... below (sha1sum('')).
+        # "da..." below (the sha1sum of '').
         checker.add_pending_item(rev_id,
             ('texts', self.file_id, self.revision), 'text',
              'da39a3ee5e6b4b0d3255bfef95601890afd80709')




More information about the bazaar-commits mailing list