##// 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 If --clear is specified without any further options, the narrowspec will be
332 If --clear is specified without any further options, the narrowspec will be
333 empty and will not match any files.
333 empty and will not match any files.
334 """
334 """
335 opts = pycompat.byteskwargs(opts)
335 if narrowrepo.REQUIREMENT not in repo.requirements:
336 if narrowrepo.REQUIREMENT not in repo.requirements:
336 ui.warn(_('The narrow command is only supported on respositories cloned'
337 ui.warn(_('The narrow command is only supported on respositories cloned'
337 ' with --narrow.\n'))
338 ' with --narrow.\n'))
General Comments 0
You need to be logged in to leave comments. Login now