bug with annotate

--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-03-26 15:32:29 +00:00
parent 909f017b3f
commit 840814eded
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class CvsBlame(Method):
path = path[len(cwd):]
cmd = ("/usr/bin/cvs", 'annotate', path)
pipe = Popen(cmd, stdout=PIPE)
pipe = Popen(cmd, stdout=PIPE, stderr=PIPE)
tokens = []
max_rev = 0