mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-21 07:11:14 +00:00
TODO note on getDebianChangelog
This commit is contained in:
parent
ed6962c413
commit
165279fae9
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user