diff -r 57b50abe2b24 -r 7731a2281cf0 tests/test-propertycache.py --- a/tests/test-propertycache.py Sun Apr 13 19:01:00 2014 +0200 +++ b/tests/test-propertycache.py Sun Apr 13 19:01:00 2014 +0200 @@ -39,8 +39,8 @@ mercurial.localrepo.localrepository.testcachedunfifoobar = testcachedunfifoobar -# create an empty repo. and instanciate it. It is important to run -# those test on the real object to detect regression. +# Create an empty repo and instantiate it. It is important to run +# these tests on the real object to detect regression. repopath = os.path.join(os.environ['TESTTMP'], 'repo') assert subprocess.call(['hg', 'init', repopath]) == 0 ui = uimod.ui()