On 14 February 2016 at 18:14, Mads Kiilerich <[email protected]> wrote: >> In any case, I suggest not just closing old PR versions, but also >> obsoleting them (for exampl, using rebase or histedit), so that the >> old changesets don't hang around needlessly. > > That could perhaps be something that could be done automatically when > "updating" a PR?
That actually is done automatically by `hg rebase` if you have experimental.evolution=all set, you just need to push to the repo then to make sure obsoletion markers are submitted. -- Cheers, Andrew _______________________________________________ kallithea-general mailing list [email protected] http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
