mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-26 10:21:12 +00:00
Update some comments to match a renamed method
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
6fa06f8ac4
commit
179faeb23b
@ -86,7 +86,8 @@ class MigrationManager(object):
|
||||
InstallabilityTester.
|
||||
|
||||
|
||||
Unlike doop_source, this will not modify any data structure.
|
||||
Unlike migrate_item_to_target_suite, this will not modify
|
||||
any data structure.
|
||||
"""
|
||||
# local copies for better performances
|
||||
source_name = item.package
|
||||
|
@ -28,7 +28,7 @@ class MigrationTransactionState(object):
|
||||
|
||||
@property
|
||||
def undo_items(self):
|
||||
"""Only needed by a doop_source for the "hint"-hint case"""
|
||||
"""Only needed by a _apply_item_to_target_suite for the "hint"-hint case"""
|
||||
yield from self._undo_items
|
||||
|
||||
def commit(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user