diff setup.py @ 10:a963acb1713d

add a new handler: MercurialRevision
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 21 Sep 2010 12:01:34 -0700
parents 44950f376e98
children ba9058605c5a
line wrap: on
line diff
--- a/setup.py	Tue May 04 08:49:39 2010 -0700
+++ b/setup.py	Tue Sep 21 12:01:34 2010 -0700
@@ -37,5 +37,6 @@
       Trac = smartopen.handlers:Trac
       Bugzilla = smartopen.handlers:Bugzilla
       FedEx = smartopen.handlers:FedEx
+      MercurialRevision = smartopen.handlers:MercurialRevision
       """,
       )