git-repo/subcmds
Conley Owens 3bfd72158c Don't upload when dest branch is not merge branch
Example:
- `repo init -b master` / sync a project
- In one project: `git checkout -b work origin/branch-thats-not-master`
- make some changes, `git commit`
- `repo upload .`
- Upload will now be skipped with a warning instead of being uploaded to
  master

Change-Id: I990b36217b75fe3c8b4d776e7fefa1c7d9ab7282
2013-10-10 09:06:38 -07:00
..
__init__.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
abandon.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
branches.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
checkout.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
cherry_pick.py Fix: Missing spaces in printed messages 2013-03-05 17:30:59 +09:00
diff.py Option for 'repo diff' to generate output suitable for 'patch' cmd 2012-04-13 09:20:10 -07:00
download.py Tidy up code formatting a bit more 2012-11-14 12:09:38 +09:00
forall.py Print project name for -p on mirror clients 2013-06-03 17:52:01 -07:00
grep.py Tidy up code formatting a bit more 2012-11-14 12:09:38 +09:00
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 Change print statements to work in python3 2012-11-13 17:33:56 -08:00
overview.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
prune.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
rebase.py Fix: Missing spaces in printed messages 2013-03-05 17:30:59 +09:00
selfupdate.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
smartsync.py Clean up imports 2012-09-18 09:54:57 +02:00
stage.py stage: replace filter on lambda with list comprehension 2013-05-08 06:37:15 +01:00
start.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
status.py Move Python version checking to a separate module 2013-05-23 07:28:53 +00:00
sync.py Sync: Improved error message when manifest server RPC call fails 2013-09-25 19:12:13 +09:00
upload.py Don't upload when dest branch is not merge branch 2013-10-10 09:06:38 -07:00
version.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00