From 92e836c5f8a1cbe409faca39080dc7fc6759a770 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 23 Jun 2024 12:20:07 +0200 Subject: [PATCH] Add 'README.mercurial-hg' --- README.mercurial-hg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.mercurial-hg 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