mercurial/subrepo.py
changeset 8997 70f5d3be5917
parent 8908 105343f9f744
child 9048 86b4a9b0ddda
child 9186 f783bb979fb3
--- 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])