git-repo/subcmds
Shawn O. Pearce 27b07327bc Add a repo branches subcommand to describe current branches
We now display a summary of the available topic branches in this
client, based upon a sorted union of all existing projects.

Bug: REPO-21
Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-04-10 16:02:48 -07:00
..
__init__.py Initial Contribution 2008-10-21 07:00:00 -07:00
abandon.py Introduce 'repo abandon <branchname>' as an alias for 'git branch -D' 2008-11-03 11:24:59 -08:00
branches.py Add a repo branches subcommand to describe current branches 2009-04-10 16:02:48 -07:00
checkout.py Add checkout command. 2009-04-10 13:01:24 -07:00
diff.py Initial Contribution 2008-10-21 07:00:00 -07:00
download.py Teach repo how to download changes to the local checkout 2008-10-23 14:43:28 -07:00
forall.py Set forall environment variables to empty string if None 2009-03-17 08:03:04 -07:00
help.py Add a 'repo manifest' command whose help is the manifest file format 2009-03-04 14:26:50 -08:00
init.py Fix repo re-init in a mirror to not prompt 2009-03-19 10:17:12 -07:00
manifest.py Add repo manifest -o to save a manifest 2009-03-05 10:32:38 -08:00
prune.py Initial Contribution 2008-10-21 07:00:00 -07:00
stage.py Initial Contribution 2008-10-21 07:00:00 -07:00
start.py Initial Contribution 2008-10-21 07:00:00 -07:00
status.py Initial Contribution 2008-10-21 07:00:00 -07:00
sync.py Don't permit users to run repo status in a mirror client 2009-03-03 17:47:06 -08:00
upload.py Don't bother listing branch URLs during upload 2009-03-19 10:20:27 -07:00
version.py Don't permit users to run repo status in a mirror client 2009-03-03 17:47:06 -08:00