~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: mbp at sourcefrog
  • Date: 2005-03-19 01:41:44 UTC
  • Revision ID: mbp@sourcefrog.net-20050319014144-5298a74caebaf378
fix local-time-offset calculation

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
* `Config specs <config-specs.html>`__ assemble a tree from several places.
75
75
 
76
 
* `Conflicts <conflicts.html>`_ that can occur during merge-like
77
 
  operations.
78
 
 
79
 
* `Ignored files <ignore.html>`__
 
76
* `Conflicts <conflicts.html>`_ that can occur during merge-like operations.
80
77
 
81
78
* `Recovering from interrupted operations <interrupted.html>`__
82
79
 
107
104
 
108
105
* `Patch pools <pool.html>`__ to efficiently store related branches.
109
106
 
110
 
* `Revfiles <revfile.html>`__ store the text history of files.
111
 
 
112
107
* `Revision syntax <revision-syntax.html>`__ -- ``hello.c@12``, etc.
113
108
 
114
109
* `Roll-up commits <rollup.html>`__ -- a single revision incorporates
182
177
Project management and organization
183
178
-----------------------------------
184
179
 
 
180
* `Development news <news.html>`__
 
181
 
185
182
* `Notes on how to get a VCS adopted <adoption.html>`__
186
183
 
 
184
* `Testing plan <testing.html>`__ -- very sketchy.
 
185
 
187
186
* `Thanks <thanks.html>`__ to various people
188
187
 
 
188
* `Roadmap <roadmap.html>`__: High-level order for implementing features.
 
189
 
 
190
* `<work-order.html>`__: current tasks.
 
191
 
189
192
* `Extra commands <extra-commands.html>`__ for
190
193
  internal/developer/debugger use.
191
194