134
134
return patch[len(self.MESSAGE_PREFIX):patch.index('\n')]
136
def unshelve(self, patch_source, all=False, force=False):
136
def unshelve(self, patch_source, patch_name=None, all=False, force=False):
142
145
raise CommandError("No patch found on shelf %s" % self.name)