Commit Graph

10 Commits

Author SHA1 Message Date
f25e2d2856 Add more capable hg incoming and outgoing count handling
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 15:52:26 -03:00
5bccf4b123 Merge pull request #1876 from chriskrycho/patch-1
Add count for incoming and outgoing changesets.
2013-06-25 09:21:32 -07:00
c5aaa11cee Add count for incoming and outgoing changesets. 2013-06-07 18:36:07 -03:00
bf9645224b extend mercurial plugin to be more like git/svn
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-24 08:33:02 +02:00
c8db4f81fa Add alias for 'hg bookmarks' 2013-04-09 14:11:51 +04:00
295bac0329 Mercurial: add alias for pull with rebasing 2013-03-27 10:16:46 +04:00
6dd286bba3 Mercurial: add aliases for 'incoming' and 'outgoing' commands 2013-03-11 14:24:12 +04:00
51e05b7579 hg_current_branch added to mercurial plugin 2012-12-02 13:11:55 -08:00
804c18ca53 remove the -v flag from a few mercurial aliases
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.
2012-01-05 17:39:13 -05:00
55eda0c48b Added mercurial plugin with aliases. 2011-06-10 15:38:59 +02:00