54
61
self.build_tree_contents([('a', str2)])
61
68
# If --no-aliases isn't working, we will not get retcode=3
62
69
bzr('--no-aliases c a', retcode=3)
64
71
# If --no-aliases breaks all of bzr, we also get retcode=3
65
72
# So we need to catch the output as well
68
75
'bzr: ERROR: unknown command "c"\n')