Skip to content

Instantly share code, notes, and snippets.

@asutherland
Created November 3, 2017 16:28
Show Gist options
  • Save asutherland/0142cd43c930da7092ed50796363a0a0 to your computer and use it in GitHub Desktop.
Save asutherland/0142cd43c930da7092ed50796363a0a0 to your computer and use it in GitHub Desktop.
mc-list
#!/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