author | Patrick Mezard <pmezard@gmail.com> |
Sun, 17 Jun 2007 20:35:32 +0200 | |
changeset 4598 | b25ee3f8f714 |
parent 4597 | ec431334e4fc |
child 4599 | 88fc92b0b821 |
--- a/mercurial/cmdutil.py Sun Jun 17 20:08:06 2007 +0200 +++ b/mercurial/cmdutil.py Sun Jun 17 20:35:32 2007 +0200 @@ -8,7 +8,7 @@ from node import * from i18n import _ import os, sys, atexit, signal, pdb, traceback, socket, errno, shlex -import mdiff, bdiff, util, templater, patch, commands, hg, lock +import mdiff, bdiff, util, templater, patch, commands, hg, lock, time import fancyopts, revlog, version, extensions revrangesep = ':'