~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

Introduce --debug switch to enable some debugging code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
               help="Name of the generated function (default: _bzr)"),
44
44
        Option("function-only", short_name="o", type=None,
45
45
               help="Generate only the shell function, don't enable it"),
 
46
        Option("debug", type=None, hidden=True,
 
47
               help="Enable shell code useful for debugging"),
46
48
        ]
47
49
 
48
50
    def run(self, **kwargs):