/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 tools/doc_generate/autodoc_rstx.py

  • Committer: Aaron Bentley
  • Date: 2007-01-17 16:13:50 UTC
  • mfrom: (2236 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2240.
  • Revision ID: abentley@panoramicfeedback.com-20070117161350-z0poe4762mzt2mlb
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
            l = '        --' + option_name
116
116
            if option.type is not None:
117
117
                l += ' ' + option.argname.upper()
118
 
            short_name = option.short_name
 
118
            short_name = option.short_name()
119
119
            if short_name:
120
120
                assert len(short_name) == 1
121
121
                l += ', -' + short_name
194
194
                E-Mail address of the user. Overrides default user config.
195
195
 
196
196
**EMAIL**
197
 
                E-Mail address of the user. Overriddes default user config.
 
197
                E-Mail address of the user. Overrides default user config.
198
198
 
199
199
**BZR_EDITOR**
200
200
                Editor for editing commit messages