debian/compat
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 03 Jun 2018 02:26:19 +0530
branchstable
changeset 3779 084038b98cd7
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
next: bail out early in `hg next --evolve` if dirty wdir This patch adds logic to bail out early when --evolve is passed with next command and the working directory is dirty. This will help us in preventing the message saying `do you want --merge` which is useless and misleading when `--evolve` is passed.
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