From d42ed408802bf6d894e12322b6d1effcbde68e4c Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 18 Aug 2009 18:27:18 +0200 Subject: trim commit display --- git-dch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-dch b/git-dch index 36acd18..dc3100b 100755 --- a/git-dch +++ b/git-dch @@ -251,7 +251,7 @@ def guess_snapshot_commit(cp, repo): return sr.group('commit') last = repo.commits(paths="debian/changelog", options=["-1"]) if last: - print "Changelog last touched at %s" % last + print "Changelog last touched at '%s'" % last[0] return last[0] -- cgit v1.2.3