• 
      

    Fix for --guess-summary doesn't work when summary has newline characters in it

    Review Request #3358 — Created Sept. 27, 2012 and submitted

    Information

    RBTools

    Reviewers

    
     
    Used this to file many review requests that didn't work before.
    Description From Last Updated

    Why not just put the replace() call inside self.extract_summary? Then you should be able to just do it once. Also, …

    daviddavid
    david
    1. 
        
    2. rbtools/clients/mercurial.py (Diff revision 1)
       
       
      Show all issues
      Why not just put the replace() call inside self.extract_summary? Then you should be able to just do it once.
      
      Also, please check the diff for trailing whitespace (all those big red things you see on RB)
    3. 
        
    mrkam
    david
    1. Ship It!
    2. 
        
    mrkam
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (423b9bb). Thanks!