diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -1913,6 +1913,7 @@ def _journalfiles(self): return ((self.svfs, 'journal'), + (self.svfs, 'journal.narrowspec'), (self.vfs, 'journal.dirstate'), (self.vfs, 'journal.branch'), (self.vfs, 'journal.desc'), diff --git a/tests/test-narrow-clone-stream.t b/tests/test-narrow-clone-stream.t --- a/tests/test-narrow-clone-stream.t +++ b/tests/test-narrow-clone-stream.t @@ -77,11 +77,11 @@ 00manifest.i data (tree flat-fncache !) fncache (tree flat-fncache !) - journal.narrowspec meta (tree !) narrowspec undo undo.backupfiles + undo.narrowspec undo.phaseroots Checking that repository has all the required data and not broken