1497
1497
b = Branch.open_containing('.')
1498
1498
gpg_strategy = gpg.GPGStrategy(config.BranchConfig(b))
1499
1499
if revision_id is not None:
1501
1501
elif revision is not None:
1504
1504
raise BzrCommandError('You cannot specify a NULL revision.')
1505
1505
revno, rev_id = rev.in_history(b)
1508
def sign_one(self, gpg_strategy, b, revision_id):
1516
1509
# these get imported and then picked up by the scan for cmd_*