Mercurial > public > mercurial-scm > hg-stable
diff tests/test-diffdir.t @ 12617:2063d36b406e
revsets: make revpair revsets-aware
revpair returns the first and last members of the computed revset(s)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 07 Oct 2010 18:05:04 -0500 |
parents | 3b165c127690 |
children | 29c8e35d3283 |
line wrap: on
line diff
--- a/tests/test-diffdir.t Thu Oct 07 11:45:17 2010 -0500 +++ b/tests/test-diffdir.t Thu Oct 07 18:05:04 2010 -0500 @@ -33,8 +33,8 @@ +123 $ hg diff -r "" - abort: 00changelog.i@: ambiguous identifier! + hg: parse error: empty query [255] $ hg diff -r tip -r "" - abort: 00changelog.i@: ambiguous identifier! + hg: parse error: empty query [255]