tg.sh: use correct remote branch list for recurse_deps_internal
commit0d0dbd72d09ac108ecdf744dc3cfac2bfe6b42c7
authorKyle J. McKay <mackyle@gmail.com>
Mon, 19 Jun 2017 19:16:59 +0000 (19 12:16 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 19 Jun 2017 19:16:59 +0000 (19 12:16 -0700)
tree3b222f19519740277265eb55acaff2b4354570fc
parentf7f852d1d06c7a66bccf2979c4383e4048bf3671
tg.sh: use correct remote branch list for recurse_deps_internal

Correct stupid typo that was passing the wrong branch list as the list
of existing remote TopGit branches.  The effect was mostly harmless
other than causing unnecessary slowdown.  When a "toggit.remote" was
set it would appear that all TopGit branches had a remote branch and
then they would be checked for "out-of-date"ness but if the remote
branch did not actually exist the check would silently return "not"
as the answer without error but the check in that case should not
have happened at all.

As a result all the updates that should have happened did, but some
unnecessary work was taking place when only some of the local branches
actually had remote "mate"s.

Correct this by passing in the correct file name.  Stupid typo.

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