Add 'README.mercurial-hg'

This commit is contained in:
Christoph 2024-06-23 12:20:07 +02:00
parent d5cb44c016
commit 92e836c5f8

19
README.mercurial-hg Normal file
View File

@ -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