33
33
This also registers the cleanup, so that we will revert to
34
34
the original gpg strategy when done.
38
37
# monkey patch gpg signing mechanism
39
38
bzrlib.gpg.GPGStrategy = bzrlib.gpg.LoopbackGPGStrategy
46
40
def setup_tree(self, location='.'):
47
41
wt = self.make_branch_and_tree(location)
48
42
wt.commit("base A", allow_pointless=True, rev_id='A')