Details
Details
- Reviewers
indygreg durin42 - Group Reviewers
hg-reviewers - Commits
- rHGf18ba40d792f: phabricator: add a template item for linking to a differential review
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
contrib/phabricator.py | ||
---|---|---|
872 | couple of new lines here and above too, did you ran test-check-commit.t? |
Comment Actions
Please also remove the double newlines and fix the commit message to abide by our message standards.
From the tests/ directory, run ./run-tests.py -j8 test-check-* to run the static analysis checks.
contrib/phabricator.py | ||
---|---|---|
870–871 | registrar.templatekeyword() returns a function that can be used as a decorator. This is the preferred mechanism to define templates in extensions. See hgext/transplant.py for a simple example. Please switch to that API. |
registrar.templatekeyword() returns a function that can be used as a decorator. This is the preferred mechanism to define templates in extensions. See hgext/transplant.py for a simple example.
Please switch to that API.