Browse Source

Clarify .hg directory

Agniva De Sarker 7 năm trước cách đây
mục cha
commit
b67ac7a2df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}}`