Mercurial > public > mercurial-scm > hg-stable
diff tests/test-walkrepo.py @ 13975:938fbeacac84
move walkrepos from util to scmutil
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Thu, 21 Apr 2011 16:06:19 +0200 |
parents | 284fda4cd093 |
children | 0b21ae0a2366 |
line wrap: on
line diff
--- a/tests/test-walkrepo.py Thu Apr 21 13:18:52 2011 +0200 +++ b/tests/test-walkrepo.py Thu Apr 21 16:06:19 2011 +0200 @@ -1,6 +1,6 @@ import os from mercurial import hg, ui -from mercurial.util import walkrepos +from mercurial.scmutil import walkrepos from os import mkdir, chdir from os.path import join as pjoin