Mercurial > p > roundup > code
diff website/README.txt @ 4940:ff4d939f4619
website/README: Make "hg up" location-independent
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 05 Oct 2014 15:30:26 +0300 |
| parents | 55eccea8911f |
| children | 4e7208743254 |
line wrap: on
line diff
--- a/website/README.txt Sun Oct 05 15:27:34 2014 +0300 +++ b/website/README.txt Sun Oct 05 15:30:26 2014 +0300 @@ -58,7 +58,7 @@ # pull latest Roundup source with www and wiki # (the warning about "Not trusting file ... " can be ignored # for now https://sourceforge.net/p/forge/site-support/8217/) - hg pull -u --cwd src/roundup + hg pull -u --cwd ${project_home}/src/roundup updating wiki.roundup-tracker.org
