Mercurial > public > mercurial-scm > hg-stable
diff tests/test-static-http.t @ 17486:73e3e368bd42
spelling: doesn't/does not
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | e432fb4b4221 |
children | 31ca918d539a |
line wrap: on
line diff
--- 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