Use the shell alias style like this:
giveup = !$HG revert --all --no-backup ; $HG purge
Though, personally I’d just create a bash alias for those so I could skip the hg
part altogether.
Use the shell alias style like this:
giveup = !$HG revert --all --no-backup ; $HG purge
Though, personally I’d just create a bash alias for those so I could skip the hg
part altogether.