Mercurial > hg
changeset 25287:56eed3923dbc
test-revset: update test that isn't broken on default branch
"X or wdir()" just works because the default branch includes 40a2cf1c765b.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 26 May 2015 23:14:50 +0900 |
parents | 127a11f705d9 |
children | 947771ad5174 |
files | tests/test-revset.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-revset.t Tue May 26 14:41:00 2015 -0400 +++ b/tests/test-revset.t Tue May 26 23:14:50 2015 +0900 @@ -708,9 +708,9 @@ Test working-directory revision $ hg debugrevspec 'wdir()' None -BROKEN: should include 'None' $ hg debugrevspec 'tip or wdir()' 9 + None $ hg debugrevspec '0:tip and wdir()' $ log 'outgoing()'