# HG changeset patch # User Martin Geisler # Date 2010-08-15 15:49:59 # Node ID 08cd25ef8a38daf4d4c5ce4bd43c293232692424 # Parent 932448701e7d6624f5d1f348b2ac40d094eac222 dagparser: transplant part of 4e804302d30c diff --git a/mercurial/dagparser.py b/mercurial/dagparser.py --- a/mercurial/dagparser.py +++ b/mercurial/dagparser.py @@ -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