/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: aaron.bentley at utoronto
  • Date: 2005-06-30 22:54:21 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: aaron.bentley@utoronto.ca-20050630225421-a6a4f5ae500dcddf
Added non-working ChangesetTree

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
bzrlib.commands.register_command(cmd_apply_changeset)
134
134
bzrlib.commands.register_command(cmd_send_changeset)
135
135
 
 
136
from test import cmd_test_plugins
 
137
bzrlib.commands.register_command(cmd_test_plugins)
 
138
 
136
139
bzrlib.commands.OPTIONS['reverse'] = None
137
140
bzrlib.commands.OPTIONS['auto-commit'] = None
138
141
cmd_apply_changeset.takes_options.append('reverse')