Mercurial > hg-stable
diff tests/test-githelp.t @ 44942:94f227baa76f
githelp: add some minimal help for pickaxe functionality
Due to a conversation in work chat, I realized this is actually pretty
well-hidden in Mercurial.
Differential Revision: https://phab.mercurial-scm.org/D8590
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 28 May 2020 09:51:13 -0400 |
parents | 5470e63686ca |
children |
line wrap: on
line diff
--- a/tests/test-githelp.t Fri Apr 17 10:41:05 2020 +0200 +++ b/tests/test-githelp.t Thu May 28 09:51:13 2020 -0400 @@ -318,3 +318,10 @@ hg journal --all note: in hg commits can be deleted from repo but we always have backups + + $ hg githelp -- git log -Gnarf + hg grep --diff narf + $ hg githelp -- git log -S narf + hg grep --diff narf + $ hg githelp -- git log --pickaxe-regex narf + hg grep --diff narf