Add blacklist files that can be used to blacklist changesets and users. NOREVIEW.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.blacklist-rev Fri Jul 29 04:43:28 2011 -0700
@@ -0,0 +1,10 @@
+
+# This file can be used in conjunction with hooks.py:check_blacklist to
+# blacklist changesets. To blacklist a changeset add its full
+# identification hash (a 40 hexadecimal digit string) all by itself on
+# a line below this comment. The full id hash of a changeset can be
+# obtained using:
+#
+# hg log --template "{node}\n" -r <rev>
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.blacklist-user Fri Jul 29 04:43:28 2011 -0700
@@ -0,0 +1,18 @@
+
+# This file can be used in conjunction with hooks.py:check_user_blacklist
+# to blacklist certain usernames. To blacklist a username, add it all by
+# itself on a line below.
+
+
+# Blacklist the example used in the SVG WG wiki's "Mercurial" page:
+
+user <email>
+
+
+# Blacklist my normal hg username (which is my personal email address),
+# since I should be using my official work email address for commits
+# to SVG WG repositories:
+
+Jonathan Watt <jwatt@jwatt.org>
+
+