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