~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to patchsource.py

  • Committer: Aaron Bentley
  • Date: 2006-05-10 01:56:42 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20060510015642-91203f0957d86f9d
Treat patches as p0 by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from bzrlib import patches
 
1
import patches
2
2
 
3
3
class PatchSource(object):
4
4
    def __iter__(self):