sapling/tests/test-hggit-help.t
Ryan McElroy 66bd74e558 hggit: internalize extension
Test Plan: run-tests-.py

Reviewers: mitrandir, #mercurial

Reviewed By: mitrandir

Subscribers: ps, terrelln

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

Tasks: T24908724

Signature: 6675896:1515448382:df8d80cd7356ae8f5fb04586dc4a0a651bc498fd
2018-01-09 06:08:01 -08:00

15 lines
460 B
Perl

Tests that the various help files are properly registered
Load commonly used test logic
$ . "$TESTDIR/hggit/testutil"
$ hg help | grep 'git'
hggit push and pull from a Git server
git Working with Git Repositories
Mercurial 3.7+ uses single quotes
$ hg help hggit | grep 'help git'
For more information and instructions, see 'hg help git'
$ hg help git | grep 'Working with Git Repositories'
Working with Git Repositories