Rev 1861: we should default to modifying the inventory unless explicitly requested. in http://bzr.arbash-meinel.com/branches/bzr/1.3-dev/nested-trees

John Arbash Meinel john at arbash-meinel.com
Tue Mar 4 18:14:32 GMT 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.3-dev/nested-trees

------------------------------------------------------------
revno: 1861
revision-id:john at arbash-meinel.com-20080304181430-a0xgc9xosic2u4ul
parent: john at arbash-meinel.com-20080304171218-i6llgxn18xh2pdud
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: nested-trees
timestamp: Tue 2008-03-04 18:14:30 +0000
message:
  we should default to modifying the inventory unless explicitly requested.
modified:
  bzrlib/transform.py            transform.py-20060105172343-dd99e54394d91687
-------------- next part --------------
=== modified file 'bzrlib/transform.py'
--- a/bzrlib/transform.py	2008-03-04 16:55:41 +0000
+++ b/bzrlib/transform.py	2008-03-04 18:14:30 +0000
@@ -1214,7 +1214,7 @@
                                    tree.case_sensitive)
         self._deletiondir = deletiondir
 
-    def apply(self, no_conflicts=False, _mover=None, skip_inventory=True):
+    def apply(self, no_conflicts=False, _mover=None, skip_inventory=False):
         """Apply all changes to the inventory and filesystem.
 
         If filesystem or inventory conflicts are present, MalformedTransform



More information about the bazaar-commits mailing list