X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/6dd8fafabb5b8e266a85f13c8851ca8a66a1a405..2299c463794f214b750ecc33e24779243ddc5aff:/stgit/commands/refresh.py diff --git a/stgit/commands/refresh.py b/stgit/commands/refresh.py index b283892..f032375 100644 --- a/stgit/commands/refresh.py +++ b/stgit/commands/refresh.py @@ -37,7 +37,7 @@ options. The '--force' option is useful when a commit object was created with a different tool but the changes need to be included in the current patch.""" -directory = DirectoryHasRepository() +directory = DirectoryGotoToplevel() options = [make_option('-f', '--force', help = 'force the refresh even if HEAD and '\ 'top differ',