116
116
takes_options = ['strip','bzrdiff']
117
117
def run(self, filename=None, strip=-1, bzrdiff=0):
125
return patch(b, filename, strip, legacy= not bzrdiff)
125
return patch(wt, filename, strip, legacy= not bzrdiff)
127
127
class cmd_shelve(bzrlib.commands.Command):
128
128
"""Temporarily set aside some changes from the current tree.