Do unicode migration for rbtools/commands/

Review Request #6694 — Created Dec. 15, 2014 and submitted

Information

RBTools
master
b47b014...

Reviewers

This change updates the code in the rbtools/commands/ directory to have a
correct separation of unicode vs bytes, and use unicode literals everywhere.

Ran unit tests.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/clients/cvs.py
        rbtools/commands/status.py
        rbtools/commands/patch.py
        rbtools/commands/setup_repo.py
        rbtools/commands/attach.py
        rbtools/commands/api_get.py
        rbtools/commands/main.py
        rbtools/commands/__init__.py
        rbtools/commands/close.py
        rbtools/clients/tests.py
        rbtools/commands/post.py
        rbtools/clients/__init__.py
        rbtools/clients/bazaar.py
        rbtools/commands/publish.py
        rbtools/clients/git.py
        rbtools/clients/perforce.py
        rbtools/commands/diff.py
        rbtools/commands/list_repo_types.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/clients/cvs.py
        rbtools/commands/status.py
        rbtools/commands/patch.py
        rbtools/commands/setup_repo.py
        rbtools/commands/attach.py
        rbtools/commands/api_get.py
        rbtools/commands/main.py
        rbtools/commands/__init__.py
        rbtools/commands/close.py
        rbtools/clients/tests.py
        rbtools/commands/post.py
        rbtools/clients/__init__.py
        rbtools/clients/bazaar.py
        rbtools/commands/publish.py
        rbtools/clients/git.py
        rbtools/clients/perforce.py
        rbtools/commands/diff.py
        rbtools/commands/list_repo_types.py
    
    
  2. 
      
david
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/commands/status.py
        rbtools/commands/setup_repo.py
        rbtools/commands/api_get.py
        rbtools/commands/main.py
        rbtools/commands/__init__.py
        rbtools/commands/diff.py
        rbtools/commands/patch.py
        rbtools/commands/post.py
        rbtools/commands/attach.py
        rbtools/commands/publish.py
        rbtools/commands/close.py
        rbtools/commands/list_repo_types.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/status.py
        rbtools/commands/setup_repo.py
        rbtools/commands/api_get.py
        rbtools/commands/main.py
        rbtools/commands/__init__.py
        rbtools/commands/diff.py
        rbtools/commands/patch.py
        rbtools/commands/post.py
        rbtools/commands/attach.py
        rbtools/commands/publish.py
        rbtools/commands/close.py
        rbtools/commands/list_repo_types.py
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (8c8e4eb)
Loading...