summaryrefslogtreecommitdiffstats
path: root/layman/overlays/mercurial.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 372583. Don't add redundant trailing slashes on src uri's where ↵Brian Dolbec2012-10-071-2/+7
| | | | trailing slashes are required.
* 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 ↵dol-sen2011-07-281-1/+1
| | | | fuzzyray for reporting.
* 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
| | | This is a continuation of the move away from raising exceptions for everything.
* 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
| | | | some long line cleanup.
* removal of xml from the vcs class parameters.Brian Dolbec2011-02-231-2/+4
|
* Add per repo type postsync options.Brian Dolbec2011-02-171-5/+10
| | | Some minor long lines cleanup.
* add per repo type config optionsBrian Dolbec2011-02-171-2/+15
|
* Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-071-4/+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
|
* Fix refactoring faultsSebastian Pipping2010-01-171-2/+2
|
* Add support for multiple sources per overlaySebastian Pipping2010-01-131-3/+2
|
* 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
| | | | | system (#236165). http://bugs.gentoo.org/show_bug.cgi?id=236165
* Import layman.Gunnar Wrobel2007-09-111-0/+64