commit | c354a9b9226831e03a06ef44386937c88c866851 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri May 26 21:52:12 2017 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri May 26 21:52:23 2017 +0900 |
tree | c33dde025bc44390b8d19981cd436a35e815e3ae | |
parent | 06848b24150c83d4b1fe2ced328e954391f8a3e5 [diff] |
abandon: fix usage of undefined variable As reported by pyflakes: subcmds/abandon.py:84: undefined name 'p' The name of the variable should be 'proj'. Change-Id: Ic09eb92e8db6b510e99efce010bd0bb094d7cbfe
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.