changes to make careful update only for push
authorChris Koeritz <fred@gruntose.com>
Fri, 10 Nov 2017 18:33:53 +0000 (13:33 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 10 Nov 2017 18:33:53 +0000 (13:33 -0500)
commit1f533511d398e2afa7b7ecad91232267d134f749
tree326125cebd2d26c5ca1f9b8bc68caf95e3abffba
parent4028c96f710034a0172c829ebb1b7dce3d4b3dbd
changes to make careful update only for push

we don't generally want a regular update to get stuff from just everywhere; we want it to update if there's stuff on our specific remote origin.  so this only does the multi branch cleanup process when we're about to push changes, since that's when we'll get boned if the remotes aren't right.
scripts/rev_control/version_control.sh