comparison tests/test-revset.t @ 24707:57f58f96f850

revsets: show current revset abort behavior
author Ryan McElroy <rmcelroy@fb.com>
date Mon, 13 Apr 2015 21:06:21 -0700
parents 7d369fae098e
children fb47816e1a9c
comparison
equal deleted inserted replaced
24706:5150b2b5b345 24707:57f58f96f850
1531 2 1531 2
1532 ==== 1532 ====
1533 1 1533 1
1534 3 1534 3
1535 1535
1536 test error message of bad revset
1537 $ hg log -r 'foo\\'
1538 hg: parse error at 3: syntax error
1539 [255]
1540
1536 $ cd .. 1541 $ cd ..