summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing documentation of --current-branch option on sync commandDavid Pursehouse2015-01-291-0/+3
* Allow selection of a target when using smart sync.Jeff Davidson2014-10-021-1/+4
* Use JSON instead of pickleAnthony King2014-05-071-26/+21
* Clean up duplicate logic in subcmds/sync.py.David James2014-02-141-49/+34
* Add wrapper moduleConley Owens2014-01-301-2/+2
* Properly iterate through valuesv1.12.9Conley Owens2014-01-291-1/+1
* Merge "repo: Support multiple branches for the same project."Conley Owens2014-01-101-12/+42
|\
| * repo: Support multiple branches for the same project.David James2013-10-141-12/+42
* | Add --archive option to init to sync using git archiveJulien Campergue2013-12-101-4/+7
* | Fix some python3 encoding issuesChirayu Desai2013-11-211-1/+1
|/
* Sync: Improved error message when manifest server RPC call failsDavid Pursehouse2013-09-251-1/+2
* Sync: Print name of manifest server used for smart sync/smart tagDavid Pursehouse2013-09-251-0/+2
* Merge "sync: assign manifest_name earlier"David Pursehouse2013-06-111-1/+2
|\
| * sync: assign manifest_name earlierChirayu Desai2013-06-111-1/+2
* | Fix urllib.parse (urlparse) handlingChirayu Desai2013-06-111-2/+2
|/
* Merge "Fix "'module' object is not callable" error"Conley Owens2013-06-101-1/+1
|\
| * Fix "'module' object is not callable" errorDavid Pursehouse2013-06-081-1/+1
* | Degrade: Fix smart sync/smart tagVictor Boivie2013-06-081-3/+4
|/
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-11/+6
* Some fixes for supporting python3Chirayu Desai2013-04-181-8/+23
* sync: be more verboseChirayu Desai2013-04-151-0/+5
* Reload the correct manifest during sync.Tim Kilbourn2013-03-081-2/+9
* Fix: Missing spaces in printed messagesDavid Pursehouse2013-03-051-2/+2
* Add --no-tags option to prevent fetching of tagsMitchel Humpherys2013-02-271-3/+9
* Allow sync to run even when the manifest is broken.Torne (Richard Coles)2012-12-051-2/+5
* Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-191-2/+31
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-6/+6
* Fix inconsistent indentationDavid Pursehouse2012-11-141-84/+84
* Change print statements to work in python3Sarah Owens2012-11-131-48/+54
* Always show --manifest-server-* optionsConley Owens2012-11-061-6/+6
* sync: Only parallelize gc for git >= 1.7.2Dave Borowitz2012-10-311-2/+3
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+1
* Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce2012-10-261-20/+1
* repo selfupdate: Fix _PostRepoUpgrade takes 2 argumentsShawn O. Pearce2012-10-261-3/+3
* Update PGP keys during _PostRepoUpgrade in `sync`Conley Owens2012-10-251-2/+6
* Merge "sync: Run gc --auto in parallel"Shawn Pearce2012-10-251-2/+53
|\
| * sync: Run gc --auto in parallelDave Borowitz2012-10-251-2/+53
* | Merge "sync: Keep a moving average of last fetch times"Shawn Pearce2012-10-251-5/+17
|\|
| * sync: Keep a moving average of last fetch timesDave Borowitz2012-10-241-5/+17
* | Merge "sync: Order projects according to last fetch time"Shawn Pearce2012-10-251-1/+60
|\|
| * sync: Order projects according to last fetch timeDave Borowitz2012-10-241-1/+60
* | Fix pylint warnings introduced by the submodule patchChe-Liang Chiou2012-10-251-2/+2
* | Merge "Use modern Python exception syntax"Conley Owens2012-10-251-3/+3
|\ \
| * | Use modern Python exception syntaxSarah Owens2012-10-231-3/+3
| |/
* / Represent git-submodule as nested projectsChe-Liang Chiou2012-10-231-1/+20
|/
* Rename "dir" variablesMickaël Salaün2012-10-101-4/+4
* Coding style cleanupDavid Pursehouse2012-10-091-7/+6
* Remove unreachable codeDavid Pursehouse2012-10-051-8/+0
* sync: Support manual authentication to the manifest serverDavid Pursehouse2012-09-211-19/+52
* sync: Support authentication to manifest server with .netrcDavid Pursehouse2012-09-111-1/+29