tg-create.sh: maybe allow non-clean tree
commit40d6d4f499c7dc10dfd0f735262d71f5d5400ffa
authorKyle J. McKay <mackyle@gmail.com>
Tue, 17 Nov 2015 21:33:52 +0000 (17 13:33 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 17 Nov 2015 21:33:52 +0000 (17 13:33 -0800)
treea4c5f3102739d4ba472e7ef29b5b72f074552e40
parentda28c66b991ff6852a52d38d5fb64186c6e8972c
tg-create.sh: maybe allow non-clean tree

If a single dependency is listed (or implied) and it's the
same as HEAD (what HEAD points to) then do not require a
clean working tree.

Before sequestration tg create never required a clean working
tree even though it should have when not meeting the above condition.

Allow that behavior again.  Also make sure the initial commit
ONLY commits .topdeps and .topmsg even when other things are staged.

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