sapling/eden/scm/tests/test-ext-github.t
Muir Manders 1dcb7966fc tests: turn on eagerepo for a bunch of tests
Summary: These are the tests that passed after adding "$ eagerepo". I attempted to turn on eagerepo for all tests that didn't contain "$ eagerepo" or "configure modern".

Reviewed By: quark-zju

Differential Revision: D44445379

fbshipit-source-id: b283be6d5249f74e11a3205622961e457587e93b
2023-04-04 08:42:03 -07:00

28 lines
453 B
Perl

#chg-compatible
#debugruntest-compatible
#inprocess-hg-incompatible
$ eagerepo
$ enable github
$ enable ghstack
Build up a non-github repo
$ hg init repo
$ cd repo
$ echo a > a1
$ hg ci -Am addfile
adding a1
Confirm 'github_repo' does not error
$ hg log -r. -T '{github_repo}'
False (no-eol)
Confirm pull request creation will fail
$ hg pr submit
abort: not a Git repo
[255]
$ hg ghstack
abort: not a Git repo
[255]