Show More
@@ -165,7 +165,7 b' def fakeuncacheable():' | |||
|
165 | 165 | |
|
166 | 166 | def test_filecache_synced(): |
|
167 | 167 | # test old behavior that caused filecached properties to go out of sync |
|
168 |
os.system('hg init && echo a >> a && hg ci -q |
|
|
168 | os.system('hg init && echo a >> a && hg add a && hg ci -qm.') | |
|
169 | 169 | repo = hg.repository(uimod.ui.load()) |
|
170 | 170 | # first rollback clears the filecache, but changelog to stays in __dict__ |
|
171 | 171 | repo.rollback() |
General Comments 0
You need to be logged in to leave comments.
Login now