瀏覽代碼

Clarify .hg directory

Agniva De Sarker 7 年之前
父節點
當前提交
b67ac7a2df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/hg-clone.md

+ 1 - 1
pages/common/hg-clone.md

@@ -10,7 +10,7 @@
 
 `hg clone --branch {{branch}} {{remote_repository_source}}`
 
-- Clone a repository with only the .hg directory, without checking out files:
+- Clone a repository with only the ".hg" directory, without checking out files:
 
 `hg clone --noupdate {{remote_repository_source}}`