~ubuntu-branches/debian/sid/trac-bzr/sid

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-11-04 13:36:01 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20111104133601-n9kx11nmgbia9ura
Tags: 0.4.2+bzr118-1
* New upstream snapshot.
* Switch to debhelper 7, drop cdbs.
* Switch to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
| Copyright (C) 2006 Lukas Lalinsky <lalinsky@gmail.com>
16
16
| Copyright (C) 2006 Marien Zwart <marienz@gentoo.org>
17
17
| Copyright (C) 2006,2007 Panoramic Feedback <abentley@panoramicfeedback.com>
18
 
| Copyright (C) 2006,2008,2009 Jelmer Vernooij <jelmer@samba.org>
 
18
| Copyright (C) 2006,2008,2009,2010 Jelmer Vernooij <jelmer@samba.org>
19
19
| Copyright (C) 2009,2010 Martin von Gagern <Martin.vGagern@gmx.net>
 
20
| Copyright (C) 2009 Hendrik van Antwerpen
20
21
| All rights reserved.
21
22
 
22
23
This program is free software; you can redistribute it and/or modify
64
65
 
65
66
.. __: http://trac.edgewall.org/wiki/TracPlugins
66
67
 
 
68
The bundled bzr plugin can be installed either by using setup.py
 
69
to install or by copying the ``bzrplugin`` directory into
 
70
``~/.bazaar/plugins`` and renaming to ``trac``.
 
71
 
67
72
System-wide using easy_install
68
73
------------------------------
69
74
Executing the command "``easy_install TracBzr``" as root should install
282
287
  [trac]
283
288
  default_charset = cp1251
284
289
 
 
290
Bazaar plugin
 
291
=============
 
292
There is a Bazaar plugin bundled with this project which can automatically notify trac of new
 
293
commits. To enable this, set the ``trac_project`` option in the Bazaar config to the path
 
294
of your trac environment.
 
295
 
 
296
For example, if your trac environment lives in ``/home/trac/myproject``, run::
 
297
 
 
298
  $ bzr config trac_project=/home/trac/myproject
 
299
 
 
300
in your Bazaar branch.
 
301
 
 
302
This plugin also adds a new bzr subcommand ``bzr close-trac-bugs`` which can automatically
 
303
mark trac bugs as closed based on the Bazaar commit properties created with ``bzr commit --fixes``.
 
304
 
285
305
.. cut long_description here
286
306
 
287
307
.. vim: ft=rst