comparison 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
comparison
equal deleted inserted replaced
17485:dc0d61216672 17486:73e3e368bd42
95 [255] 95 [255]
96 96
97 trying clone -r 97 trying clone -r
98 98
99 $ cd .. 99 $ cd ..
100 $ hg clone -r donotexist static-http://localhost:$HGPORT/remote local0 100 $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0
101 abort: unknown revision 'donotexist'! 101 abort: unknown revision 'doesnotexist'!
102 [255] 102 [255]
103 $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0 103 $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0
104 adding changesets 104 adding changesets
105 adding manifests 105 adding manifests
106 adding file changes 106 adding file changes