Show More
@@ -16,7 +16,7 b' from mercurial.i18n import _' | |||||
16 | from mercurial import ( |
|
16 | from mercurial import ( | |
17 | error, |
|
17 | error, | |
18 | localrepo, |
|
18 | localrepo, | |
19 |
match as match |
|
19 | match as matchmod, | |
20 | scmutil, |
|
20 | scmutil, | |
21 | ) |
|
21 | ) | |
22 |
|
22 | |||
@@ -103,7 +103,7 b' def reposetup(ui, repo):' | |||||
103 | parentworking = working and ctx1 == self['.'] |
|
103 | parentworking = working and ctx1 == self['.'] | |
104 |
|
104 | |||
105 | if match is None: |
|
105 | if match is None: | |
106 |
match = match |
|
106 | match = matchmod.always(self.root, self.getcwd()) | |
107 |
|
107 | |||
108 | wlock = None |
|
108 | wlock = None | |
109 | try: |
|
109 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now