Created
July 11, 2022 11:15
-
-
Save fmitha/e686f965622212ff1f2b294131440016 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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