summaryrefslogtreecommitdiff
path: root/plugins/mercurial/mercurial.plugin.zsh
AgeCommit message (Collapse)Author
2014-03-10Fix hgsl alias.Zhou Hua
The original 'hgsl' missed 'hg' part.
2013-12-01Adds the hgsl alias for one-line shortlog convenienceJens Tinfors
2013-06-25Add more capable hg incoming and outgoing count handlingChris Krycho
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.
2013-06-25Merge pull request #1876 from chriskrycho/patch-1Robby Russell
Add count for incoming and outgoing changesets.
2013-06-07Add count for incoming and outgoing changesets.Chris Krycho
2013-04-24extend mercurial plugin to be more like git/svnPhilipp Tessenow
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
2013-04-09Add alias for 'hg bookmarks'Vladimir Zakharov
2013-03-27Mercurial: add alias for pull with rebasingVladimir Zakharov
2013-03-11Mercurial: add aliases for 'incoming' and 'outgoing' commandsVladimir Zakharov
2012-12-02hg_current_branch added to mercurial pluginLucas Sampaio
2012-01-05remove the -v flag from a few mercurial aliasesMark Drago
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.
2011-06-10Added mercurial plugin with aliases.ptrv