$ hg tag -r 1 v1.1 $ hg tags tip v1.1 $ hg tag -r 2 v1.1 abort: tag 'v1.1' already exists (use -f to force) $ hg tag -f -r 2 v1.1 $ hg tags tip v1.1