sapling/tests/test-dialect-show.t
Jeroen Vaelen 8bc1e221b6 hgext: rename show.py to fbshow.py to prevent upstream collision
Summary:
Upstream recently introduced show as an extension. Because the file
name is the same and it lives in core, extensions.show now points to it.

It behaves differently. Rename our extension. In the next diff I'll update
facebook.rc to make extensions.show point to our version.

Test Plan: Ran tests

Reviewers: durham, #sourcecontrol

Subscribers: mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D4845959
2017-04-06 13:36:18 -07:00

9 lines
251 B
Perl

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