• 
      

    Add summary/description guessing for committed revs in SVN.

    Review Request #9478 — Created Jan. 11, 2018 and submitted

    Information

    RBTools
    release-0.7.x
    1f60a02...

    Reviewers

    When posting committed revisions in SVN, there are commit messages which
    we can use to guess the summary and description of the resulting review
    request. This change implements get_commit_message_raw to do that.

    Based on work by Graham Seaman.

    • Verified that the SVN log was parsed correctly.
    • Ran unit tests.
    Description From Last Updated

    Are we guaranteed to have Unicode-compatible strings coming out of these commit messages?

    chipx86chipx86
    chipx86
    1. 
        
    2. Show all issues

      Are we guaranteed to have Unicode-compatible strings coming out of these commit messages?

      1. Yep. The unit tests cover this case.

    3. 
        
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-0.7.x (bab455e)