summaryrefslogtreecommitdiff
path: root/lib/puppet/provider/vcsrepo/bzr.rb
AgeCommit message (Collapse)Author
2011-11-19Added missing 'working_copy_exists?' method.Marc Fournier
2011-11-03Fix (#10440) by making all commands optionalMatthias Pigulla
This will work around the issue in http://projects.puppetlabs.com/issues/6907, as the agent run will no longer fail if one of the commands is not installed. This gives you enough time to install the necessary packages through Puppet (make sure you get the dependencies right), as the agent won't fail unless you really start accessing the repository.
2010-03-15ensure = latest to support reference tracking.\n\nWorking with tags, more ↵Bruce Williams
work needed for branches (at least with git)
2010-03-14Basic Bazaar supportBruce Williams