<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -49,7 +49,7 @@ class Train:
     return re.sub(r'\b(St|Ave)\b','',self.stop)
 
   def route_short(self):
-    return self.route[0]
+    return re.sub('-(.+)','',self.route)
 
   def __cmp__(self,other):
     if self.is_past() and other.is_past():</diff>
      <filename>main.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7442431e59cf92e37c1618e207d582031adb20bd</id>
    </parent>
  </parents>
  <author>
    <name>Kyle Neath</name>
    <email>kneath@gmail.com</email>
  </author>
  <url>http://github.com/kneath/minimuni/commit/204000c66b47f9986c4be8dc01c619cb3b50501e</url>
  <id>204000c66b47f9986c4be8dc01c619cb3b50501e</id>
  <committed-date>2008-12-03T02:49:37-08:00</committed-date>
  <authored-date>2008-12-03T02:49:37-08:00</authored-date>
  <message>Fix the short route for my busses</message>
  <tree>a1a2c68a8c416c73c8397622434f0db92ce6e784</tree>
  <committer>
    <name>Kyle Neath</name>
    <email>kneath@gmail.com</email>
  </committer>
</commit>
