146
146
commands = [cmd_shelve, cmd_unshelve, cmd_clean_tree, cmd_graph_ancestry,
147
147
cmd_fetch_ghosts, cmd_patch, cmd_shell]
150
152
if not hasattr(bzrlib.builtins, "cmd_annotate"):
151
153
commands.append(annotate.cmd_annotate)
152
154
if not hasattr(bzrlib.builtins, "cmd_push"):
153
155
commands.append(push.cmd_push)
155
159
from errors import NoPyBaz