diff -r 220ee13946d3 -r ce26928cbe41 tests/test-filecache.py --- a/tests/test-filecache.py Fri Aug 28 12:18:12 2015 -0400 +++ b/tests/test-filecache.py Fri Aug 28 10:53:55 2015 -0400 @@ -130,7 +130,7 @@ util.cachestat.__init__ = originit def test_filecache_synced(): - # test old behaviour that caused filecached properties to go out of sync + # test old behavior that caused filecached properties to go out of sync os.system('hg init && echo a >> a && hg ci -qAm.') repo = hg.repository(ui.ui()) # first rollback clears the filecache, but changelog to stays in __dict__