~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-05-10 01:55:13 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20060510015513-aa34ccf950b19732
Disabled Goffredo's patch changes for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
    """Apply a named patch to the current tree.  <BZRTOOLS>
114
114
    """
115
115
    takes_args = ['filename?']
116
 
    takes_options = ['strip','bzrdiff']
 
116
    takes_options = ['strip']
117
117
    def run(self, filename=None, strip=-1, bzrdiff=0):
118
118
        from patch import patch
119
119
        from bzrlib.workingtree import WorkingTree