1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 04:17:58 +01:00

hg-pull: minor changes

- using a single word joined by underscore
- changing from backtick to double quotes
This commit is contained in:
Agniva De Sarker 2017-12-20 08:49:04 +05:30 committed by GitHub
parent 30594060a4
commit 4f851987d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
> Pull changes from a specified repository to the local repository.
- Pull from the `default` source path:
- Pull from the "default" source path:
`hg pull`
- Pull from a specified source repository:
`hg pull {{path/to/source/repository}}`
`hg pull {{path/to/source_repository}}`
- Update the local repository to the head of the remote: