parent
909f017b3f
commit
840814eded
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue