git-repo/subcmds
Chirayu Desai 610d3c4e46 upload: fix display of destination branch for SingleBranch
The command `repo upload --cbr -D <some branch>` will display
the default revision, and not the actual destination branch.

Fix that and display the branch to which the change will be
uploaded to.

Change-Id: I712ed0871c819dce6774c47254dac4efec4532e0
2013-06-28 00:29:11 +00:00
..
__init__.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
abandon.py
branches.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
checkout.py
cherry_pick.py Fix: Missing spaces in printed messages 2013-03-05 17:30:59 +09:00
diff.py
download.py
forall.py Print project name for -p on mirror clients 2013-06-03 17:52:01 -07:00
grep.py
help.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
info.py Remove unused show_smart option on list and info commands 2013-05-16 09:32:18 +09:00
init.py Move Python version checking to a separate module 2013-05-23 07:28:53 +00:00
list.py Remove unused show_smart option on list and info commands 2013-05-16 09:32:18 +09:00
manifest.py
overview.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
prune.py
rebase.py Fix: Missing spaces in printed messages 2013-03-05 17:30:59 +09:00
selfupdate.py
smartsync.py
stage.py stage: replace filter on lambda with list comprehension 2013-05-08 06:37:15 +01:00
start.py
status.py Move Python version checking to a separate module 2013-05-23 07:28:53 +00:00
sync.py Merge "sync: assign manifest_name earlier" 2013-06-11 13:58:47 +00:00
upload.py upload: fix display of destination branch for SingleBranch 2013-06-28 00:29:11 +00:00
version.py