Skip to content

Instantly share code, notes, and snippets.

@asutherland
Created November 3, 2017 16:28
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