~nmb/bzr-colo/colo-in-core

« back to all changes in this revision

Viewing changes to commands.py

  • Committer: Neil Martinsen-Burrell
  • Date: 2011-09-24 20:28:47 UTC
  • Revision ID: nmb@wartburg.edu-20110924202847-rjamxmxof0vot6n9
account for bound locations when colo-ifying bound branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
609
609
            val = source_meth()
610
610
            if val is not None:
611
611
                dest_meth(val)
 
612
        dest.set_bound_location(source.get_bound_location())
612
613
 
613
614
 
614
615
class cmd_colo_fixup(commands.Command):