diff tests/test-glog.t @ 16158:e04cc21b01b2

graphlog: rewrite --rev like all other options
author Patrick Mezard <patrick@mezard.eu>
date Thu, 23 Feb 2012 11:21:30 +0100
parents 4a828d3bc04a
children ec33539b61f6
line wrap: on
line diff
--- a/tests/test-glog.t	Thu Feb 23 11:21:04 2012 +0100
+++ b/tests/test-glog.t	Thu Feb 23 11:21:30 2012 +0100
@@ -1486,19 +1486,3 @@
   $ hg log -G --follow a
   abort: -G/--graph option is incompatible with --follow with file argument
   [255]
-
-Test multiple revision specifications are correctly handled
-
-  $ hg log -G -r 27 -r 25 -r 21 -r 34 -r 32 -r 31 --template '{rev}\n'
-  o  34
-  |
-  o    32
-  |\
-  | o    31
-  | |\
-  o | |  27
-  |/ /
-  | o  25
-  |/
-  o    21
-  |\