debian/compat
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 09 Jan 2018 15:39:47 +0530
changeset 3388 be41e4740a25
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
evolve: use phases.new-commit config to retain phase information (issue5720) Since the previous patches replaced the use of graftstate with evolvestate and we don't graft anymore on evolve --continue, we have now the capability to fix underlying bugs. This patch makes sure we use the phases.new-commit config to make a new commit of the same phase as that of the predecessor. Tests added in the previous patch shows the bug being fixed.
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