Remove the resolved command
[stgit] / stgit / config.py
index b6d32b5..f205e5b 100644 (file)
@@ -28,7 +28,6 @@ class GitConfigException(StgException):
 
 class GitConfig:
     __defaults={
-        'stgit.autoresolved':  'no',
         'stgit.smtpserver':    'localhost:25',
         'stgit.smtpdelay':     '5',
         'stgit.pullcmd':       'git pull',