##// END OF EJS Templates
revsets: show current revset abort behavior
Ryan McElroy -
r24707:57f58f96 default
parent child Browse files
Show More
@@ -1533,4 +1533,9 b' test in problematic encoding'
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 ..
General Comments 0
You need to be logged in to leave comments. Login now