Added pulling from a specific source

coverage
pxgamer 2017-12-19 16:24:27 +00:00
parent e4e29b42bb
commit 92d37bd305
No known key found for this signature in database
GPG Key ID: 8F15E14C0F7BA063
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
- Update the local repository to the head of the remote:
`hg pull {{path/to/source/repository}}`
- Update the local repository to the head of the remote:
`hg pull --update`
- Pull changes even when the remote repository is unrelated: