Show More
@@ -80,6 +80,29 b' remote with branch?' | |||
|
80 | 80 | abort: can't query remote revision number, branch, or tags |
|
81 | 81 | [255] |
|
82 | 82 | |
|
83 | test bookmark support | |
|
84 | ||
|
85 | $ hg bookmark Y | |
|
86 | $ hg bookmark Z | |
|
87 | $ hg bookmarks | |
|
88 | Y 0:cb9a9f314b8b | |
|
89 | * Z 0:cb9a9f314b8b | |
|
90 | $ hg id | |
|
91 | cb9a9f314b8b+ tip Y/Z | |
|
92 | $ hg id --bookmarks | |
|
93 | Y Z | |
|
94 | ||
|
95 | test remote identify with bookmarks | |
|
96 | ||
|
97 | $ hg id http://localhost:$HGPORT1/ | |
|
98 | cb9a9f314b8b Y/Z | |
|
99 | $ hg id --bookmarks http://localhost:$HGPORT1/ | |
|
100 | Y Z | |
|
101 | $ hg id -r . http://localhost:$HGPORT1/ | |
|
102 | cb9a9f314b8b Y/Z | |
|
103 | $ hg id --bookmarks -r . http://localhost:$HGPORT1/ | |
|
104 | Y Z | |
|
105 | ||
|
83 | 106 | Make sure we do not obscure unknown requires file entries (issue2649) |
|
84 | 107 | |
|
85 | 108 | $ echo fake >> .hg/requires |
General Comments 0
You need to be logged in to leave comments.
Login now