tests_: make test-myparent.t resilient to BSD vs GNU grep differences

Differential Revision: https://phabricator.intern.facebook.com/D4442162
This commit is contained in:
Kostia Balytskyi 2017-01-20 08:33:49 -08:00
parent 0a89353310
commit bca6074eee

View File

@ -56,15 +56,19 @@ Make sure the template keywords are documented correctly
$ hg help templates | grep -A2 myparent $ hg help templates | grep -A2 myparent
myparentdiff Show the differential revision of the commit's parent, if it myparentdiff Show the differential revision of the commit's parent, if it
has the same author as this commit. has the same author as this commit.
-- (?)
myparentreviewers myparentreviewers
Show the reviewers of the commit's parent, if it has the Show the reviewers of the commit's parent, if it has the
same author as this commit. same author as this commit.
-- (?)
myparentsubscribers myparentsubscribers
Show the subscribers of the commit's parent, if it has the Show the subscribers of the commit's parent, if it has the
same author as this commit. same author as this commit.
-- (?)
myparenttasks myparenttasks
Show the tasks from the commit's parent, if it has the same Show the tasks from the commit's parent, if it has the same
author as this commit. author as this commit.
-- (?)
myparenttitleprefix myparenttitleprefix
Show the title prefix of the commit's parent, if it has the Show the title prefix of the commit's parent, if it has the
same author as this commit. same author as this commit.