mercurial/subrepo.py
branchstable
changeset 15286 4be845e3932c
parent 15234 5d700b7edd85
child 15287 b3e19c355ca7
--- a/mercurial/subrepo.py	Mon Oct 17 14:27:34 2011 +0200
+++ b/mercurial/subrepo.py	Mon Oct 17 16:45:19 2011 +0200
@@ -418,6 +418,7 @@
                                % (inst, subrelpath(self)))
 
     def archive(self, ui, archiver, prefix):
+        self._get(self._state + ('hg',))
         abstractsubrepo.archive(self, ui, archiver, prefix)
 
         rev = self._state[1]