From 4f851987d121cf0103180afdda29ebd2cd1b54ed Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 20 Dec 2017 08:49:04 +0530 Subject: [PATCH] hg-pull: minor changes - using a single word joined by underscore - changing from backtick to double quotes --- pages/common/hg-pull.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/hg-pull.md b/pages/common/hg-pull.md index ab4e278501..91e58ff119 100644 --- a/pages/common/hg-pull.md +++ b/pages/common/hg-pull.md @@ -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: