# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID 73e3e368bd4276011fb98de7afc12d938ab84472 # Parent dc0d6121667262c21bbe74872019ce717adae4aa spelling: doesn't/does not diff -r dc0d61216672 -r 73e3e368bd42 tests/test-diff-issue2761.t --- 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 diff -r dc0d61216672 -r 73e3e368bd42 tests/test-filelog.py --- 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 = {} diff -r dc0d61216672 -r 73e3e368bd42 tests/test-pull.t --- 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] diff -r dc0d61216672 -r 73e3e368bd42 tests/test-static-http.t --- 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