Expands the pullall and review commands into scripts that give us these features:
-
pullall pulls from both the upstream master and upstream feature branch, if it exists, using the appropriate rebase or merge in each case.
-
review checks for the branch name matching our conventions.
Fixes #2192 (closed)