[MERGE] Commit tweaks

Rob Weir rweir at ertius.org
Tue Oct 23 02:29:36 BST 2007


On 23 Oct 2007, Robert Collins wrote:
> Some some minor tweaks to commit, with no performance impact, but less
> dependence on inventory objects.

noticed these:

=== modified file 'bzrlib/commit.py'
--- bzrlib/commit.py	2007-10-15 05:02:05 +0000
+++ bzrlib/commit.py	2007-10-22 22:44:54 +0000
@@ -15,8 +15,8 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 
-# The newly committed revision is going to have a shape corresponding
-# to that of the working inventory.  Files that are not in the
+# The newly committed revisioVn is going to have a shape corresponding
                              ^ typo

+# to that of the working tree.  Files that are not in the
 # working tree and that were in the predecessor are reported as
 # removed --- this can include files that were either removed from the
 # inventory or deleted in the working tree.  If they were only
@@ -415,13 +416,10 @@
         # TODO: we could simplify this by using self._basis_delta.
 
         # The inital commit adds a root directory, but this in itself is not
                   ^ typo in the original

-rob




More information about the bazaar mailing list