Skip to content

Instantly share code, notes, and snippets.

@KLicheR
Created June 11, 2014 21:24
Show Gist options
  • Save KLicheR/5f167177b882452ece68 to your computer and use it in GitHub Desktop.
Save KLicheR/5f167177b882452ece68 to your computer and use it in GitHub Desktop.
Get mercurial lastest modified files and put them in a zip
hg st --rev TAG --rev default -n | xargs zip to_push.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment