Mercurial > public > mercurial-scm > hg-stable
diff tests/test-uncommit.t @ 46526:0e2becd1fe0c
errors: use InputError in uncommit extension
Differential Revision: https://phab.mercurial-scm.org/D9911
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 29 Jan 2021 15:51:00 -0800 |
parents | b4694ef45db5 |
children | 7001f92e0ee9 |
line wrap: on
line diff
--- a/tests/test-uncommit.t Mon Feb 01 11:41:10 2021 +0100 +++ b/tests/test-uncommit.t Fri Jan 29 15:51:00 2021 -0800 @@ -114,12 +114,12 @@ $ hg uncommit nothinghere abort: cannot uncommit "nothinghere" (file does not exist) - [255] + [10] $ hg status $ hg uncommit file-abc abort: cannot uncommit "file-abc" (file was not changed in working directory parent) - [255] + [10] $ hg status Try partial uncommit, also moves bookmark @@ -419,7 +419,7 @@ $ hg uncommit abort: cannot uncommit merge changeset - [255] + [10] $ hg status $ hg log -G -T '{rev}:{node} {desc}' --hidden @@ -585,12 +585,12 @@ $ hg uncommit emptydir abort: cannot uncommit "emptydir" (file was untracked in working directory parent) - [255] + [10] $ cd emptydir $ hg uncommit . abort: cannot uncommit "emptydir" (file was untracked in working directory parent) - [255] + [10] $ hg status $ cd ..