/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
  • Date: 2008-10-08 17:54:18 UTC
  • mto: This revision was merged to the branch mainline in revision 3823.
  • Revision ID: aaron@aaronbentley.com-20081008175418-xca96me2gbeb3lcz
fix option grammar

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
    takes_options = [
26
26
        'revision',
27
 
        commands.Option('all', help='Shelve all changes')]
 
27
        commands.Option('all', help='Shelve all changes.')]
28
28
 
29
29
    def run(self, revision=None, all=False):
30
30
        from bzrlib.plugins.shelf2.shelver import Shelver