Mercurial > hg-stable
changeset 17486:73e3e368bd42
spelling: doesn't/does not
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | dc0d61216672 |
children | 1bdce7e918bb |
files | tests/test-diff-issue2761.t tests/test-filelog.py tests/test-pull.t tests/test-static-http.t |
diffstat | 4 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-diff-issue2761.t Fri Aug 17 13:58:18 2012 -0700 +++ b/tests/test-diff-issue2761.t Fri Aug 17 13:58:18 2012 -0700 @@ -15,9 +15,9 @@ $ hg up -C 1 files updated, 0 files merged, 0 files removed, 0 files unresolved - $ touch doesnt-exist-in-1 + $ touch does-not-exist-in-1 $ hg add - adding doesnt-exist-in-1 + adding does-not-exist-in-1 $ hg ci -m third - $ rm doesnt-exist-in-1 + $ rm does-not-exist-in-1 $ hg diff -r 1
--- 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 = {}
--- a/tests/test-pull.t Fri Aug 17 13:58:18 2012 -0700 +++ b/tests/test-pull.t Fri Aug 17 13:58:18 2012 -0700 @@ -68,7 +68,7 @@ Test 'file:' uri handling: - $ hg pull -q file://../test-doesnt-exist + $ hg pull -q file://../test-does-not-exist abort: file:// URLs can only refer to localhost [255]
--- a/tests/test-static-http.t Fri Aug 17 13:58:18 2012 -0700 +++ b/tests/test-static-http.t Fri Aug 17 13:58:18 2012 -0700 @@ -97,8 +97,8 @@ trying clone -r $ cd .. - $ hg clone -r donotexist static-http://localhost:$HGPORT/remote local0 - abort: unknown revision 'donotexist'! + $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0 + abort: unknown revision 'doesnotexist'! [255] $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0 adding changesets