Skip to content

Instantly share code, notes, and snippets.

@fmitha
Created July 11, 2022 11:15
Show Gist options
  • Save fmitha/e686f965622212ff1f2b294131440016 to your computer and use it in GitHub Desktop.
Save fmitha/e686f965622212ff1f2b294131440016 to your computer and use it in GitHub Desktop.
rm -rf topics1
hg init topics1
cd topics1
hg topics taxfm.2019-2020
touch foo
hg add foo
hg ci -m "add foo" foo
hg up null
touch bar
hg add bar
hg ci -m "add bar" bar
hg up taxfm.2019-2020
hg topics --rev 0 --clear
hg up taxfm.2019-2020
hg log -vG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment