diff mercurial/localrepo.py @ 41226:0f2b8d51bfdf

narrow: include journal.narrowspec in transaction journal We had missed this file before, which led to it lying around after the transaction completed. Differential Revision: https://phab.mercurial-scm.org/D5556
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 10 Jan 2019 13:36:25 -0800
parents 8aca89a694d4
children 3b35ebdb9f8c
line wrap: on
line diff
--- a/mercurial/localrepo.py	Tue Jan 08 09:50:40 2019 -0800
+++ b/mercurial/localrepo.py	Thu Jan 10 13:36:25 2019 -0800
@@ -1912,6 +1912,7 @@
 
     def _journalfiles(self):
         return ((self.svfs, 'journal'),
+                (self.svfs, 'journal.narrowspec'),
                 (self.vfs, 'journal.dirstate'),
                 (self.vfs, 'journal.branch'),
                 (self.vfs, 'journal.desc'),