tests/test-glog.t
changeset 16147 5607d829bf17
parent 16146 267cebac84c3
child 16148 184cc3c3e0a6
--- a/tests/test-glog.t	Wed Feb 22 12:30:14 2012 +0100
+++ b/tests/test-glog.t	Wed Feb 22 12:30:15 2012 +0100
@@ -1419,7 +1419,7 @@
   abort: unknown revision 'something nice'!
   [255]
   $ hg log -G --print-revset -k 'something' -k 'nice'
-  ('group', ('and', ('func', ('symbol', 'keyword'), ('string', 'something')), ('func', ('symbol', 'keyword'), ('string', 'nice'))))
+  ('group', ('group', ('and', ('func', ('symbol', 'keyword'), ('string', 'something')), ('func', ('symbol', 'keyword'), ('string', 'nice')))))
   $ hg log -G --only-branch 'something nice'
   abort: unknown revision 'something nice'!
   [255]