diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-08-18 18:27:18 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-08-18 22:11:09 +0200 |
commit | d42ed408802bf6d894e12322b6d1effcbde68e4c (patch) | |
tree | bd16afb7e27efe686ecdb55830e025ad62258fec | |
parent | cdcfe424fab90c7cdb28740cbfa44d04475caeaf (diff) | |
download | git-buildpackage-d42ed408802bf6d894e12322b6d1effcbde68e4c.tar.gz git-buildpackage-d42ed408802bf6d894e12322b6d1effcbde68e4c.tar.bz2 git-buildpackage-d42ed408802bf6d894e12322b6d1effcbde68e4c.zip |
trim commit display
-rwxr-xr-x | git-dch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |