Mercurial > public > mercurial-scm > hg-stable
diff tests/test-filelog.py @ 17486:73e3e368bd42
spelling: doesn't/does not
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | d76ba2090e0c |
children | 2761a791b113 |
line wrap: on
line diff
--- a/tests/test-filelog.py Fri Aug 17 13:58:18 2012 -0700 +++ b/tests/test-filelog.py Fri Aug 17 13:58:18 2012 -0700 @@ -12,7 +12,7 @@ def addrev(text, renamed=False): if renamed: - # data doesnt matter. Just make sure filelog.renamed() returns True + # data doesn't matter. Just make sure filelog.renamed() returns True meta = dict(copyrev=hex(nullid), copy='bar') else: meta = {}