Commit Graph

2 Commits

Author SHA1 Message Date
Mateusz Kwapich
e570184225 crdump: fix tests on OSX
Summary: We need a check-code for that.

Test Plan: tested on my laptop

Reviewers: #fbhgext, ryanmce, ikostia

Reviewed By: #fbhgext, ryanmce, ikostia

Subscribers: ikostia

Differential Revision: https://phab.mercurial-scm.org/D222
2017-08-03 08:50:12 -07:00
Mateusz Kwapich
86cc4e67ff crdump: introduce extension to dump data for code review tools
Summary:
We've spent a lot of time hacking around the outputs of hg in jf (a new
tool we use at FB to interact with our code-review system). We've figured out that it
could be all avoided and made cleaner with simple hg extension that dumps all
the data we need in a format that we can easily consume.

Test Plan: see attached test

Reviewers: #fbhgext, ryanmce

Reviewed By: #fbhgext, ryanmce

Subscribers: quark

Differential Revision: https://phab.mercurial-scm.org/D205
2017-08-03 04:50:46 -07:00