equal
deleted
inserted
replaced
2195 hiddentype can be: 1) 'warn': warn while unhiding changesets |
2195 hiddentype can be: 1) 'warn': warn while unhiding changesets |
2196 2) 'nowarn': don't warn while unhiding changesets |
2196 2) 'nowarn': don't warn while unhiding changesets |
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 ): |
2203 return repo |
2206 return repo |
2204 |
2207 |