• 
      

    Do not rewrite base_commit_id if not necessary

    Review Request #11145 — Created Aug. 20, 2020 and submitted

    Information

    RBTools
    release-2.0.x
    ed15ce8...

    Reviewers

    If the base_commit_id does not contains any relative
    information we do not need to rewrite it.
    
    This saves one another call of hg binary.

    Used a base_commit_id with relative character and saw
    the rewrite. Used a normal base_commit_id and saw
    that it did not rewrite.

    misery
    david
    1. Ship It!
    2. 
        
    misery
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (cf4a443)