##// END OF EJS Templates
narrowcommands: more byteskwargs cleanup...
Augie Fackler -
r36184:ccf7ae11 default
parent child Browse files
Show More
@@ -332,6 +332,7 b' def trackedcmd(ui, repo, remotepath=None'
332 332 If --clear is specified without any further options, the narrowspec will be
333 333 empty and will not match any files.
334 334 """
335 opts = pycompat.byteskwargs(opts)
335 336 if narrowrepo.REQUIREMENT not in repo.requirements:
336 337 ui.warn(_('The narrow command is only supported on respositories cloned'
337 338 ' with --narrow.\n'))
General Comments 0
You need to be logged in to leave comments. Login now