diff options
Diffstat (limited to 'hg/pre-commit.d/README')
-rw-r--r-- | hg/pre-commit.d/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hg/pre-commit.d/README b/hg/pre-commit.d/README new file mode 100644 index 0000000..051d094 --- /dev/null +++ b/hg/pre-commit.d/README @@ -0,0 +1,2 @@ +This is run by a git pre-commit hook before committing changes to the +repository. This can be used for storing metadata, and for sanity checks. |