Mercurial > public > mercurial-scm > hg-stable
diff tests/test-propertycache.py @ 21024:7731a2281cf0
spelling: fixes from spell checker
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sun, 13 Apr 2014 19:01:00 +0200 |
parents | d51c4d85ec23 |
children | 84673a7c54af |
line wrap: on
line diff
--- 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()