tests/test-static-http.t
changeset 17486 73e3e368bd42
parent 17260 e432fb4b4221
child 17538 31ca918d539a
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