Changes between Version 6 and Version 7 of InterTracCommitPatch


Ignore:
Timestamp:
Nov 26, 2015, 11:58:13 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • InterTracCommitPatch

    v6 v7  
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=InterTracCommitPatch&owner=okazaki new ticket].
     15[/newticket?component=InterTracCommitPatch new ticket].
    1616
    1717[[TicketQuery(component=InterTracCommitPatch&group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:intertraccommitpatch here].
     21Download the zipped source from [export:intertraccommitpatch here].
    2222
    2323== Source
    2424
    25 You can check out InterTracCommitPatch from [http://trac-hacks.org/svn/intertraccommitpatch here] using Subversion, or [source:intertraccommitpatch browse the source] with Trac.
     25You can check out InterTracCommitPatch from [/svn/intertraccommitpatch here] using Subversion, or [source:intertraccommitpatch browse the source] with Trac.
    2626
    2727== Example
    2828
    2929 1. Apply the patch to contrib/trac-post-commit-hook.
    30  1. Configure [http://trac-hacks.org/wiki/InterTrac InterTrac] settings. Edit your `trac.ini` file as follows:
    31 {{{#!ini
     30 1. Configure [t:InterTrac] settings. Edit your `trac.ini` file as follows:
     31 {{{#!ini
    3232[intertrac]
    3333test1.title = Trac Test Project 1
     
    3939}}}
    4040 1. Commit any changes to a repository:
    41 {{{#!sh
     41 {{{#!sh
    4242svn commit -m "refs test2:#4 refs test3:#2"
    4343}}}