sapling/eden/scm/tests/test-remotenames-schemes.t

33 lines
403 B
Perl
Raw Normal View History

#chg-compatible
$ enable schemes remotenames
2015-03-03 11:23:38 +03:00
$ newrepo a
$ drawdag << 'EOS'
> X
> |
> Z
> EOS
$ hg bookmark -r $X bookmark-X
$ newrepo b
$ drawdag << 'EOS'
> Y
> |
> Z
> EOS
$ hg bookmark -r $Y bookmark-Y
$ newrepo c
$ cat >> .hg/hgrc << EOF
2015-03-03 11:23:38 +03:00
> [schemes]
> dotdot = ../{1}
> EOF
$ hg pull -q dotdot://a
$ hg pull -q dotdot://b
2015-03-03 11:23:38 +03:00
$ hg bookmark --remote
2015-03-03 11:23:38 +03:00