##// END OF EJS Templates
phases: write default phase data as soon as possible....
Pierre-Yves David -
r16025:6697498b stable
parent child Browse files
Show More
@@ -122,6 +122,7 b' def readroots(repo):'
122 122 raise
123 123 for f in repo._phasedefaults:
124 124 roots = f(repo, roots)
125 repo._dirtyphases = True
125 126 return roots
126 127
127 128 def writeroots(repo):
@@ -121,6 +121,7 b' group can still write everything'
121 121 00660 ../push/.hg/store/data/dir/bar.i
122 122 00660 ../push/.hg/store/data/foo.i
123 123 00660 ../push/.hg/store/fncache
124 00660 ../push/.hg/store/phaseroots
124 125 00660 ../push/.hg/store/undo
125 126 00660 ../push/.hg/store/undo.phaseroots
126 127 00660 ../push/.hg/undo.bookmarks
General Comments 0
You need to be logged in to leave comments. Login now