sapling/tests/test-fb-hgext-phrevset-local.t
Kostia Balytskyi b27a46c987 fb-hgext: fix copied fb-hgext tests
Summary:
This is a big bulk of generally almost-obvious fixes to the moved tests. Mostly
these fixes have to do with correct importing of the actual extensions.

Depends on D6675329

Test Plan:
- ./run-tests.py fails less after this commit
- see further commits for more test fixes

Reviewers: #sourcecontrol

Differential Revision: https://phabricator.intern.facebook.com/D6675344
2018-01-09 03:06:09 -08:00

16 lines
404 B
Perl

$ cat >> $HGRCPATH << EOF
> [extensions]
> phrevset=
> EOF
$ hg init repo
$ cd repo
$ echo 1 > 1
$ hg add 1
$ hg commit -m 'Differential Revision: http.ololo.com/D1234'
$ hg up -q 0
$ hg up D1234
phrevset.callsign is not set - doing a linear search
This will be slow if the diff was not committed recently
0 files updated, 0 files merged, 0 files removed, 0 files unresolved