I have a repository where the trunk does not contain any largefiles. In my working branch, I previously added and committed some binaries as largefiles. Now, I don't want them to be largefiles anymore. I haven't merged into trunk yet.
I've tried removing the files entirely, then committing, then adding the files using hg add --normal
, but this results in my diff containing both the standins in .hglf as well as the binary files. Is there any way to get rid of the standins without making a new branch and grafting changes?