
hg-update
List of commands for hg-update:
-
hg-update:tldr:00556 hg-update: Update to the last commit matching a specified date.$ hg update --date ${dd-mm-yyyy}try on your machineexplain this command
-
hg-update:tldr:32c42 hg-update: Update and discard uncommitted changes.$ hg update --cleantry on your machineexplain this command
-
hg-update:tldr:c9135 hg-update: Update to the tip of the current branch.$ hg updatetry on your machineexplain this command
-
hg-update:tldr:dbcb2 hg-update: Update to the specified revision.$ hg update --rev ${revision}try on your machineexplain this command