130
130
"""Apply a named patch to the current tree.
132
132
takes_args = ['filename?']
133
takes_options = [Option('strip', type=int, short_name='p', help=strip_help),
133
takes_options = [Option('strip', type=int, short_name='p',
134
135
Option('silent', help='Suppress chatter.')]
135
136
def run(self, filename=None, strip=None, silent=False):