Created
November 3, 2017 16:28
-
-
Save asutherland/0142cd43c930da7092ed50796363a0a0 to your computer and use it in GitHub Desktop.
mc-list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "mozilla-central checkout branch statuses" | |
echo "========================================" | |
. ~/rev_control/hg/hg-experimental/scripts/scm-prompt.sh | |
cd ~/rev_control/hg/mozilla-central | |
echo "mozilla-central :$(_scm_prompt)" | |
cd ~/rev_control/hg/mozilla-unified | |
echo "mozilla-unified :$(_scm_prompt)" | |
cd ~/rev_control/hg/mozilla-beta | |
echo "mozilla-beta :$(_scm_prompt)" | |
cd ~/rev_control/hg/mozilla-esr | |
echo "mozilla-esr :$(_scm_prompt)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment