Mercurial > p > roundup > code
changeset 4636:f338c19b0a6d
closing issue2550762 Minor Documentation fix in doc/developers.txt, thanks to W. Trevor King.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Fri, 29 Jun 2012 16:34:42 +0200 |
| parents | 45ac4cd1a381 |
| children | c8ea932c6278 |
| files | CHANGES.txt doc/developers.txt |
| diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 17 20:29:57 2012 +0800 +++ b/CHANGES.txt Fri Jun 29 16:34:42 2012 +0200 @@ -15,6 +15,8 @@ (Thomas Arendsen Hein) - Prevent AttributeError when removing all roles of a user (Thomas Arendsen Hein) +- issue2550762 Minor Documentation fix in doc/developers.txt, thanks + to W. Trevor King. (Bernhard Reiter) 2012-05-15: 1.4.20
--- a/doc/developers.txt Sun Jun 17 20:29:57 2012 +0800 +++ b/doc/developers.txt Fri Jun 29 16:34:42 2012 +0200 @@ -46,8 +46,8 @@ The Roundup tracker http://issues.roundup-tracker.org/ is in ~roundup/trackers/roundup -The configuration is in the "web/trunk/issues" section of Roundup's -Subversion repository and copied manually to the live tracker. +The configuration is in the "website/issues" section of Roundup's +Mercurical SCM repository and copied manually to the live tracker. A checkout of the roundup sources is in ~roundup/src/roundup-src.
