comparison tests/test-log.t @ 48368:8c4881c07f57

errors: use detailed exit code for RepoLookupError Differential Revision: https://phab.mercurial-scm.org/D11829
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 19 Nov 2021 16:16:21 -0800
parents 5ced12cfa41b
children 3b6b43a7ace4
comparison
equal deleted inserted replaced
48367:0b8e076e878c 48368:8c4881c07f57
1415 1415
1416 log -b/-u/-k shouldn't accept string-matcher syntax: 1416 log -b/-u/-k shouldn't accept string-matcher syntax:
1417 1417
1418 $ hg log -b 're:.*' 1418 $ hg log -b 're:.*'
1419 abort: unknown revision 're:.*' 1419 abort: unknown revision 're:.*'
1420 [255] 1420 [10]
1421 $ hg log -k 're:.*' 1421 $ hg log -k 're:.*'
1422 $ hg log -u 're:.*' 1422 $ hg log -u 're:.*'
1423 1423
1424 log FILE in ascending order, against dagrange: 1424 log FILE in ascending order, against dagrange:
1425 1425
1542 1542
1543 log -b dummy 1543 log -b dummy
1544 1544
1545 $ hg log -b dummy 1545 $ hg log -b dummy
1546 abort: unknown revision 'dummy' 1546 abort: unknown revision 'dummy'
1547 [255] 1547 [10]
1548 1548
1549 1549
1550 log -b . 1550 log -b .
1551 1551
1552 $ hg log -b . 1552 $ hg log -b .