Support guessing review requests in rbt land.

Review Request #6713 — Created Dec. 31, 2014 and submitted

Information

RBTools
master
418968d...

Reviewers

rbt land now defaults to guessing review requests, unless using -r.
It will attempt to find a review request matching the specified branch,
or the current branch if one was not specified. It will prompt for a
match if unsure.

If a match is found, it will be used for the resulting commit message in
the merge.

Landed an actual change using --local and the branch name. Saw it find
the matching review request, merge, and push.

Description From Last Updated

undefined name 'confirm'

reviewbotreviewbot
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/commands/land.py
        rbtools/clients/git.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/land.py
        rbtools/clients/git.py
    
    
  2. rbtools/commands/land.py (Diff revision 1)
     
     
     undefined name 'confirm'
    
  3. 
      
chipx86
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/commands/land.py
        rbtools/clients/git.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/land.py
        rbtools/clients/git.py
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (17f9ba9)
Loading...