Commit Graph

4 Commits

Author SHA1 Message Date
Jun Wu
94d3ce2b10 stat: add a new "status" style
Summary:
Make it show "added", "removed", "changed" so it looks similar to the
original commit template.

Reviewed By: singhsrb

Differential Revision: D8158006

fbshipit-source-id: 1a1578bd263e7870c27e7169537e808ffd8add9f
2018-05-25 01:04:07 -07:00
Jun Wu
1a9c3ba3c2 stat: change '{stat}' template keyword to a template function
Summary: This allows the function to optionally take arguments.

Reviewed By: singhsrb

Differential Revision: D8158007

fbshipit-source-id: a1eb89a00694c69d8d76dc4e2f7c0ce99164bcfb
2018-05-25 01:04:07 -07:00
Kostia Balytskyi
b27a46c987 fb-hgext: fix copied fb-hgext tests
Summary:
This is a big bulk of generally almost-obvious fixes to the moved tests. Mostly
these fixes have to do with correct importing of the actual extensions.

Depends on D6675329

Test Plan:
- ./run-tests.py fails less after this commit
- see further commits for more test fixes

Reviewers: #sourcecontrol

Differential Revision: https://phabricator.intern.facebook.com/D6675344
2018-01-09 03:06:09 -08:00
Kostia Balytskyi
e75b9fc1b1 fb-hgext: move most of hgext3rd and related tests to core
Summary:
This commit moves most of the stuff in hgext3rd and related tests to
hg-crew/hgext and hg-crew/test respectively.

The things that are not moved are the ones which require some more complex
imports.


Depends on D6675309

Test Plan: - tests are failing at this commit, fixes are in the following commits

Reviewers: #sourcecontrol

Differential Revision: https://phabricator.intern.facebook.com/D6675329
2018-01-09 03:03:59 -08:00