comparison mercurial/obsolete.py @ 32627:b36b02d57021

exclusive-markers: update the dedicated test with list of exclusive markers We now display data about the "exclusive markers" in the test dedicated to relevant and exclusive markers computation and usage. Each output have been carefully validated
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 01 Jun 2017 08:44:01 +0200
parents 00a7f7b1af9c
children 2c1400d43fd2
comparison
equal deleted inserted replaced
32626:00a7f7b1af9c 32627:b36b02d57021
774 # 774 #
775 # in addition: 775 # in addition:
776 # 776 #
777 # Markers "2,3" are exclusive to A1,A2 777 # Markers "2,3" are exclusive to A1,A2
778 # Markers "1,2,3" are exclusive to A0,A1,A2 778 # Markers "1,2,3" are exclusive to A0,A1,A2
779
780 See test/test-obsolete-bundle-strip.t for more examples.
779 781
780 An example usage is strip. When stripping a changeset, we also want to 782 An example usage is strip. When stripping a changeset, we also want to
781 strip the markers exclusive to this changeset. Otherwise we would have 783 strip the markers exclusive to this changeset. Otherwise we would have
782 "dangling"" obsolescence markers from its precursors: Obsolescence markers 784 "dangling"" obsolescence markers from its precursors: Obsolescence markers
783 marking a node as obsolete without any successors available locally. 785 marking a node as obsolete without any successors available locally.