##// END OF EJS Templates
directaccess: fix uses of commands.status() that don't go through flag parsing...
Kyle Lippincott -
r49291:c51408b9 default
parent child Browse files
Show More
@@ -2197,6 +2197,9 b' def unhidehashlikerevs(repo, specs, hidd'
2197
2197
2198 returns a repo object with the required changesets unhidden
2198 returns a repo object with the required changesets unhidden
2199 """
2199 """
2200 if not specs:
2201 return repo
2202
2200 if not repo.filtername or not repo.ui.configbool(
2203 if not repo.filtername or not repo.ui.configbool(
2201 b'experimental', b'directaccess'
2204 b'experimental', b'directaccess'
2202 ):
2205 ):
General Comments 0
You need to be logged in to leave comments. Login now