~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: wang
  • Date: 2006-10-29 13:41:32 UTC
  • mto: (2104.4.1 wang_65714)
  • mto: This revision was merged to the branch mainline in revision 2109.
  • Revision ID: wang@ubuntu-20061029134132-3d7f4216f20c4aef
Replace python's difflib by patiencediff because the worst case 
performance is cubic for difflib and people commiting large data 
files are often hurt by this. The worst case performance of patience is 
quadratic. Fix bug 65714.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
* `Configuration <configuration.htm>`_ 
20
20
  (wiki page: http://bazaar-vcs.org/ConfiguringBzr)
21
21
 
22
 
    Information on how to configure Bazaar
 
22
    Information on how to configure Bazaar.
23
23
 
24
24
* `Setting up email <setting_up_email.htm>`_
25
25
  (wiki page: http://bazaar-vcs.org/BzrSettingEmail)
26
26
 
27
27
    The various ways that exist to tell Bazaar your email address for
28
 
    commits
 
28
    commits.
29
29
 
30
30
* `Plugins <plugins.htm>`_
31
31
  (wiki page: http://bazaar-vcs.org/BzrPlugins)
32
32
    
33
 
    Information on how to use plugins in Bazaar
 
33
    Information on how to use plugins in Bazaar.
34
34
 
35
35
* `Specifying revision <specifying_revisions.htm>`_
36
36
  (wiki page: http://bazaar-vcs.org/BzrRevisionSpec)
37
37
 
38
38
    Description of the subarguments for ``-r`` as used by commands such as
39
 
    **bzr log** and **bzr merge**
 
39
    **bzr log** and **bzr merge**.
40
40
 
41
41
* `Using aliases <using_aliases.htm>`_
42
42
  (wiki page: http://bazaar-vcs.org/CommandAliases)
43
43
 
44
44
    How to setup and use command aliases.
45
45
 
 
46
* `Running a Bazaar server <server.htm>`_
 
47
  
 
48
    How to run a server to allow remote access to Bazaar branches.
 
49
 
46
50
This document automatically created based on output of **bzr help**:
47
51
 
48
52
* `Man page (help for bzr commands) <bzr_man.htm>`_