doc: update git-difftool documentation for merge.keepBackup
[git-cola.git] / test / Makefile
blob754d7f7492605a1e1fc5029b407b6dc59fd6a0d4
1 all:
2 @nosetests
4 clean:
5 find $(CURDIR) -name '*.py[co]' -print0 | xargs -0 rm -f