Changeset 191 in tracdarcs for README.rst
- Timestamp:
- 06/12/10 09:28:01 (3 years ago)
- Hash name:
- 20100612072801-97f81-e253157cc10bd94c1349a69eafabfdb316f919e5
- File:
-
- 1 edited
-
README.rst (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
README.rst
r190 r191 32 32 33 33 or manually copy the egg from the "dist" subdir into the environment's 34 "plugins" subdirectory 34 "plugins" subdirectory. The latter requires adding that directory to 35 the ``PYTHONPATH`` if you wanna use the post hook as explained below. 35 36 36 In general, follow the directions in TracPlugins. 37 Plugin activation 38 ----------------- 39 40 In general, follow the directions in TracPlugins. At the minimum, the 41 plugin must be activated with something like the following in the Trac 42 instance's ``conf/trac.ini`` file:: 43 44 [components] 45 tracdarcs.* = enabled 37 46 38 47 Specific configuration options … … 67 76 trac database... 68 77 69 Using a post commithook78 Using a post apply hook 70 79 ----------------------- 71 80 … … 87 96 extracting the list of changeset hashes from the the ``darcs 88 97 changes --xml`` format: it accepts the input either as the 89 ``$DARCS_PATCHES_XML`` or from standard input:: 98 ``$DARCS_PATCHES_XML`` environment variable (as set by darcs 99 posthooks) or from standard input:: 90 100 91 101 $ darcs changes --xml | python -m tracdarcs.changesparser | head -3
Note: See TracChangeset
for help on using the changeset viewer.