diff --git a/README.mercurial-hg b/README.mercurial-hg new file mode 100644 index 0000000..66bca08 --- /dev/null +++ b/README.mercurial-hg @@ -0,0 +1,19 @@ + + +# To update a repository that has been cloned from someone elses, run the command: +# +# hg pull +# +# Note! +# This adds changesets to your repository, but DOES NOT update +# the workin copy. Run 'hg update' afterward +# +hg pull + + +# To update the content from the repository, or in other words, to get a working +# copy, run the command: +# +# hg update +# +hg update