Skip to content

Instantly share code, notes, and snippets.

@JonBons
Created December 15, 2016 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonBons/b844e62ef6da61898c47c5314fd46f7d to your computer and use it in GitHub Desktop.
Save JonBons/b844e62ef6da61898c47c5314fd46f7d to your computer and use it in GitHub Desktop.
HG: List all files between revs that have changed with specified extension
hg diff --rev v9.8.4 --rev v9.8.5 --include "**/*.aspx" --stat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment