Add some details to README.txt for people new to mercurial (like I am)
authortinkster
Thu, 03 Feb 2011 10:57:22 +0000
changeset 119 5ea56dbc7d32
parent 118 61d7e7cc6534
child 122 ff398771c476
Add some details to README.txt for people new to mercurial (like I am)
README.txt
--- a/README.txt	Wed Feb 02 17:35:02 2011 -0500
+++ b/README.txt	Thu Feb 03 10:57:22 2011 +0000
@@ -1,1 +1,22 @@
-The WebId mercurial repo
+The WebID Mercurial Repo
+========================
+
+  All Invited Experts should have access to it. This should be a good
+  place to edit the spec before we push it to svn, to put test cases,
+  and other code.
+        
+        $ hg clone https://dvcs.w3.org/hg/WebID
+        $ cd WebID
+	$ echo "[ui]" >>.hg/hgrc
+	$ echo "username=${W3C_USERNAME}" >>.hg/hgrc
+        
+        # edit files
+        
+        $ hg add ${newfiles}
+        $ hg commit
+        $ hg push
+
+        $ hg pull
+        
+  Use your W3C username and password.
+