144
142
class cmd_shell(bzrlib.commands.Command):
166
147
commands = [cmd_shelve, cmd_unshelve, cmd_clean_tree, cmd_graph_ancestry,
167
148
cmd_fetch_ghosts, cmd_patch, cmd_shell, cmd_fix]
174
153
if not hasattr(bzrlib.builtins, "cmd_annotate"):
175
154
commands.append(annotate.cmd_annotate)