~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Parth Malwankar
  • Date: 2010-06-24 03:17:02 UTC
  • mto: (0.40.142 grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100624031702-mup1zt1wmil7hr0p
initial outputter support for diff_grep

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
        GrepOptions.show_color = show_color
244
244
 
245
245
        if diff == True:
 
246
            # options not allowed:
 
247
            # files_with_matches, files_without_match
 
248
            # levels(?), line_number, from_root
 
249
            # include, exclude
246
250
            grep.grep_diff(GrepOptions)
247
251
        elif revision == None:
248
252
            grep.workingtree_grep(GrepOptions)