~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-03-01 21:16:58 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060301211658-91ae24db2df6c1d6
Updated to match new bzr diff behaviour

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    """
104
104
    takes_args = ['filename?']
105
105
    takes_options = ['strip']
106
 
    def run(self, filename=None, strip=0):
 
106
    def run(self, filename=None, strip=1):
107
107
        from patch import patch
108
108
        from bzrlib.branch import Branch
109
109
        b = Branch.open_containing('.')[0]