# # # patch "monotone.py" # from [a2737846c0f3bc280d57a805d5f8f654ee5fd2e8] # to [d34c00e9a685ad5a55df329c45fdee9fb8b7043e] # ============================================================ --- monotone.py a2737846c0f3bc280d57a805d5f8f654ee5fd2e8 +++ monotone.py d34c00e9a685ad5a55df329c45fdee9fb8b7043e @@ -154,7 +154,7 @@ for ancestor in attrs['Ancestor']: if len(ancestor) == 0: continue revisions.add(ancestor) - contents += '"%s"<-"%s"\n' % (revision, ancestor) + contents += '"%s"->"%s"\n' % (revision, ancestor) for revision in revisions: contents += '"%s" [fontsize=8,shape=square,href="revision.psp?id=%s"]\n' % (revision, urllib.quote(revision)) contents += "}\n"