Index: branches/release-29/lib/MT/Category.pm
===================================================================
--- branches/release-29/lib/MT/Category.pm (revision 1174)
+++ branches/release-29/lib/MT/Category.pm (revision 1359)
@@ -71,4 +71,6 @@
     my $result = $cat->basename;
     do {
+        # TODO: uh, does this not mean we cache the resulting path on the
+        # root category object instead?
         $cat = $cat->parent ? __PACKAGE__->load($cat->parent) : undef;
         $result = join "/", $cat->basename, $result if $cat;
