- 13 Dec, 2021 5 commits
-
-
Marc Cornellà authored
-
Pandu POLUAN authored
Closes #8912
-
Romain Failliot authored
BREAKING CHANGE: the `hg_prompt_info` function now uses `ZSH_THEME_HG_PROMPT_PREFIX` and `ZSH_THEME_HG_PROMPT_SUFFIX` variables when displaying branch information, similar to the `git_prompt_info` function. Closes #6631
-
anatolyrr authored
Replaced two different calls of hg with one `hg --id --branch` for retrieving information whether we're in a repo (will be empty if not), whether the repo is dirty (revision id will contain "+" if there are uncommitted changed), and the branch name. Closes #6197 Closes #7929
-
Nicolas Cavigneaux authored
Closes #3500
-
- 04 Oct, 2021 1 commit
-
-
TheTechRobo authored
Co-authored-by:
Michał Kielan <kielanm@fb.com>
-
- 13 Jun, 2021 1 commit
-
-
Michał Duszyk authored
* speed up mercurial plugin * removed unnecesay limit to current dir from hg status
-
- 12 Jun, 2021 1 commit
-
-
Mirko Lelansky authored
Add a new function to get the current mercurial bookmark which can be used in the theme prompts for example.
-
- 11 Mar, 2020 1 commit
-
-
Marc Cornellà authored
- fasd - history - mercurial - pylint - repo - yii2
-
- 06 Oct, 2018 1 commit
-
-
Mirko Lelansky authored
Add an alias for adding files in the mercurial plugin.
-
- 26 Nov, 2015 1 commit
-
-
WeeBull authored
Rather than trying to emulate `git commit --amend` using mercurial queues (which might have side effects if you're using MQ for other things) use the `commit --amend` command which was introduced in Mercurial 2.2 (2012-05-01).
-
- 20 Feb, 2015 1 commit
-
-
Murilo Opsfelder Araujo authored
If a user sets ZSH_THEME_HG_PROMPT_* as the following, he ends up with %{$reset_color%} resetting the bold style of last character ")" because _SUFFIX was expanded before calling hg_dirty(): ZSH_THEME_HG_PROMPT_PREFIX="%{$fg_bold[blue]%}hg:(%{$fg[white]%}" ZSH_THEME_HG_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_HG_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}" ZSH_THEME_HG_PROMPT_CLEAN="%{$fg[blue]%})" With this patch, the variable ZSH_THEME_HG_PROMPT_SUFFIX is lastly displayed, following the same order as in git_prompt_info(), i.e. <prefix><dirty><suffix>.
-
- 16 Nov, 2014 1 commit
-
-
DanielFGray authored
-
- 07 Jun, 2014 1 commit
-
-
Chris Krycho authored
-
- 10 Mar, 2014 1 commit
-
-
Zhou Hua authored
The original 'hgsl' missed 'hg' part.
-
- 01 Dec, 2013 1 commit
-
-
Jens Tinfors authored
-
- 25 Jun, 2013 1 commit
-
-
Chris Krycho authored
The original hgic and hgoc aliases worked well for the default path, but attempting to call them with a different path failed. I created functions to handle them instead.
-
- 07 Jun, 2013 1 commit
-
-
Chris Krycho authored
-
- 24 Apr, 2013 1 commit
-
-
Philipp Tessenow authored
implement in_hg(), hg_get_branch_name(), hg_prompt_info(), and hg_dirty() for the mercurial plugin named functions similar to subversion plugin, to give theme maintainers an easier life
-
- 09 Apr, 2013 1 commit
-
-
Vladimir Zakharov authored
-
- 27 Mar, 2013 1 commit
-
-
Vladimir Zakharov authored
-
- 11 Mar, 2013 1 commit
-
-
Vladimir Zakharov authored
-
- 02 Dec, 2012 1 commit
-
-
Lucas Sampaio authored
-
- 05 Jan, 2012 1 commit
-
-
Mark Drago authored
The -v flag for these commands really isn't very useful. It will output some information about the hooks it is running, but that is generally not useful and just noisy. The desire to add -v to these commands is exceptional and IMHO it's better to make the common case of not seeing those messages the supported behavior.
-
- 10 Jun, 2011 1 commit
-
-
ptrv authored
-