tests/test-infinitepush-ci.t
changeset 45921 95c4cca641f6
parent 45794 f90a5c211251
child 46226 0826d684a1b5
equal deleted inserted replaced
45920:e131dbf6ee15 45921:95c4cca641f6
   203 XXX: we should support pulling revisions from a local peers bundlestore without
   203 XXX: we should support pulling revisions from a local peers bundlestore without
   204 client side wrapping
   204 client side wrapping
   205 
   205 
   206   $ hg pull -r b4e4bce660512ad3e71189e14588a70ac8e31fef
   206   $ hg pull -r b4e4bce660512ad3e71189e14588a70ac8e31fef
   207   pulling from $TESTTMP/repo
   207   pulling from $TESTTMP/repo
   208   abort: unknown revision 'b4e4bce660512ad3e71189e14588a70ac8e31fef'!
   208   abort: unknown revision 'b4e4bce660512ad3e71189e14588a70ac8e31fef'
   209   [255]
   209   [255]
   210   $ hg glog
   210   $ hg glog
   211   o  1:6cb0989601f1 added a
   211   o  1:6cb0989601f1 added a
   212   |  public
   212   |  public
   213   @  0:67145f466344 initialcommit
   213   @  0:67145f466344 initialcommit
   240 
   240 
   241 Trying to specify short hash
   241 Trying to specify short hash
   242 XXX: we should support this
   242 XXX: we should support this
   243   $ hg pull -r b4e4bce660512
   243   $ hg pull -r b4e4bce660512
   244   pulling from ssh://user@dummy/repo
   244   pulling from ssh://user@dummy/repo
   245   abort: unknown revision 'b4e4bce660512'!
   245   abort: unknown revision 'b4e4bce660512'
   246   [255]
   246   [255]
   247 
   247 
   248 XXX: we should show better message when the pull is happening from bundlestore
   248 XXX: we should show better message when the pull is happening from bundlestore
   249   $ hg pull -r b4e4bce660512ad3e71189e14588a70ac8e31fef
   249   $ hg pull -r b4e4bce660512ad3e71189e14588a70ac8e31fef
   250   pulling from ssh://user@dummy/repo
   250   pulling from ssh://user@dummy/repo