# HG changeset patch # User Martin von Zweigbergk # Date 1576887417 28800 # Node ID 5323cdb8ae33e28a34ebc15ce9b29992af459b9f # Parent cb8b670161105141a6a9766e8b17e8d50690c53a tests: use full `uncommit` command name in tests I'm about to add a `hg uncopy`, so the `hg unc` we used for `hg uncommit` would become ambiguous. Differential Revision: https://phab.mercurial-scm.org/D8028 diff -r cb8b67016110 -r 5323cdb8ae33 tests/test-uncommit.t --- a/tests/test-uncommit.t Tue Jan 28 14:53:23 2020 -0800 +++ b/tests/test-uncommit.t Fri Dec 20 16:16:57 2019 -0800 @@ -489,7 +489,7 @@ $ hg add b $ hg status A b - $ hg unc a + $ hg uncommit a note: keeping empty commit $ cat a super critical info! @@ -503,11 +503,11 @@ $ hg ci -Am 'add b' $ echo 'foo bar' > b - $ hg unc b + $ hg uncommit b abort: uncommitted changes (requires --allow-dirty-working-copy to uncommit) [255] - $ hg unc --allow-dirty-working-copy b + $ hg uncommit --allow-dirty-working-copy b $ hg log changeset: 3:30fa958635b2 tag: tip