diff -r 23e941d7f507 -r 70f5d3be5917 mercurial/subrepo.py --- a/mercurial/subrepo.py Tue Jun 30 11:30:03 2009 +0200 +++ b/mercurial/subrepo.py Wed Jul 01 13:55:24 2009 -0500 @@ -122,6 +122,7 @@ localrepo = l hg = h + util.path_auditor(ctx._repo.root)(path) state = ctx.substate.get(path, nullstate) if state[0].startswith('['): # future expansion raise error.Abort('unknown subrepo source %s' % state[0])