index
:
puppet_vcsrepo.git
master
[puppet_vcsrepo]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
provider
/
vcsrepo
/
hg.rb
Age
Commit message (
Expand
)
Author
2014-08-20
Change uid by Puppet execution API
Paul Chechetin
2014-06-23
Added support for basic authentication to hg provider
Stuart Whelan
2014-05-22
Un-optional the non-optional commands.
Daniele Sluijters
2014-02-16
Only add ssh options to commands that actually talk to the network.
Felix Krull
2013-11-24
Don't 'su' if passed user is current user
Mickaẽl Canévet
2013-07-16
Added ssh identity
Arnoud de Jonge
2012-10-18
Add a dummy provider, remove 'defaultfor' from all other providers. Resolves ...
Aaron Stone
2012-03-18
add begin/except for hg pull (mercurial 2.1 returns 1 for hg pull when no cha...
Andreas Gerstmayr
2011-11-03
Fix (#10440) by making all commands optional
Matthias Pigulla
2010-12-27
support setting the owner/group in hg provider
Aaron Bull Schaefer
2010-12-27
restructure conditional to fix Regexp.quote(nil) error
Aaron Bull Schaefer
2010-12-27
add definitions for latest{,?} in hg provider
Aaron Bull Schaefer
2010-12-27
fix undefined method 'working_copy_exists?' error for ProviderHg
Aaron Bull Schaefer
2010-03-15
ensure = latest to support reference tracking.\n\nWorking with tags, more wor...
Bruce Williams
2010-03-13
Support Mercurial tags, restructure examples
Bruce Williams
2010-03-13
Basic Mercurial support
Bruce Williams