314
314
conn = bzrlib.smtp_connection.SMTPConnection(self._bzr_config)
318
318
"""Return (branch_url, revno) for trunk."""
319
319
branch = bzrlib.branch.Branch.open(self._local_branch_path)
320
320
return branch.get_parent().encode('utf-8'), branch.revno()
323
323
"""Return (branch_url, revno) for the branch we're merging in.
325
325
If we're not merging in a branch, but instead just testing a trunk,