/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 breezy/help_topics/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-19 22:05:30 UTC
  • mto: This revision was merged to the branch mainline in revision 7200.
  • Revision ID: jelmer@jelmer.uk-20181119220530-3ljv0v1w4mrxf8hq
add a glossary, update some more links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
               the duration of the command.  This can be used multiple times if
329
329
               several options need to be overridden.
330
330
 
331
 
See http://doc.bazaar.canonical.com/developers/profiling.html for more
 
331
See https://www.breezy-vcs.org/developers/profiling.html for more
332
332
information on profiling.
333
333
 
334
334
A number of debug flags are also available to assist troubleshooting and
796
796
                        'Types of conflicts and what to do about them')
797
797
topic_registry.register('debug-flags', _load_from_file,
798
798
                        'Options to show or record debug information')
 
799
topic_registry.register('glossary', _load_from_file, 'Glossary')
799
800
topic_registry.register('log-formats', _load_from_file,
800
801
                        'Details on the logging formats available')
801
802
topic_registry.register('missing-extensions', _load_from_file,