Explorar el Código

Show merge history in Subversion log

Without this, some of the logs will not be shown.
Steven Myint hace 11 años
padre
commit
ec6d34da5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      cdiff.py

+ 1
- 1
cdiff.py Ver fichero

@@ -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