diff tests/test-revset.t @ 12616:e797fdf91df4

revset: lower precedence of minus infix (issue2361)
author Matt Mackall <mpm@selenic.com>
date Thu, 07 Oct 2010 11:45:17 -0500
parents 78a97859b90d
children 33820dccbea4
line wrap: on
line diff
--- a/tests/test-revset.t	Tue Oct 05 20:25:51 2010 +0200
+++ b/tests/test-revset.t	Thu Oct 07 11:45:17 2010 -0500
@@ -327,3 +327,5 @@
   2
   1
   0
+  $ log '4::8 - 8'
+  4