sapling/tests/test-dialect-show.t
Simon Farnsworth ccf6655f3a fb-hgext: fix test-check-code.t failures
Summary: test-check-code.t now dislikes our docstrings. Fix them up

Test Plan: Run the test locally on my devserver

Reviewers: #sourcecontrol, durham

Reviewed By: durham

Subscribers: mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D4773908

Signature: t1:4773908:1490394131:9d9e5f85b4243119a3615044605bcc5abdecbe4f
2017-03-24 15:22:31 -07:00

9 lines
249 B
Perl

$ cat >> $HGRCPATH << EOF
> [extensions]
> dialect = $TESTDIR/../hgext3rd/dialect.py
> show = $TESTDIR/../hgext3rd/show.py
> EOF
$ hg help -e show | head -n 1
show extension - show commits in detail with full log message, patches etc