dag: suppress renames when showing the file list
commit6c1c7000148a0d2dd645f88331725cca54b63b45
authorDavid Aguilar <davvid@gmail.com>
Tue, 21 Jan 2014 07:52:43 +0000 (20 23:52 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 21 Jan 2014 07:52:43 +0000 (20 23:52 -0800)
tree704affeac9c9a93d9928f386911de3533ad97511
parent3b4f4f6d5c4d2c068a0a60875a3603bb6404d043
dag: suppress renames when showing the file list

Diffs are not correctly shown when files are renamed because the numstat
output will display `oldpath => newpath` as the path, which will not be
understood as a valid path by Git.

Suppress rename detection so that we always deal with real paths.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/filelist.py