Index: exhibit.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/exhibit/exhibit.module,v
retrieving revision 1.10
diff -u -r1.10 exhibit.module
--- exhibit.module	1 May 2009 05:09:27 -0000	1.10
+++ exhibit.module	4 Nov 2009 19:07:18 -0000
@@ -66,6 +66,18 @@
       'page callback' => 'exhibit_output_history',
       'file' => 'exhibit.pages.inc',
     ),
+    'node/%node/__history__.html' => array(
+      'type' => MENU_CALLBACK,
+      'access arguments' => array('access exhibits'),
+      'page callback' => 'exhibit_output_history',
+      'file' => 'exhibit.pages.inc',
+    ),
+    '__history__.html' => array(
+      'type' => MENU_CALLBACK,
+      'access arguments' => array('access exhibits'),
+      'page callback' => 'exhibit_output_history',
+      'file' => 'exhibit.pages.inc',
+    ),
     'exhibit/tsv/%' => array(
       'type' => MENU_CALLBACK,
       'access arguments' => array('access exhibits'),

