Fix losing the commit summary when using rbt stamp.

Review Request #6701 — Created Dec. 17, 2014 and submitted

Information

RBTools
master
7dc1330...

Reviewers

When rebuilding the commit message, rbt stamp was losing the summary.
This was due to the code only factoring in the description for the new
message.

We now build upon the raw commit message, rather than a parsed message.
We also don't try to stamp the commit if it's already been stamped.

Stamped a commit and didn't lose the summary.

Tried stamping again and saw a message saying it was already stamped.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/commands/stamp.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/stamp.py
    
    
  2. 
      
chipx86
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        rbtools/utils/review_request.py
        rbtools/commands/stamp.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        rbtools/utils/review_request.py
        rbtools/commands/stamp.py
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (f34400e)
Loading...