post-review: allow user to supply password on cmdline

Review Request #499 — Created Aug. 11, 2008 and submitted

Information

Review Board SVN (deprecated)

Reviewers

post-review: allow user to supply password on cmdline
submitted this review with the modified script
david
  1. 
      
  2. /trunk/reviewboard/contrib/tools/post-review (Diff revision 2)
     
     
     
     
    This would look a lot better like this:
    
    if options.submit_as:
        username = options.submit_as
    else:
        username = raw_input('Username: ')
    
    Same with the password field.
  3. Trailing whitespace.
  4. 
      
david
  1. Looks good. Committed as r1450.
  2. 
      
Loading...