summaryrefslogtreecommitdiff
path: root/lib/puppet/provider/vcsrepo/hg.rb
AgeCommit message (Expand)Author
2016-02-16Bring stderr output to the Puppet visible outputMarkus Frosch
2014-08-20Change uid by Puppet execution APIPaul Chechetin
2014-06-23Added support for basic authentication to hg providerStuart Whelan
2014-05-22Un-optional the non-optional commands.Daniele Sluijters
2014-02-16Only add ssh options to commands that actually talk to the network.Felix Krull
2013-11-24Don't 'su' if passed user is current userMickaẽl Canévet
2013-07-16Added ssh identityArnoud de Jonge
2012-10-18Add a dummy provider, remove 'defaultfor' from all other providers. Resolves ...Aaron Stone
2012-03-18add begin/except for hg pull (mercurial 2.1 returns 1 for hg pull when no cha...Andreas Gerstmayr
2011-11-03Fix (#10440) by making all commands optionalMatthias Pigulla
2010-12-27support setting the owner/group in hg providerAaron Bull Schaefer
2010-12-27restructure conditional to fix Regexp.quote(nil) errorAaron Bull Schaefer
2010-12-27add definitions for latest{,?} in hg providerAaron Bull Schaefer
2010-12-27fix undefined method 'working_copy_exists?' error for ProviderHgAaron Bull Schaefer
2010-03-15ensure = latest to support reference tracking.\n\nWorking with tags, more wor...Bruce Williams
2010-03-13Support Mercurial tags, restructure examplesBruce Williams
2010-03-13Basic Mercurial supportBruce Williams