Add 'README.mercurial-hg'
This commit is contained in:
parent
d5cb44c016
commit
92e836c5f8
19
README.mercurial-hg
Normal file
19
README.mercurial-hg
Normal 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
|
Loading…
Reference in New Issue
Block a user