--- a/tests/test-show.t Thu Aug 03 21:51:34 2017 -0700
+++ b/tests/test-show.t Wed Sep 13 21:15:46 2017 -0700
@@ -95,8 +95,8 @@
$ hg bookmark a-longer-bookmark
$ hg show bookmarks
- * a-longer-bookmark 7b570
- book1 b757f
+ * a-longer-bookmark 7b57
+ book1 b757
A custom bookmarks template works
@@ -113,14 +113,14 @@
"bookmark": "a-longer-bookmark",
"longestbookmarklen": 17,
"node": "7b5709ab64cbc34da9b4367b64afff47f2c4ee83",
- "nodelen": 5
+ "nodelen": 4
},
{
"active": false,
"bookmark": "book1",
"longestbookmarklen": 17,
"node": "b757f780b8ffd71267c6ccb32e0882d9d32a8cc0",
- "nodelen": 5
+ "nodelen": 4
}
]
@@ -138,19 +138,19 @@
(no bookmarks set)
$ hg --config commands.show.aliasprefix=sh shwork
- @ 7b570 commit for book2
- o b757f commit for book1
- o ba592 initial
+ @ 7b57 commit for book2
+ o b757 commit for book1
+ o ba59 initial
$ hg --config commands.show.aliasprefix='s sh' swork
- @ 7b570 commit for book2
- o b757f commit for book1
- o ba592 initial
+ @ 7b57 commit for book2
+ o b757 commit for book1
+ o ba59 initial
$ hg --config commands.show.aliasprefix='s sh' shwork
- @ 7b570 commit for book2
- o b757f commit for book1
- o ba592 initial
+ @ 7b57 commit for book2
+ o b757 commit for book1
+ o ba59 initial
The aliases don't appear in `hg config`