diff options
author | Mathieu Clabaut <mathieu.clabaut@gmail.com> | 2007-12-21 15:47:30 -0600 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-03 19:53:46 -0500 |
commit | 83d1b75cabbd594019ea6fb0395c4d27e38d8aa3 (patch) | |
tree | 3b2ca170a4b6ce3fb06b241130cbbf1c19f63135 /hg/pre-commit.d/README | |
parent | c65ad8cba4ebf8eb7625b4e0801a6c68125384ac (diff) |
pre-commit.d : Translation into mercurial idiom
Diffstat (limited to 'hg/pre-commit.d/README')
-rw-r--r-- | hg/pre-commit.d/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hg/pre-commit.d/README b/hg/pre-commit.d/README index 051d094..08b8cc9 100644 --- a/hg/pre-commit.d/README +++ b/hg/pre-commit.d/README @@ -1,2 +1,2 @@ -This is run by a git pre-commit hook before committing changes to the +This is run by a mercurial pre-commit hook before committing changes to the repository. This can be used for storing metadata, and for sanity checks. |