~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2010-01-29 10:36:23 UTC
  • mto: This revision was merged to the branch mainline in revision 4992.
  • Revision ID: mbp@sourcefrog.net-20100129103623-hywka5hymo5z13jw
Change url to canonical.com or wiki, plus some doc improvements in passing

Show diffs side-by-side

added added

removed removed

Lines of Context:
2191
2191
    :Tips & tricks:
2192
2192
 
2193
2193
      GUI tools and IDEs are often better at exploring history than command
2194
 
      line tools. You may prefer qlog or viz from the QBzr and Bzr-Gtk packages
2195
 
      respectively for example. (TortoiseBzr uses qlog for displaying logs.) See
2196
 
      http://bazaar-vcs.org/BzrPlugins and http://bazaar-vcs.org/IDEIntegration.
2197
 
 
2198
 
      Web interfaces are often better at exploring history than command line
2199
 
      tools, particularly for branches on servers. You may prefer Loggerhead
2200
 
      or one of its alternatives. See http://bazaar-vcs.org/WebInterface.
 
2194
      line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the
 
2195
      bzr-explorer shell, or the Loggerhead web interface.  See the Plugin
 
2196
      Guide <http://doc.bazaar.canonical.com/plugins/en/> and
 
2197
      <http://wiki.bazaar.canonical.com/IDEIntegration>.  
2201
2198
 
2202
2199
      You may find it useful to add the aliases below to ``bazaar.conf``::
2203
2200
 
4408
4405
    adding new commands, providing additional network transports and
4409
4406
    customizing log output.
4410
4407
 
4411
 
    See the Bazaar web site, http://bazaar-vcs.org, for further
4412
 
    information on plugins including where to find them and how to
4413
 
    install them. Instructions are also provided there on how to
4414
 
    write new plugins using the Python programming language.
 
4408
    See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>
 
4409
    for further information on plugins including where to find them and how to
 
4410
    install them. Instructions are also provided there on how to write new
 
4411
    plugins using the Python programming language.
4415
4412
    """
4416
4413
    takes_options = ['verbose']
4417
4414