Skip to content

Commit a34f53a

Browse files
committed
website: now update command is just 'hg pull -u'
1 parent 9eb6700 commit a34f53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ issues.roundup-tracker.org:
2323
vim ${project_home}/logbuch.txt
2424
* update the working copy of the SCM roundup source (includes www and wiki)
2525
cd ${project_home}/src/roundup
26-
hg pull -u /home/hg/p/roundup/code
26+
hg pull -u
2727
(The warning about "Not trusting file /home/hg/p/roundup/code/.hg/hgrc
2828
from untrusted user" can be ignored.)
2929
* When done working in the shell, you can destroy it early to free resources:

0 commit comments

Comments
 (0)