--- 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