Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-01 | Adds the hgsl alias for one-line shortlog convenience | Jens Tinfors | |
2013-06-25 | Add more capable hg incoming and outgoing count handling | Chris 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-25 | Merge pull request #1876 from chriskrycho/patch-1 | Robby Russell | |
Add count for incoming and outgoing changesets. | |||
2013-06-07 | Add count for incoming and outgoing changesets. | Chris Krycho | |
2013-04-24 | extend mercurial plugin to be more like git/svn | Philipp 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-09 | Add alias for 'hg bookmarks' | Vladimir Zakharov | |
2013-03-27 | Mercurial: add alias for pull with rebasing | Vladimir Zakharov | |
2013-03-11 | Mercurial: add aliases for 'incoming' and 'outgoing' commands | Vladimir Zakharov | |
2012-12-02 | hg_current_branch added to mercurial plugin | Lucas Sampaio | |
2012-01-05 | remove the -v flag from a few mercurial aliases | Mark 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-10 | Added mercurial plugin with aliases. | ptrv | |