From 165279fae992c971cb49d7d83b233f40d41f0517 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 24 Aug 2011 23:48:48 +0200 Subject: [PATCH] TODO note on getDebianChangelog --- ubuntutools/requestsync/common.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubuntutools/requestsync/common.py b/ubuntutools/requestsync/common.py index e9f7c12..8ea450b 100644 --- a/ubuntutools/requestsync/common.py +++ b/ubuntutools/requestsync/common.py @@ -38,9 +38,11 @@ def raw_input_exit_on_ctrlc(*args, **kwargs): print '\nAbort requested. No sync request filed.' sys.exit(1) +# TODO: Move this into requestsync.mail, and implement an LP version +# when LP: #833384 is fixed def getDebianChangelog(srcpkg, version): ''' - Return the new changelog entries upto 'version'. + Return the new changelog entries since 'version'. ''' pkgname = srcpkg.getPackageName() pkgversion = srcpkg.getVersion()