tests/test-glog.t
changeset 16158 e04cc21b01b2
parent 16157 4a828d3bc04a
child 16159 ec33539b61f6
--- 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
-  |\