I currently have something looks like this:
@  changeset:   4
|  bookmark:    A
|  bookmark:    B
|  tag:         tip
|
o  changeset:   3
|  -
|
o  changeset:   2
|  -
|
o  changeset:   1
|  bookmark:    master
I want to move my bookmark A down to changeset 3 and leave bookmark B at the current HEAD. How can I accomplish this?
Should just be able to do
hg bookmark --rev 3 A
or if it complains
hg bookmark --rev 3 --force A
Try hg help bookmark for an explanation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With