Skip to content

Instantly share code, notes, and snippets.

@chrisfsmith
Created October 16, 2012 01:04
Show Gist options
  • Save chrisfsmith/3896705 to your computer and use it in GitHub Desktop.
Save chrisfsmith/3896705 to your computer and use it in GitHub Desktop.
Close hg Branch Snippet for CodeBox
hg up -C __branchName__ && \
hg commit --close-branch -m 'Closing branch __branchName__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment