~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2007-07-13 05:56:49 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20070713055649-a5f66wimq02q772k
Fix shelf message option

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
    takes_args = ['file*']
249
249
    takes_options = [Option('message',
250
250
            help='A message to associate with the shelved changes.',
251
 
            short_name='m'),
 
251
            short_name='m', type=unicode),
252
252
            'revision',
253
253
            Option('all', help='Shelve all changes without prompting.'),
254
254
            Option('no-color', help='Never display changes in color.')]