chiark / gitweb /
Make stgit.config use git-repo-config.
[stgit] / stgit / commands / refresh.py
index 0efe1df0984a00d906558f6af17410d52b4f58ec..7a9bf7db9a5b903dcfd2e4e4de83a171a4022091 100644 (file)
@@ -77,7 +77,7 @@ options = [make_option('-f', '--force',
 
 
 def func(parser, options, args):
-    autoresolved = config.get('stgit', 'autoresolved')
+    autoresolved = config.get('stgit.autoresolved')
 
     if autoresolved != 'yes':
         check_conflicts()