summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* Add GitcClientCommand class for GITC-specific commandsDan Willemsen2015-09-291-2/+7
* gitc: Improve help visibilityv1.12.28Dan Willemsen2015-09-011-0/+6
* GITC: Add repo start support.Simran Basi2015-08-281-1/+8
* Improve error message when syncing a project with invalid groups.Jarkko Pöyry2015-06-191-0/+7
* add a global --color optionMike Frysinger2014-12-301-0/+6
* More verbose errors for NoManifestExceptions.Dan Sandler2014-03-111-11/+16
* Implement Kerberos HTTP authentication handlerCarlos Aguado2014-02-041-0/+87
* Add wrapper moduleConley Owens2014-01-301-15/+5
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-8/+7
* Some fixes for supporting python3Chirayu Desai2013-04-181-1/+6
* Allow command options to be set from environment variablesDavid Pursehouse2012-11-171-0/+1
* Raise a NoManifestException when the manifest DNEConley Owens2012-11-151-0/+5
* Merge "Simplify error handling in subcommand execution"Conley Owens2012-11-141-16/+15
|\
| * Simplify error handling in subcommand executionConley Owens2012-11-141-16/+15
* | Fix inconsistent indentationDavid Pursehouse2012-11-141-11/+11
|/
* Change print statements to work in python3Sarah Owens2012-11-131-26/+24
* More code style cleanupDavid Pursehouse2012-11-141-1/+0
* Remove magic hackDavid Pursehouse2012-11-141-9/+1
* Merge "Print an error message when aborted by user"Conley Owens2012-11-121-0/+1
|\
| * Print an error message when aborted by userDavid Pursehouse2012-11-131-0/+1
* | Merge "Handle manifest parse errors in main"Conley Owens2012-11-121-0/+4
|\|
| * Handle manifest parse errors in mainDavid Pursehouse2012-11-131-0/+4
* | Merge "Change usages of xrange() to range()"Conley Owens2012-11-121-1/+1
|\ \ | |/ |/|
| * Change usages of xrange() to range()Sarah Owens2012-11-011-1/+1
* | Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-071-4/+3
|/
* Use python3 urllib when urllib2 not availableSarah Owens2012-10-311-13/+22
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+0
* Update PGP keys during _PostRepoUpgrade in `sync`Conley Owens2012-10-251-9/+9
* Use modern Python exception syntaxSarah Owens2012-10-231-5/+5
* More coding style cleanupDavid Pursehouse2012-10-221-1/+1
* Support HTTP authentication using user input as fallbackJoonCheol Park2012-10-121-0/+24
* Rename "dir" variablesMickaël Salaün2012-10-101-2/+2
* Coding style cleanupDavid Pursehouse2012-10-091-5/+5
* Remove unused importsDavid Pursehouse2012-08-231-1/+0
* Add support for Apache Digest authentication for repo init.Xiaodong Xu2012-03-141-2/+21
* Describe the repo launch version in `repo version`Shawn O. Pearce2011-11-291-0/+4
* Propagate result codes from subcmds to sys.exit().Daniel Sandler2011-11-291-10/+17
* Fix sync on Python 2.6.6v1.7.7.4Shawn O. Pearce2011-10-111-0/+2
* Fix Python 2.4 supportShawn O. Pearce2011-10-111-1/+8
* Work around Python 2.7 urllib2 bugShawn O. Pearce2011-10-111-1/+10
* sync: Support downloading bundle to initialize repositoryv1.7.7Shawn O. Pearce2011-09-281-0/+4
* Ignore missing ~/.netrcv1.7.6.1Shawn O. Pearce2011-09-231-0/+2
* Add global option --time to track executionShawn O. Pearce2011-09-221-1/+18
* Support ~/.netrc for HTTP Basic authenticationShawn O. Pearce2011-09-191-0/+12
* Enhance HTTP supportShawn O. Pearce2011-09-191-2/+58
* Honor http_proxy variable globallyShawn O. Pearce2011-09-111-0/+8
* Add "repo branch" as an alias for "repo branches"Mike Lockwood2011-01-091-0/+2
* Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2Doug Anderson2010-12-211-1/+2
* Refactor Manifest to be XmlManifestShawn O. Pearce2009-05-291-2/+2
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-181-1/+5