You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ Installation
18
18
Pick an `.egg` file from the Downloads section and place it in the `plugins/`
19
19
directory of your Trac install.
20
20
21
-
Alternatively build your own egg by checking out the repository and running `python setup.py bdist_egg` in your working copy. Copy the resultant .egg to your `plugins` directory.
21
+
Alternatively build your own egg by checking out the repository and running
22
+
`python setup.py bdist_egg` in your working copy. Copy the resultant .egg to
23
+
your `plugins` directory.
22
24
23
25
Trac Code Comments plugin requres at least python 2.4 and runs on Trac 0.12.
24
26
@@ -49,6 +51,9 @@ ticket.
49
51
* Comments/ticket cross-reference – to remember which comments are already in
50
52
tickets and which are not.
51
53
54
+
* Notifications – if you have configured Trac to email ticket notifications
0 commit comments