# HG changeset patch # User Augie Fackler <raf@durin42.com> # Date 1417404892 18000 # Sun Nov 30 22:34:52 2014 -0500 # Node ID 427f26764fab6ebf60cc907ae0897cf19715c92f # Parent 799c41a24e75f7c99df8e097b389cc7060267afb CONTRIBUTING: fix a typo I just noticed diff --git a/CONTRIBUTING b/CONTRIBUTING --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -10,7 +10,7 @@ system. http://mercurial.selenic.com/wiki/ContributingChanges contains their full guidelines. Key differences are (by rule number): - 1. For hg-git, I'm not rigied about the "topic: a few words" format + 1. For hg-git, I'm not strict about the "topic: a few words" format for the first line, but I do insist on a sensible summary as the first line of your commit 2. We don't require use of issueNNN for bug fixes (we have no robot)