• 
      

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

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

    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.