Fixed some formatting issues.

Review Request #3793 — Created Jan. 26, 2013 and submitted

Information

RBTools
master

Reviewers

Fixed some formatting issues.


Added the --non-interactive option to the "svn info" command.  This was done so it would not hang waiting for user input in certain situations like using it on an https repository path where it can ask if you want to save the password.
This was discovered last week when running post-review as part of a post-commit hook.  It has been tested by being used on a daily basis by a group of developers.
Description From Last Updated

Col: 80 E501 line too long (104 > 79 characters)

reviewbotreviewbot
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        rbtools/clients/svn.py
      Ignored Files:
    
    
  2. rbtools/clients/svn.py (Diff revision 1)
     
     
    Col: 80
     E501 line too long (104 > 79 characters)
    
  3. 
      
TM
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        rbtools/clients/svn.py
      Ignored Files:
    
    
  2. 
      
chipx86
  1. Your summary and description don't seem to fully match the change.
  2. 
      
david
  1. Ship It!
  2. 
      
TM
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (f16922a). Thanks!
Loading...