summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-12-20 21:38:34 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-12-20 21:38:39 +0000
commit03f67737414ebb3631f097d45c5aff9a83e63b1b (patch)
tree4eb7d5a88f3bf291549f4d7e898c1e95783d427a /dgit
parent1f7b9876c5641666901f40888eb8a975449569c1 (diff)
Improve "cannot represent change" message
Print the git old and new modes too. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 9a8d221..acb4563 100755
--- a/dgit
+++ b/dgit
@@ -4509,7 +4509,7 @@ sub quiltify_trees_differ ($$;$$$) {
};
if ($@) {
local $/="\n"; chomp $@;
- push @$unrepres, [ $f, $@ ];
+ push @$unrepres, [ $f, "$@ ($oldmode->$newmode)" ];
}
}