Browse Source

hg-pull: minor changes

- using a single word joined by underscore
- changing from backtick to double quotes
Agniva De Sarker 7 years ago
parent
commit
4f851987d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/hg-pull.md

+ 2 - 2
pages/common/hg-pull.md

@@ -2,13 +2,13 @@
 
 
 > Pull changes from a specified repository to the local repository.
 > Pull changes from a specified repository to the local repository.
 
 
-- Pull from the `default` source path:
+- Pull from the "default" source path:
 
 
 `hg pull`
 `hg pull`
 
 
 - Pull from a specified source repository:
 - 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:
 - Update the local repository to the head of the remote: