Submitter | phabricator |
---|---|
Date | Dec. 2, 2019, 9:56 p.m. |
Message ID | <a2a46a0bcf760a29b1d74b8c1076fbff@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43574/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-githelp.t b/tests/test-githelp.t --- a/tests/test-githelp.t +++ b/tests/test-githelp.t @@ -264,6 +264,10 @@ $ hg githelp -- git commit --reuse-message deadbeef hg commit -M deadbeef +githelp for reuse message using HEAD + $ hg githelp -- git commit --reuse-message HEAD~ + hg commit -M .~1 + githelp for apply with no options $ hg githelp -- apply hg import --no-commit