D7568: fuzz: clean up some repetition on building parsers.so fuzzers

2019-12-06 Thread durin42 (Augie Fackler)
Closed by commit rHGceeff2d99cc9: fuzz: clean up some repetition on building parsers.so fuzzers (authored by durin42). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7568?vs=18506&id

D7568: fuzz: clean up some repetition on building parsers.so fuzzers

2019-12-06 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added subscribers: mercurial-devel, mjpieters. Herald added a reviewer: hg-reviewers. REVISION SUMMARY There was a lot of repetition here that I realized could be cleared out. I think there's some more work we could do here, but this is enough for now. RE