X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/751c890baeb20118bcdea0b735c85995b7f588fa..6dd8fafabb5b8e266a85f13c8851ca8a66a1a405:/stgit/commands/pull.py diff --git a/stgit/commands/pull.py b/stgit/commands/pull.py index 237bdd9..5fcf2cc 100644 --- a/stgit/commands/pull.py +++ b/stgit/commands/pull.py @@ -38,6 +38,7 @@ resolved and the patch pushed again. Check the 'git fetch' documentation for the format.""" +directory = DirectoryHasRepository() options = [make_option('-n', '--nopush', help = 'do not push the patches back after pulling', action = 'store_true'),