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