Index: taxonomy.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/taxonomy.views.inc,v
retrieving revision 1.37
diff -u -r1.37 taxonomy.views.inc
--- taxonomy.views.inc	2 Jul 2008 18:53:40 -0000	1.37
+++ taxonomy.views.inc	29 Jul 2008 19:40:43 -0000
@@ -226,6 +226,16 @@
     ),
   );
 
+  $data['term_hierarchy']['parent'] = array(
+    'title' => t('Parent term(s)'),
+    'help' => t('The parent(s) of the term.'),
+    'relationship' => array(
+      'base' => 'term_data',
+      'field' => 'parent',
+      'label' => t('Parent'),
+    ),
+  );
+
   // ----------------------------------------------------------------------
   // term_synonym table
 

