Submitter | phabricator |
---|---|
Date | Dec. 2, 2019, 9:22 a.m. |
Message ID | <differential-rev-PHID-DREV-5c5o6pqicmc6up52szo4-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/43553/ |
State | Superseded |
Headers | show |
Comments
mharbison72 added inline comments. mharbison72 accepted this revision. INLINE COMMENTS > test-githelp.t:269 > + $ hg githelp -- git commit --reuse-message HEAD~ > + hg commit -M .~1 > + Not a problem with this change, but it doesn't look like commit has a `-M` option. REPOSITORY rHG Mercurial BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7540/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7540 To: dlax, #hg-reviewers, pulkit, mharbison72 Cc: mharbison72, mercurial-devel
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