~abentley/bzr-pipeline/2.0.0

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2010-04-24 04:36:58 UTC
  • Revision ID: aaron@aaronbentley.com-20100424043658-n441rcfo2en4njot
Allow pipes to be renamed

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 
125
125
register('cmd_add_pipe')
126
126
register('cmd_remove_pipe')
 
127
register('cmd_rename_pipe')
127
128
register('cmd_switch_pipe', ['swp'])
128
129
register('cmd_show_pipeline', ['pipes'])
129
130
register('cmd_pipe_patches')