# HG changeset patch # User Martin Geisler # Date 1281887399 -7200 # Node ID 08cd25ef8a38daf4d4c5ce4bd43c293232692424 # Parent 932448701e7d6624f5d1f348b2ac40d094eac222 dagparser: transplant part of 4e804302d30c diff -r 932448701e7d -r 08cd25ef8a38 mercurial/dagparser.py --- a/mercurial/dagparser.py Sun Aug 15 17:48:05 2010 +0200 +++ b/mercurial/dagparser.py Sun Aug 15 17:49:59 2010 +0200 @@ -7,6 +7,7 @@ import re, string import util +from i18n import _ def parsedag(desc): '''parses a DAG from a concise textual description; generates events