diff tests/test-revset.out @ 11467:6b836d5c8c9e stable

revset: make negate work for sort specs
author Matt Mackall <mpm@selenic.com>
date Wed, 30 Jun 2010 17:44:36 -0500
parents 88abbb046e66
children ebaf117c2642
line wrap: on
line diff
--- a/tests/test-revset.out	Wed Jun 30 17:34:20 2010 -0500
+++ b/tests/test-revset.out	Wed Jun 30 17:44:36 2010 -0500
@@ -210,3 +210,13 @@
 % log '(1 and 2)::'
 % log '(1 and 2):'
 % log '(1 and 2):3'
+% log 'sort(head(), -rev)'
+9
+7
+6
+5
+4
+3
+2
+1
+0