diff tests/test-bookmarks.t @ 22105:3efe3c2609e0 stable

revset: bookmark revset interprets 'literal:' prefix correctly (issue4329)
author Michael O'Connor <mkoconnor@gmail.com>
date Mon, 11 Aug 2014 23:45:08 -0400
parents f72b71ba756b
children b59c2c8c45df
line wrap: on
line diff
--- a/tests/test-bookmarks.t	Mon Aug 11 13:10:00 2014 -0500
+++ b/tests/test-bookmarks.t	Mon Aug 11 23:45:08 2014 -0400
@@ -98,6 +98,14 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     1
   
+  $ hg log -r 'bookmark("literal:X")'
+  changeset:   0:f7b1eb17ad24
+  bookmark:    X
+  user:        test
+  date:        Thu Jan 01 00:00:00 1970 +0000
+  summary:     0
+  
+
   $ hg log -r 'bookmark(unknown)'
   abort: bookmark 'unknown' does not exist
   [255]