summaryrefslogtreecommitdiffstats
path: root/layman/overlays/bzr.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 372583. Don't add redundant trailing slashes on src uri's where trai...Brian Dolbec2012-10-071-2/+7
* fix bug 384085, deprecated "bzr get" to "bzr branch"dol-sen2011-09-221-2/+2
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-4/+4
* fix the overly noisy output for unsupported overlay types. Thank you fuzzyra...dol-sen2011-07-281-1/+1
* initialize subpath variable for consistency between the overlay types.dol-sen2011-07-281-0/+1
* fix bug 363797 python-2.5 test errors cherypicked from 1.4.x branchdol-sen2011-05-011-2/+2
* Fix supported() use to return 1 if it is not supported.dol-sen2011-04-291-2/+4
* migrate to using explicit checks.Brian Dolbec2011-03-271-2/+2
* replace more exception raising with error reporting and proper return values.Brian Dolbec2011-03-261-2/+3
* removal of xml from the vcs class parameters.Brian Dolbec2011-02-231-2/+3
* Add per repo type postsync options.Brian Dolbec2011-02-171-4/+10
* add per repo type config optionsBrian Dolbec2011-02-171-2/+13
* Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-071-5/+6
* dev-util category changed to dev-vcs for bzr, darcs, git, mercurialOndrej Sukup2010-03-281-1/+1
* pylint: Resolve method overriding with different argumentsSebastian Pipping2010-02-171-2/+2
* Add support for multiple sources per overlaySebastian Pipping2010-01-131-5/+4
* Inject OverlaySource class into hierarchySebastian Pipping2010-01-131-1/+2
* Migrate overlay classes to using super()Sebastian Pipping2010-01-131-2/+2
* Allow overriding VCS commandsSebastian Pipping2009-12-291-5/+3
* Pass config down to Overlay instancesSebastian Pipping2009-12-291-0/+4
* Migrate XML handling to ElementTreeChristian Groschupp2009-12-281-0/+1
* Copyright.v1.2.1Gunnar Wrobel2008-11-151-1/+1
* layman: pass --quiet flag down to the version controlGunnar Wrobel2008-11-141-2/+2
* Import layman.Gunnar Wrobel2007-09-111-0/+66