Skip to content

precheck: fix false warning about content-divergence creation

Sushil Khanchi requested to merge topic/default/fix-precheck into branch/default

Before this patch, if we try to hg prune (without any successors) an already obsoleted cset which has at least one successor, it would false warn about new content-divergence. As we know pruning cset without any successors can not create any divergence.

Edited by Sushil Khanchi

Merge request reports