summaryrefslogtreecommitdiffstats
path: root/subcmds/manifest.py
Commit message (Expand)AuthorAgeFilesLines
* manifest: Support ignoring local manifests with 'repo manifest'Michael Kelly2021-07-201-0/+5
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* subcmds: force consistent help text formatMike Frysinger2021-05-041-10/+10
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* manifest: add a --json output optionMike Frysinger2020-11-171-4/+26
* manifest: drop support for local_manifest.xmlMike Frysinger2020-09-081-1/+1
* When writing manifest, set the dest-branch attribute for projectsSean McAllister2020-04-201-2/+9
* Expose upstream and dest-branch attributes through environmentSean McAllister2020-04-161-0/+5
* manifest: support optional --manifest-nameSean McAllister2020-02-221-1/+7
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-2/+2
* use open context managers in more placesMike Frysinger2019-11-121-4/+3
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-8/+3
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* manifest-format: convert to markdownMike Frysinger2018-10-051-1/+1
* Change print statements to work in python3Sarah Owens2012-11-131-3/+4
* Coding style cleanupDavid Pursehouse2012-10-091-3/+3
* manifest: record the original revision when in -r mode.Brian Harring2012-09-281-1/+7
* `repo manifest`: default to stdout if no "-o"Conley Owens2012-09-041-0/+1
* Add repo manifest -o to save a manifestv1.6.2Shawn O. Pearce2009-03-051-5/+38
* Add a 'repo manifest' command whose help is the manifest file formatShawn O. Pearce2009-03-041-0/+44