'status --reset' should remove the conflicts as well
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 5 Oct 2005 08:32:08 +0000 (09:32 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 5 Oct 2005 08:32:08 +0000 (09:32 +0100)
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/status.py

index 4283df8..bd3edfb 100644 (file)
@@ -67,6 +67,7 @@ def func(parser, options, args):
     """Show the tree status
     """
     if options.reset:
+        resolved_all()
         git.reset()
     else:
         git.status(args, options.modified, options.new, options.deleted,