Ver código fonte

Show merge history in Subversion log

Without this, some of the logs will not be shown.
Steven Myint 11 anos atrás
pai
commit
ec6d34da5b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      cdiff.py

+ 1
- 1
cdiff.py Ver arquivo

@@ -65,7 +65,7 @@ VCS_INFO = {
65 65
     'Svn': {
66 66
         'probe' : ['svn', 'info'],
67 67
         'diff'  : ['svn', 'diff'],
68
-        'log'   : ['svn', 'log', '--diff'],
68
+        'log'   : ['svn', 'log', '--diff', '--use-merge-history'],
69 69
     },
70 70
 }
71 71