Add an option for invoking an editor for the commit in rbt land.

Review Request #6722 — Created Jan. 2, 2015 and submitted

Information

RBTools
master
2577af4...

Reviewers

rbt land now has a -e (--edit) option for invoking an editor to edit the
commit message before landing a change. The message will be the
generated commit containing the "Reviewed at" line.

This gives the committer the ability to reword the message from a
contributor, or to add additional information like bugs closed.

Landed a local branch using -e, and was presented with my editor for the
commit message. Changed the commit, saved and exited, and saw that the commit
was created with my new message.

reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/land.py
        rbtools/clients/__init__.py
        rbtools/clients/git.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        rbtools/commands/land.py
        rbtools/clients/__init__.py
        rbtools/clients/git.py
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (bfd7d1b)
Loading...