sapling/tests/test-hggit-help.t
2018-01-12 16:58:28 -08:00

16 lines
524 B
Perl

Tests that the various help files are properly registered
Load commonly used test logic
$ . "$TESTDIR/hggit/testutil"
$ hg help | grep 'git'
githelp try mapping git commands to Mercurial commands
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