Mercurial > evolve
diff tests/test-topic-flow-reject-untopiced.t @ 6742:0592ae24c470 stable
topic: get changeset node using the designated functions
It's a bit wasteful to reach for an entire context if we just want to get the
node from revnum, and also using manual slice instead of node.short().
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 14 Mar 2024 16:08:59 -0300 |
parents | b68789e8c535 |
children | 80d5e11713f5 2fbe91d762ef |
line wrap: on
line diff
--- a/tests/test-topic-flow-reject-untopiced.t Thu Mar 14 14:33:47 2024 -0300 +++ b/tests/test-topic-flow-reject-untopiced.t Thu Mar 14 16:08:59 2024 -0300 @@ -75,7 +75,7 @@ adding file changes transaction abort! rollback completed - abort: rejecting draft changesets: 4e8b0e0237 + abort: rejecting draft changesets: 4e8b0e0237c6 [255] $ hg push ../server -f @@ -86,7 +86,7 @@ adding file changes transaction abort! rollback completed - abort: rejecting draft changesets: 4e8b0e0237 + abort: rejecting draft changesets: 4e8b0e0237c6 [255] Grow the stack with more changesets having topic @@ -121,7 +121,7 @@ adding file changes transaction abort! rollback completed - abort: rejecting draft changesets: 4e8b0e0237 + abort: rejecting draft changesets: 4e8b0e0237c6 [255] Testing case when both experimental.topic-mode.server and @@ -138,7 +138,7 @@ adding file changes transaction abort! rollback completed - abort: rejecting draft changesets: 4e8b0e0237 + abort: rejecting draft changesets: 4e8b0e0237c6 [255] Turning the changeset public and testing push