From a1142500285cfd1b92fdea7121e43d92a5e3e743 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 12 Dec 2017 20:22:20 +0000 Subject: [PATCH] Update hg-commit.md --- pages/common/hg-commit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/hg-commit.md b/pages/common/hg-commit.md index 263502588..636cb4a8c 100644 --- a/pages/common/hg-commit.md +++ b/pages/common/hg-commit.md @@ -18,7 +18,7 @@ `hg commit -I/--include {{pattern}}` -- Commit all files excluding those that match a specified pattern: +- Commit all files, excluding those that match a specified pattern: `hg commit -X/--exclude {{pattern}}`