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:
parent
30594060a4
commit
4f851987d1
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue