Searched +refs:diff +refs:hunk +refs:status +refs:msg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Ddiff-mode.el0 ;;; diff-mode.el --- a mode for viewing/editing context diffs
7 ;; Keywords: convenience patch diff
34 ;; diff-mode as well as with compilation-minor-mode
45 ;; - Try `diff <file> <hunk>' to try and fuzzily discover the source location
46 ;; of a hunk. Show then the changes between <file> and <hunk> and make it
47 ;; possible to apply them to <file>, <hunk-src>, or <hunk-dst>.
51 ;; - Refine hunk o
[all...]
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DBase.pm263 $name . "\n" . Text::Diff::diff(\$expected, \$actual);
416 my @hunks = ($spec =~ /^(\Q${cd}\E.*?(?=^\Q${cd}\E|\z))/msg);
429 for my $hunk (@_) {
430 my $block = $self->_make_block($hunk);
453 my $hunk = shift;
457 $hunk =~ s/\A\Q${cd}\E[ \t]*(.*)\s+// or die;
459 my @parts = split /^\Q${dd}\E +\(?(\w+)\)? *(.*)?\n/m, $hunk;
521 while (my $status = Filter::Util::Call::filter_read()) {
522 return $status if $status <
[all...]

Completed in 188 milliseconds