I am working on a project that uses mercurial, and it got into a confusion with several heads that are dead for all intensive purposes.
I want to kill these heads and return the fix graph in one line.
I was told that there is a way to merge branches, but at the same time ignore any changes to the files, so, in fact, it’s just a tree merge, but I can’t work with a set of commands.
Is there a way to do this, kill branches by merging and ignoring file changes? Or, alternatively, is there a way to re-enable the schedule without changes (which are not massively irrelevant in the project)?
mercurial
Aaron powell
source share