/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 bzrlib/doc_generate/autodoc_man.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-18 15:28:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6386.
  • Revision ID: jelmer@samba.org-20111218152838-5wxpfnugk2jd625k
UseĀ absolute_import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
 
17
from __future__ import absolute_import
 
18
 
17
19
"""man.py - create man page from built-in bzr help and static text
18
20
 
19
21
TODO:
186
188
.B "help"
187
189
.I "command"
188
190
.SH "DESCRIPTION"
189
 
Bazaar (or %(bzrcmd)s) is a project of Canonical to develop an open source
190
 
distributed version control system that is powerful, friendly, and scalable.
191
 
Version control means a system that keeps track of previous revisions
192
 
of software source code or similar information and helps people work on it in teams.
 
191
 
 
192
Bazaar (or %(bzrcmd)s) is a distributed version control system that is powerful, 
 
193
friendly, and scalable.  Bazaar is a project of Canonical Ltd and part of 
 
194
the GNU Project to develop a free operating system.
 
195
 
 
196
Bazaar keeps track of changes to software source code (or similar information);
 
197
lets you explore who changed it, when, and why; merges concurrent changes; and
 
198
helps people work together in a team.
193
199
"""
194
200
 
195
201
man_foot = """\
241
247
.br
242
248
log10 = log --short -r -10..-1
243
249
.SH "SEE ALSO"
244
 
.UR http://www.bazaar.canonical.com/
245
 
.BR http://www.bazaar.canonical.com/
 
250
.UR http://bazaar.canonical.com/
 
251
.BR http://bazaar.canonical.com/
246
252
"""
247
253