drawdag: use bookmarks instead of tags

Summary:
A future diff will remove tags entirely, so let's move drawdag to be
bookmark based.

Reviewed By: quark-zju

Differential Revision: D18995059

fbshipit-source-id: 70ef67259b37ef9821009d0145aa1e03c09b1309
This commit is contained in:
Durham Goode 2019-12-16 18:10:38 -08:00 committed by Facebook Github Bot
parent 9cc161fae5
commit 39a29a1300
9 changed files with 10 additions and 10 deletions

View File

@ -1109,7 +1109,7 @@ EOF
hg init repo-hg hg init repo-hg
cd repo-hg || exit 1 cd repo-hg || exit 1
setup_hg_server setup_hg_server
hg debugdrawdag <<EOF drawdag <<EOF
C C
| |
B B
@ -1334,7 +1334,7 @@ EOF
hg init repo-hg hg init repo-hg
cd repo-hg || exit 1 cd repo-hg || exit 1
setup_hg_server setup_hg_server
hg debugdrawdag <<EOF drawdag <<EOF
C C
| |
B B

View File

@ -14,7 +14,7 @@ setup repo
$ hg init repo-hg $ hg init repo-hg
$ cd repo-hg $ cd repo-hg
$ setup_hg_server $ setup_hg_server
$ hg debugdrawdag <<EOF $ drawdag <<EOF
> C > C
> | > |
> B > B

View File

@ -21,7 +21,7 @@ setup client repo2
make a few commits on the server make a few commits on the server
$ cd $TESTTMP/repo-hg $ cd $TESTTMP/repo-hg
$ hg debugdrawdag <<EOF $ drawdag <<EOF
> C > C
> | > |
> B > B

View File

@ -21,7 +21,7 @@ setup client repo2
make a few commits on the server make a few commits on the server
$ cd $TESTTMP/repo-hg $ cd $TESTTMP/repo-hg
$ hg debugdrawdag <<EOF $ drawdag <<EOF
> C > C
> | > |
> B > B

View File

@ -21,7 +21,7 @@ setup client repo2
make a few commits on the server make a few commits on the server
$ cd $TESTTMP/repo-hg $ cd $TESTTMP/repo-hg
$ hg debugdrawdag <<EOF $ drawdag <<EOF
> C > C
> | > |
> B > B

View File

@ -14,7 +14,7 @@ setup repo
$ hg init repo-hg $ hg init repo-hg
$ cd repo-hg $ cd repo-hg
$ setup_hg_server $ setup_hg_server
$ hg debugdrawdag <<EOF $ drawdag <<EOF
> C > C
> | > |
> B > B

View File

@ -15,7 +15,7 @@ setup repo
$ hg init repo-hg $ hg init repo-hg
$ cd repo-hg $ cd repo-hg
$ setup_hg_server $ setup_hg_server
$ hg debugdrawdag <<EOF $ drawdag <<EOF
> C > C
> | > |
> B > B

View File

@ -42,7 +42,7 @@ setup repo
$ hg init repo-hg $ hg init repo-hg
$ cd repo-hg $ cd repo-hg
$ setup_hg_server $ setup_hg_server
$ hg debugdrawdag <<EOF $ drawdag <<EOF
> C > C
> | > |
> B > B

View File

@ -15,7 +15,7 @@ setup repo
$ hg init repo-hg $ hg init repo-hg
$ cd repo-hg $ cd repo-hg
$ setup_hg_server $ setup_hg_server
$ hg debugdrawdag <<EOF $ drawdag <<EOF
> C > C
> | > |
> B > B