Skip to content

Instantly share code, notes, and snippets.

@codecats
Created December 21, 2016 10:11
Show Gist options
  • Save codecats/3cd13583ff07676df828a327373bb664 to your computer and use it in GitHub Desktop.
Save codecats/3cd13583ff07676df828a327373bb664 to your computer and use it in GitHub Desktop.
Mercurial logging
hg log --user "user name" --template "{branch}\n" | python -c "import sys; print set([l for l in sys.stdin.read().splitlines() if l.startswith('sprint31')])"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment