• 
      

    Clean up some old cruft from SCMTools.

    Review Request #8428 — Created Sept. 22, 2016 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x
    20461b0...

    Reviewers

    This removes an old method (get_fields()), which is no longer used in
    any way. This used to be used to influence the New Review Request
    dialog, but that was rewritten long ago.

    It also replaces get_diffs_use_absolute_diffs() with a
    diffs_use_absolute_diffs attribute (with defaults to being a property
    that supports the old method for backward-compatibility).

    Unit tests pass.