diff options
Diffstat (limited to 'subcmds/upload.py')
-rw-r--r-- | subcmds/upload.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/upload.py b/subcmds/upload.py index ad05050e..9018455f 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py | |||
@@ -158,6 +158,7 @@ changes in all projects listed in the manifest. | |||
158 | branch.project.relpath + '/', | 158 | branch.project.relpath + '/', |
159 | branch.name) | 159 | branch.name) |
160 | print >>sys.stderr, '%s' % branch.tip_url | 160 | print >>sys.stderr, '%s' % branch.tip_url |
161 | print >>sys.stderr, '(as %s)' % branch.owner_email | ||
161 | print >>sys.stderr, '' | 162 | print >>sys.stderr, '' |
162 | 163 | ||
163 | if have_errors: | 164 | if have_errors: |