tg-create.sh: remove mention of --continue
commit86871ef2fc32647099147f9c767d365019d35644
authorKyle J. McKay <mackyle@gmail.com>
Wed, 15 Feb 2017 12:36:39 +0000 (15 04:36 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 15 Feb 2017 12:36:39 +0000 (15 04:36 -0800)
tree50a6c8b6f8d30982f045fd71b31fca1fbee013d8
parent1389e3266b094c039179a6f78d99e02033b9dda2
tg-create.sh: remove mention of --continue

The `tg create` comand doesn't have its own `--continue` operation
anymore, it just runs `tg update` under-the-hood as the last step
and so makes use of the `tg update --continue` command instead when
necessary.

Remove all mention of and related logic for the `tg create [--continue]`
command to reflect this.

Also make sure that "@" is understood as "HEAD" where appropriate.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
README
tg-create.sh
tg.sh