Skip to content

Commit 7c67a59

Browse files
author
tinkster
committed
Add some details to README.txt for people new to mercurial (like I am)
1 parent afb3311 commit 7c67a59

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.txt

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
The WebId mercurial repo
1+
The WebID Mercurial Repo
2+
========================
3+
4+
All Invited Experts should have access to it. This should be a good
5+
place to edit the spec before we push it to svn, to put test cases,
6+
and other code.
7+
8+
$ hg clone https://dvcs.w3.org/hg/WebID
9+
$ cd WebID
10+
$ echo "[ui]" >>.hg/hgrc
11+
$ echo "username=${W3C_USERNAME}" >>.hg/hgrc
12+
13+
# edit files
14+
15+
$ hg add ${newfiles}
16+
$ hg commit
17+
$ hg push
18+
19+
$ hg pull
20+
21+
Use your W3C username and password.
22+

0 commit comments

Comments
 (0)