Rev 4474: (Matt Nordhoff) Update _add_text docstrings that still referred to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Jun 23 16:27:54 BST 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4474 [merge]
revision-id: pqm at pqm.ubuntu.com-20090623152750-ecuv25e1te21w2pc
parent: pqm at pqm.ubuntu.com-20090623090552-hzfy5mv9hfcral7j
parent: mnordhoff at mattnordhoff.com-20090623051207-fksdtbzkwtnrw9dd
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2009-06-23 16:27:50 +0100
message:
  (Matt Nordhoff) Update _add_text docstrings that still referred to
  	add_text.
modified:
  bzrlib/groupcompress.py        groupcompress.py-20080705181503-ccbxd6xuy1bdnrpu-8
  bzrlib/knit.py                 knit.py-20051212171256-f056ac8f0fbe1bd9
=== modified file 'bzrlib/groupcompress.py'
--- a/bzrlib/groupcompress.py	2009-06-22 19:10:32 +0000
+++ b/bzrlib/groupcompress.py	2009-06-23 15:27:50 +0000
@@ -1046,7 +1046,7 @@
         return sha1, length, None
 
     def _add_text(self, key, parents, text, nostore_sha=None, random_id=False):
-        """See VersionedFiles.add_text()."""
+        """See VersionedFiles._add_text()."""
         self._index._check_write_ok()
         self._check_add(key, None, random_id, check_content=False)
         if text.__class__ is not str:

=== modified file 'bzrlib/knit.py'
--- a/bzrlib/knit.py	2009-06-22 15:47:25 +0000
+++ b/bzrlib/knit.py	2009-06-23 15:27:50 +0000
@@ -915,7 +915,7 @@
             line_bytes=line_bytes)
 
     def _add_text(self, key, parents, text, nostore_sha=None, random_id=False):
-        """See VersionedFiles.add_text()."""
+        """See VersionedFiles._add_text()."""
         self._index._check_write_ok()
         self._check_add(key, None, random_id, check_content=False)
         if text.__class__ is not str:




More information about the bazaar-commits mailing list