<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/mercurial, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/mercurial?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/mercurial?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2021-12-13T09:50:56Z</updated>
<entry>
<title>fix(mercurial): correctly check for untracked files in `hg_dirty` (#2177)</title>
<updated>2021-12-13T09:50:56Z</updated>
<author>
<name>David Sutherland</name>
<email>djsutho@gmail.com</email>
</author>
<published>2013-10-17T06:48:58Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=1c07001896de18cd0a742d7892b948ba7bab10c7'/>
<id>urn:sha1:1c07001896de18cd0a742d7892b948ba7bab10c7</id>
<content type='text'>
Closes #2177
Closes #6197

Co-authored-by: Henrik Ravn &lt;hravnx@gmail.com&gt;
</content>
</entry>
<entry>
<title>perf(mercurial): optimize utility functions</title>
<updated>2021-12-13T09:50:50Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-02T10:12:18Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4119f53004de987215e4ae2ce49d0f818ad58c63'/>
<id>urn:sha1:4119f53004de987215e4ae2ce49d0f818ad58c63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(mercurial): add `hgci` alias for interactive commit (#8912)</title>
<updated>2021-12-13T09:50:18Z</updated>
<author>
<name>Pandu POLUAN</name>
<email>pepoluan@gmail.com</email>
</author>
<published>2020-05-11T07:55:20Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=d058801a18270800c906d92dd41e275f4da24397'/>
<id>urn:sha1:d058801a18270800c906d92dd41e275f4da24397</id>
<content type='text'>
Closes #8912
</content>
</entry>
<entry>
<title>feat(mercurial)!: use `PREFIX` and `SUFFIX` settings in `hg_prompt_info` (#6631)</title>
<updated>2021-12-13T09:50:17Z</updated>
<author>
<name>Romain Failliot</name>
<email>romain.failliot@foolstep.com</email>
</author>
<published>2018-02-19T00:19:03Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=24974a135c0bdd4c2d824e4836177ae292f8f56a'/>
<id>urn:sha1:24974a135c0bdd4c2d824e4836177ae292f8f56a</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>perf(mercurial): improve performance of `hg_prompt_info` (#7929)</title>
<updated>2021-12-13T09:50:17Z</updated>
<author>
<name>anatolyrr</name>
<email>anatoly.rr@gmail.com</email>
</author>
<published>2019-06-16T13:50:11Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=e52584c90195d0cc0979efec88b94271a31fe494'/>
<id>urn:sha1:e52584c90195d0cc0979efec88b94271a31fe494</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>fix(mercurial): show author name in `hgsl` alias log alias (#3500)</title>
<updated>2021-12-13T09:50:17Z</updated>
<author>
<name>Nicolas Cavigneaux</name>
<email>nico@bounga.org</email>
</author>
<published>2015-01-16T14:59:52Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=dcf12ba8f3b31eead602c530a9fbfd5579c64630'/>
<id>urn:sha1:dcf12ba8f3b31eead602c530a9fbfd5579c64630</id>
<content type='text'>
Closes #3500
</content>
</entry>
<entry>
<title>chore: fix spelling errors across the project (#10459)</title>
<updated>2021-12-01T11:20:31Z</updated>
<author>
<name>Josh Soref</name>
<email>2119212+jsoref@users.noreply.github.com</email>
</author>
<published>2021-12-01T11:20:31Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=0e41181d547e2f89ffc503a7afc8b0f3991dd1a8'/>
<id>urn:sha1:0e41181d547e2f89ffc503a7afc8b0f3991dd1a8</id>
<content type='text'>
Co-authored-by: Josh Soref &lt;jsoref@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>feat(mercurial): add `hg log` aliases (#9979)</title>
<updated>2021-10-04T13:55:18Z</updated>
<author>
<name>TheTechRobo</name>
<email>52163910+TheTechRobo@users.noreply.github.com</email>
</author>
<published>2021-10-04T13:55:18Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=717ece07efea5e74e6d18bd647387607a6f5fc49'/>
<id>urn:sha1:717ece07efea5e74e6d18bd647387607a6f5fc49</id>
<content type='text'>
Co-authored-by: Michał Kielan &lt;kielanm@fb.com&gt;</content>
</entry>
<entry>
<title>perf(mercurial): speed up mercurial plugin (#4591)</title>
<updated>2021-06-13T17:40:07Z</updated>
<author>
<name>Michał Duszyk</name>
<email>mdevel@protonmail.com</email>
</author>
<published>2021-06-13T17:40:07Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=027189b294d14a7d313cdbf611982843f921555d'/>
<id>urn:sha1:027189b294d14a7d313cdbf611982843f921555d</id>
<content type='text'>
* speed up mercurial plugin

* removed unnecesay limit to current dir from hg status</content>
</entry>
<entry>
<title>feat(plugins): Add helper function to get current mercurial bookmark (#4970)</title>
<updated>2021-06-12T14:01:26Z</updated>
<author>
<name>Mirko Lelansky</name>
<email>mlelansky@mail.de</email>
</author>
<published>2021-06-12T14:01:26Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=81a6cc5050136399ea0c664bacb8f83a999fe866'/>
<id>urn:sha1:81a6cc5050136399ea0c664bacb8f83a999fe866</id>
<content type='text'>
Add a new function to get the current mercurial bookmark which can be
used in the theme prompts for example.</content>
</entry>
</feed>
