projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6afb682
)
Add -u to cvs diff.
author
ueno
<ueno>
Tue, 22 Jan 2008 22:42:38 +0000
(22:42 +0000)
committer
ueno
<ueno>
Tue, 22 Jan 2008 22:42:38 +0000
(22:42 +0000)
find-changes-by-mia
patch
|
blob
|
history
diff --git
a/find-changes-by-mia
b/find-changes-by-mia
index
392b52b
..
8f7c00c
100755
(executable)
--- a/
find-changes-by-mia
+++ b/
find-changes-by-mia
@@
-10,7
+10,7
@@
IO.popen('cvs log') do |io|
state = :R
if rev && author && mia_authors.include?(author)
prev_rev = rev.sub(/\d+\z/) {|s| (s.to_i - 1).to_s}
- puts("cvs diff -r #{prev_rev} -r #{rev} #{File.basename(file)}")
+ puts("cvs diff -u -r #{prev_rev} -r #{rev} #{File.basename(file)}")
end
rev, author = nil, nil
when /\A=+\z/