commit | 3bcd30545e58bc5d6932c9390e8909d57a836617 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Mon Jul 10 22:42:22 2017 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Mon Jul 10 23:26:04 2017 +0000 |
tree | 287bcc992e76ced897981d225e5efe8f399c9693 | |
parent | 224a31a765eb943443640301a715d2d4eb005b79 [diff] |
Fix "list comprehension redefines 'x'" warnings from pyflakes $ git ls-files | grep py$ | xargs pyflakes subcmds/stage.py:101: list comprehension redefines 'p' from line 63 subcmds/sync.py:784: list comprehension redefines 'p' from line 664 subcmds/upload.py:467: list comprehension redefines 'avail' from line 454 Change-Id: Ia65d1a72ed185ab3357e1a91ed4450c719e75a7c
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.