mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 16:12:23 +03:00
aac5ebea17
Summary: These now pass Reviewed By: xavierd Differential Revision: D19669584 fbshipit-source-id: dd4d374c3b373367138408ae86563ae44849690c
33 lines
403 B
Raku
33 lines
403 B
Raku
#chg-compatible
|
|
|
|
$ enable schemes remotenames
|
|
|
|
$ 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
|
|
> [schemes]
|
|
> dotdot = ../{1}
|
|
> EOF
|
|
|
|
$ hg pull -q dotdot://a
|
|
$ hg pull -q dotdot://b
|
|
|
|
$ hg bookmark --remote
|
|
|
|
|