Modernize and document the CVS diff parser.

Review Request #10780 — Created Nov. 4, 2019 and submitted

Information

Review Board
release-4.0.x
1d58876...

Reviewers

This updates the CVS diff parser to work directly on the
ParsedDiffFile, rather than the deprecated intermediary parser
dictionary. It also reduces repeated attribute accesses on the parser.
This cleans up the code a decent amount.

Along with this, the parser methods have been documented, providing
better insight into what each function is responsible for.

Unit tests pass.

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (344f7c2)
Loading...