Show More
@@ -122,6 +122,7 b' def readroots(repo):' | |||||
122 | raise |
|
122 | raise | |
123 | for f in repo._phasedefaults: |
|
123 | for f in repo._phasedefaults: | |
124 | roots = f(repo, roots) |
|
124 | roots = f(repo, roots) | |
|
125 | repo._dirtyphases = True | |||
125 | return roots |
|
126 | return roots | |
126 |
|
127 | |||
127 | def writeroots(repo): |
|
128 | def writeroots(repo): |
@@ -121,6 +121,7 b' group can still write everything' | |||||
121 | 00660 ../push/.hg/store/data/dir/bar.i |
|
121 | 00660 ../push/.hg/store/data/dir/bar.i | |
122 | 00660 ../push/.hg/store/data/foo.i |
|
122 | 00660 ../push/.hg/store/data/foo.i | |
123 | 00660 ../push/.hg/store/fncache |
|
123 | 00660 ../push/.hg/store/fncache | |
|
124 | 00660 ../push/.hg/store/phaseroots | |||
124 | 00660 ../push/.hg/store/undo |
|
125 | 00660 ../push/.hg/store/undo | |
125 | 00660 ../push/.hg/store/undo.phaseroots |
|
126 | 00660 ../push/.hg/store/undo.phaseroots | |
126 | 00660 ../push/.hg/undo.bookmarks |
|
127 | 00660 ../push/.hg/undo.bookmarks |
General Comments 0
You need to be logged in to leave comments.
Login now