Revert the part of 9aeab0dfe0 which was causing massive breakage
Tomas Doran [Thu, 13 May 2010 07:22:47 +0000 (09:22 +0200)]
lib/Gitalist/URIStructure/Repository.pm

index 13c6ed8..a2c22db 100644 (file)
@@ -43,7 +43,7 @@ sub object : Chained('find') PathPart('') Args(1) {
 
 }
 
-sub summary : Chained('find') Args() {}
+sub summary : Chained('find') PathPart('') Args() {}
 
 sub heads : Chained('find') Args(0) {}