63
63
('','bzr: ERROR: No push location known or specified.\n'))
65
65
# test not remembered if cannot actually push
67
67
out = self.run_bzr('push', retcode=3)
69
69
('', 'bzr: ERROR: No push location known or specified.\n'),
72
72
# test implicit --remember when no push location set, push fails
75
75
('','bzr: ERROR: These branches have diverged. '
76
76
'Try using "merge" and then "push".\n'))