I have a hg repo. I used to have a short-lived branch named "1.x", which at some point in time was interrupted by "default". It closed because I did not feel the need to use this branch at this particular moment.
However, I was forced to abandon how the "default" was designed and created another branch with a much earlier version before creating the "1.x". I could not use the name "1.x", so I named it "oldui". The default branch was closed as a dead end. I feel uncomfortable with that name. You can see this in detail in my repository: https://bitbucket.org/mingos/umbracms/changesets/6a3c7980a219
I would like to be able to reuse the branch name "1.x" instead of the cryptic "oldui". How can I achieve this if there is a way at all?
source share