Changeset 218 in tracdarcs


Ignore:
Timestamp:
12/10/10 09:59:25 (2 years ago)
Author:
lele@…
Hash name:
20101210085925-7a6fb-e94593488e1118b3921cd95c6172a9b7e9ae33c1
Message:

Mention also the pull posthook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.rst

    r201 r218  
    8585 
    8686This can be accomplished by putting something like the following 
    87 setting into the repository ``_darcs/prefs/defaults`` file:: 
     87settings into the repository ``_darcs/prefs/defaults`` file:: 
    8888 
    8989  apply posthook trac-admin TRAC_ENV changeset added $(pwd) $(python -m tracdarcs.changesparser) 
    9090  apply run-posthook 
     91  pull posthook trac-admin TRAC_ENV changeset added $(pwd) $(python -m tracdarcs.changesparser) 
     92  pull run-posthook 
    9193 
    9294where of course you should replace `TRAC_ENV` with the full path of 
Note: See TracChangeset for help on using the changeset viewer.