Rev 5421: Orphan unversioned files to avoid 'missing parent' conflicts in file:///home/vila/src/bzr/bugs/323111-orphans/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Sep 10 15:36:50 BST 2010


At file:///home/vila/src/bzr/bugs/323111-orphans/

------------------------------------------------------------
revno: 5421
revision-id: v.ladeuil+lp at free.fr-20100910143650-5cupus4yoorb8xw5
parent: v.ladeuil+lp at free.fr-20100910082331-poegognv5g9kqnso
fixes bug(s): https://launchpad.net/bugs/323111
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: orphan-non-versioned-files
timestamp: Fri 2010-09-10 16:36:50 +0200
message:
  Orphan unversioned files to avoid 'missing parent' conflicts
-------------- next part --------------
=== modified file 'bzrlib/bzrdir.py'
--- a/bzrlib/bzrdir.py	2010-09-10 08:23:31 +0000
+++ b/bzrlib/bzrdir.py	2010-09-10 14:36:50 +0000
@@ -1311,7 +1311,7 @@
         empty = repository.revision_tree(_mod_revision.NULL_REVISION)
         # We ignore the conflicts returned by wt.revert since we're about to
         # delete the wt metadata anyway, all that should be left here are
-        # detritus. But see bug #634470.
+        # detritus. But see bug #634470 about subtree .bzr dirs.
         conflicts = wt.revert(old_tree=empty)
         self.destroy_workingtree_metadata()
 



More information about the bazaar-commits mailing list