changeset 41236 | 44a51c1c8e17 |
parent 41229 | 50ca531f1f24 |
child 41365 | 876494fd967d |
--- a/mercurial/hg.py Sat Dec 29 23:09:07 2018 -0800 +++ b/mercurial/hg.py Sat Dec 29 23:40:18 2018 -0800 @@ -737,6 +737,7 @@ if narrow: with local.wlock(), local.lock(): local.setnarrowpats(storeincludepats, storeexcludepats) + narrowspec.copytoworkingcopy(local) u = util.url(abspath) defaulturl = bytes(u)