tg export: no need for merge or hook setup
commit2a7e9f0bf77d74a631f2f0c79ab410d6ca2b3834
authorKyle J. McKay <mackyle@gmail.com>
Mon, 26 Jun 2017 22:26:28 +0000 (26 15:26 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 26 Jun 2017 22:26:28 +0000 (26 15:26 -0700)
tree8cadff7edb85601e658414e3ed893ba0a3b79059
parent96bb6b80501e0514ed2a6516bd352f1ad40d00c4
tg export: no need for merge or hook setup

While it's true that tg export (in its --collapse and --linearize
modes) is not a read-only operation on the repository, it produces
a non-TopGit branch as its output in those modes.

For this reason there's no point in having it do merge and/or
hook setup since the produced branch (if not using --quilt) isn't
actually a TopGit branch and receives no benefit from such setup.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/t2000-hook-installation.sh
tg.sh