diff mercurial/store.py @ 15742:65df60a3f96b

phases: prevent rebase to rebase immutable changeset.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 27 Dec 2011 00:11:22 +0100
parents 62aa9305399d
children 9fca5b056c0a
line wrap: on
line diff
--- a/mercurial/store.py	Mon Dec 26 13:48:31 2011 +0100
+++ b/mercurial/store.py	Tue Dec 27 00:11:22 2011 +0100
@@ -409,8 +409,8 @@
             self.fncache.rewrite(existing)
 
     def copylist(self):
-        d = ('data dh fncache'
-             ' 00manifest.d 00manifest.i 00changelog.d 00changelog.i phaseroots')
+        d = ('data dh fncache phaseroots'
+             ' 00manifest.d 00manifest.i 00changelog.d 00changelog.i')
         return (['requires', '00changelog.i'] +
                 ['store/' + f for f in d.split()])