Show which user account each change was uploaded under
This way users are well aware of which account we used when the uploads are complete, so they can be certain to sign into the web application with that user identity. Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
bb0ee80571
commit
0758d2f1d6
2 changed files with 5 additions and 0 deletions
|
@ -158,6 +158,7 @@ changes in all projects listed in the manifest.
|
|||
branch.project.relpath + '/',
|
||||
branch.name)
|
||||
print >>sys.stderr, '%s' % branch.tip_url
|
||||
print >>sys.stderr, '(as %s)' % branch.owner_email
|
||||
print >>sys.stderr, ''
|
||||
|
||||
if have_errors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue