Skip to content

Instantly share code, notes, and snippets.

@JonBons
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save JonBons/ef4cb00b5f6261db476b to your computer and use it in GitHub Desktop.

Select an option

Save JonBons/ef4cb00b5f6261db476b to your computer and use it in GitHub Desktop.
hg merge all branches containing bug with fixed commit with message.
gc merge.txt | Foreach-Object { hg update "$_"; hg merge HASH; hg commit -m "Merge with clientside-view-engine fix" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment