When using hg branch FeatureBranchName and publishing it to a central repo that is shared amongst developers, is there a way to eventually close the FeatureBranchName when its development has officially been merged with the default branch?
It would also be helpful if the FeatureBranchName was not visible when performing a hg branches command.
should be enough to mark a branch close. (see
hg commit)See also this thread:
Note: that “closing branch” business is one aspect seen as missing in Git, when compared to Mercurial: