debian/compat
author Laurent Charignon <lcharignon@fb.com>
Mon, 30 Nov 2015 16:48:40 -0800
changeset 1542 333e056b3034
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
inhibit: make rebase see obsolescence even for visible nodes Rebase changed recently to take advantage of obsolescence markers to reduce the number of conflicts to resolve. Inhibit users were unable to leverage this new feature because none of their visible nodes could be obsolete. This patch makes the nodes that would be obsolete without inhibit, actually obsolete for the duration of the rebase to take advantage of the feature mentioned before.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
531
b18b00036355 pkg/debian: Debian packaging
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
8