Changes between Version 32 and Version 33 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Oct 4, 2017, 7:56:23 PM (6 years ago)
Author:
figaro
Comment:

Typo

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v32 v33  
    2222=== Mercurial
    2323
    24 For mercurial backend, since TracMecurial [t:#8417 does not support the repository cache] yet, you should install [http://github.com/maraujop/TracMercurialChangesetPlugin TracMercurialChangesetPlugin] to generate the repository cache.
     24For the Mercurial backend, since TracMercurial [t:#8417 does not support the repository cache] yet, you should install [http://github.com/maraujop/TracMercurialChangesetPlugin TracMercurialChangesetPlugin] to generate the repository cache.
    2525
    2626=== Git
     
    6767 1. If you want to install this plugin to the Trac instance only:
    6868  * python setup.py bdist_egg
    69   * copy the generated egg file to the Trac instance's plugin directory
     69  * copy the generated egg file to the Trac instance's plugin directory:
    7070  {{{#!sh
    7171cp dist/*.egg /srv/trac/env/plugins
    7272}}}
    73  1. Add the following to the `trac.ini` file in the components section:
     73 1. Add the following to your `trac.ini` file:
    7474{{{#!ini
    7575[components]
     
    8686$ trac-admin $env ticketlog sync
    8787}}}
    88  You must configure [TracRepositoryAdmin#Repositorycaching repository caching]
    89  and [TracRepositoryAdmin#ExplicitSync explicit synchronization], and `resync`
    90  all of the repositories before running `ticketlog sync`.
     88 You must configure [TracRepositoryAdmin#Repositorycaching repository caching] and [TracRepositoryAdmin#ExplicitSync explicit synchronization], and `resync` all of the repositories before running `ticketlog sync`.
    9189
    9290== Configuration
     
    9694* `(?:\n|[^#])*#%s(?:\D|$)` matches ticket references in the form `#xyz` anywhere in the commit message.[[br]]See comment:5:ticket:7884
    9795
    98 In version 1.2 of the plugin, the pattern is configured using the
    99 [trac:CommitTicketUpdater#Configuration CommitTicketUpdater] options.
     96In version 1.2 of the plugin, the pattern is configured using the [trac:CommitTicketUpdater#Configuration CommitTicketUpdater] options.
    10097
    10198== Recent Changes