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