tests/test-share.t
changeset 45906 95c4cca641f6
parent 45483 d252f51ab032
child 46123 5b9bb4e9a3bf
equal deleted inserted replaced
45905:e131dbf6ee15 45906:95c4cca641f6
   209   $TESTTMP/thisdir/abs
   209   $TESTTMP/thisdir/abs
   210   $ hg -R thisdir/rel root
   210   $ hg -R thisdir/rel root
   211   $TESTTMP/thisdir/rel
   211   $TESTTMP/thisdir/rel
   212   $ mv thisdir thatdir
   212   $ mv thisdir thatdir
   213   $ hg -R thatdir/abs root
   213   $ hg -R thatdir/abs root
   214   abort: .hg/sharedpath points to nonexistent directory $TESTTMP/thisdir/orig/.hg!
   214   abort: .hg/sharedpath points to nonexistent directory $TESTTMP/thisdir/orig/.hg
   215   [255]
   215   [255]
   216   $ hg -R thatdir/rel root
   216   $ hg -R thatdir/rel root
   217   $TESTTMP/thatdir/rel
   217   $TESTTMP/thatdir/rel
   218 
   218 
   219 test unshare relshared repo
   219 test unshare relshared repo
   245   > EOF
   245   > EOF
   246 
   246 
   247 We cannot open the repo with the unknown requirement
   247 We cannot open the repo with the unknown requirement
   248 
   248 
   249   $ hg -R sharenewrequires status
   249   $ hg -R sharenewrequires status
   250   abort: repository requires features unknown to this Mercurial: missing-requirement!
   250   abort: repository requires features unknown to this Mercurial: missing-requirement
   251   (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   251   (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   252   [255]
   252   [255]
   253 
   253 
   254 BUG: we don't get the same error when opening the shared repo pointing to it
   254 BUG: we don't get the same error when opening the shared repo pointing to it
   255 
   255