Mercurial > p > roundup > code
comparison website/README.txt @ 4830:10f8b944e60c
website: now update command is just 'hg pull -u'
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Mon, 16 Sep 2013 15:49:19 +0300 |
| parents | ccfb6c72ebe2 |
| children | 8930fe9d6d21 |
comparison
equal
deleted
inserted
replaced
| 4829:b77ef61a844e | 4830:10f8b944e60c |
|---|---|
| 21 cd ${project_home} | 21 cd ${project_home} |
| 22 * read up on other people changes and add yours | 22 * read up on other people changes and add yours |
| 23 vim ${project_home}/logbuch.txt | 23 vim ${project_home}/logbuch.txt |
| 24 * update the working copy of the SCM roundup source (includes www and wiki) | 24 * update the working copy of the SCM roundup source (includes www and wiki) |
| 25 cd ${project_home}/src/roundup | 25 cd ${project_home}/src/roundup |
| 26 hg pull -u /home/hg/p/roundup/code | 26 hg pull -u |
| 27 (The warning about "Not trusting file /home/hg/p/roundup/code/.hg/hgrc | 27 (The warning about "Not trusting file /home/hg/p/roundup/code/.hg/hgrc |
| 28 from untrusted user" can be ignored.) | 28 from untrusted user" can be ignored.) |
| 29 * When done working in the shell, you can destroy it early to free resources: | 29 * When done working in the shell, you can destroy it early to free resources: |
| 30 shutdown | 30 shutdown |
| 31 | 31 |
