Mercurial > evolve
diff tests/test-topic.t @ 6065:c0921b5277a0 mercurial-5.6
test-compat: merge mercurial-5.7 into mercurial-5.6
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 12 Oct 2021 11:32:36 +0300 |
parents | 43c4db536990 1ac08311ae15 |
children | d3453ef71ce8 171d13d8f0ce |
line wrap: on
line diff
--- a/tests/test-topic.t Tue Oct 12 11:15:44 2021 +0300 +++ b/tests/test-topic.t Tue Oct 12 11:32:36 2021 +0300 @@ -266,16 +266,16 @@ $ hg topic '.' abort: the name '.' is reserved - [10] + [255] $ hg topic null abort: the name 'null' is reserved - [10] + [255] $ hg topic tip abort: the name 'tip' is reserved - [10] + [255] $ hg topic 12345 abort: cannot use an integer as a name - [10] + [255] $ hg topic ' ' abort: topic name cannot consist entirely of whitespaces [255] @@ -312,7 +312,7 @@ HG: branch 'default' HG: changed alpha abort: empty commit message - [10] + [255] $ hg revert alpha $ hg topic * topicflag (0 changesets) @@ -644,7 +644,7 @@ * query (1 changesets) $ hg pull ../pinky -r narf pulling from ../pinky - abort: unknown revision 'narf' + abort: unknown revision 'narf'! [255] $ hg pull ../pinky -r default pulling from ../pinky @@ -818,13 +818,13 @@ $ tlog 'topic(wdir())' 9: fran $ tlog 'topic(nonsense)' - abort: unknown revision 'nonsense' + abort: unknown revision 'nonsense'! [255] Pattern matching in topic() revset $ tlog 'topic("re:nonsense")' $ tlog 'topic("literal:nonsense")' - abort: topic 'nonsense' does not exist + abort: topic 'nonsense' does not exist! [255] Deactivate the topic.