tg: add missing --tgish-only argument
commit02c3e932b706896dda6020a7371cfe639f9bb089
authorKyle J. McKay <mackyle@gmail.com>
Thu, 22 Jun 2017 23:49:51 +0000 (22 16:49 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 22 Jun 2017 23:49:51 +0000 (22 16:49 -0700)
tree07cbc4c4dac1b6914f20e26c3ba9d2df3d778066
parent014c247cb08b431730c0ee120efb66e773489f4a
tg: add missing --tgish-only argument

Several TopGit commands make recursive use of `tg summary --deps`.

Most of the time they only want "tgish" deps to pop out.

Due to an overlooked bug that has always been the case for some time.

Supply the needed `--tgish-only` argument to restrict the `tg summary`
output to only TopGit deps even though it does not currently make
a difference.  When `tg summary --deps` gets fixed it will.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg-annihilate.sh
tg-delete.sh
tg-info.sh