even more careful push and pull
authorChris Koeritz <fred@gruntose.com>
Fri, 10 Nov 2017 00:51:47 +0000 (19:51 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 10 Nov 2017 00:51:47 +0000 (19:51 -0500)
commitc0a8759f3d50a30f77f7f5dfb174091463b7f033
treef0414bcb496773969744a9670800a75ded825b09
parentdbe3e0712f227709e7ff6123490c30a3574d2f42
even more careful push and pull

this may working now; we are comparing the branch to the parent, and were definitely seeing those as different at one point.  but now with a healthy development branch, the parent and branch are the same.  so the rule should be, hopefully, (1) when parent is different than self, you pull from your parent but push to yourself and (2) when parent and self are same, just push and pull.  if that's not the right grokking of it, then i will need to rethink some things.
scripts/rev_control/version_control.sh