summaryrefslogtreecommitdiff
path: root/plugins/mercurial/README.md
diff options
context:
space:
mode:
authorNicolas Cavigneaux <nico@bounga.org>2015-01-16 15:59:52 +0100
committerMarc Cornellà <hello@mcornella.com>2021-12-13 10:50:17 +0100
commitdcf12ba8f3b31eead602c530a9fbfd5579c64630 (patch)
tree001151d117d848ff51dd75787856d0d995ab5835 /plugins/mercurial/README.md
parent5b987e59d0fce1a74bcfd51750c6f52d7c29c647 (diff)
downloadzsh-dcf12ba8f3b31eead602c530a9fbfd5579c64630.tar.gz
zsh-dcf12ba8f3b31eead602c530a9fbfd5579c64630.tar.bz2
zsh-dcf12ba8f3b31eead602c530a9fbfd5579c64630.zip
fix(mercurial): show author name in `hgsl` alias log alias (#3500)
Closes #3500
Diffstat (limited to 'plugins/mercurial/README.md')
-rw-r--r--plugins/mercurial/README.md43
1 files changed, 22 insertions, 21 deletions
diff --git a/plugins/mercurial/README.md b/plugins/mercurial/README.md
index 4beee0a95..a362de4ce 100644
--- a/plugins/mercurial/README.md
+++ b/plugins/mercurial/README.md
@@ -11,27 +11,28 @@ plugins=(... mercurial)
## Aliases
-| Alias | Command |
-|--------|-------------------------------------------------------------------------------------------------------------|
-| `hga` | `hg add` |
-| `hgc` | `hg commit` |
-| `hgca` | `hg commit --amend` |
-| `hgb` | `hg branch` |
-| `hgba` | `hg branches` |
-| `hgbk` | `hg bookmarks` |
-| `hgco` | `hg checkout` |
-| `hgd` | `hg diff` |
-| `hged` | `hg diffmerge` |
-| `hgp` | `hg push` |
-| `hgs` | `hg status` |
-| `hgsl` | `hg log --limit 20 --template "{node|short} | {date|isodatesec} | {author|user}: {desc|strip|firstline}\n"` |
-| `hgun` | `hg resolve --list` |
-| `hgi` | `hg incoming` |
-| `hgl` | `hg pull -u` |
-| `hglr` | `hg pull --rebase` |
-| `hgo` | `hg outgoing` |
-| `hglg` | `hg log --stat -v` |
-| `hglgp`| `hg log --stat -p -v` |
+| Alias | Command |
+| ------- | ------------------------------------------- |
+| `hga` | `hg add` |
+| `hgc` | `hg commit` |
+| `hgca` | `hg commit --amend` |
+| `hgb` | `hg branch` |
+| `hgba` | `hg branches` |
+| `hgbk` | `hg bookmarks` |
+| `hgco` | `hg checkout` |
+| `hgd` | `hg diff` |
+| `hged` | `hg diffmerge` |
+| `hgp` | `hg push` |
+| `hgs` | `hg status` |
+| `hgsl` | `hg log --limit 20 --template "<template>"` |
+| `hgun` | `hg resolve --list` |
+| `hgi` | `hg incoming` |
+| `hgl` | `hg pull -u` |
+| `hglr` | `hg pull --rebase` |
+| `hgo` | `hg outgoing` |
+| `hglg` | `hg log --stat -v` |
+| `hglgp` | `hg log --stat -p -v` |
+
## Prompt usage
- Switch to a theme which uses `hg_prompt_info`