equal
deleted
inserted
replaced
93 trying clone -r |
93 trying clone -r |
94 |
94 |
95 $ cd .. |
95 $ cd .. |
96 $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0 |
96 $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0 |
97 abort: unknown revision 'doesnotexist' |
97 abort: unknown revision 'doesnotexist' |
98 [255] |
98 [10] |
99 $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0 |
99 $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0 |
100 adding changesets |
100 adding changesets |
101 adding manifests |
101 adding manifests |
102 adding file changes |
102 adding file changes |
103 added 1 changesets with 2 changes to 2 files |
103 added 1 changesets with 2 changes to 2 files |