summaryrefslogtreecommitdiffstats
path: root/subcmds/stage.py
Commit message (Expand)AuthorAgeFilesLines
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-3/+8
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-131-1/+2
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+3
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Fix "list comprehension redefines 'x'" warnings from pyflakesDavid Pursehouse2017-07-101-2/+2
* stage: replace filter on lambda with list comprehensionDavid Pursehouse2013-05-081-4/+4
* Change print statements to work in python3Sarah Owens2012-11-131-2/+3
* Change usages of xrange() to range()Sarah Owens2012-11-011-1/+1
* Coding style cleanupDavid Pursehouse2012-10-091-7/+7
* Only display project path in 'repo stage -i'Shawn O. Pearce2009-04-181-2/+2
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+108