X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a5b29a1c486dc8f6b3080356296dfed25c210a74..402ad990d3fd6a92575e9ff6ad9f6109093d894c:/stgit/commands/common.py diff --git a/stgit/commands/common.py b/stgit/commands/common.py index c4ddc94..86f62fb 100644 --- a/stgit/commands/common.py +++ b/stgit/commands/common.py @@ -100,7 +100,7 @@ def print_crt_patch(): print 'No patches applied' def resolved(filename): - git.update_cache([filename]) + git.update_cache([filename], force = True) for ext in ['.local', '.older', '.remote']: fn = filename + ext if os.path.isfile(fn):