1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

adding ability to provide diff command for #203

This commit is contained in:
deadc0de6
2020-01-22 17:41:48 +01:00
parent 0da393cef2
commit d4375c5d04
8 changed files with 153 additions and 20 deletions

View File

@@ -157,7 +157,6 @@ def load_options(confpath, profile):
o.import_link = LinkTypes.NOLINK
o.install_showdiff = True
o.debug = True
o.compare_dopts = ''
o.variables = {}
return o