chiark / gitweb /
Fixed default install location
[stgit] / contrib / stgit-completion.bash
index b3b23d497dd45f0942c5ffb2e324052d5083c8b2..8d49e218097bf17ab6c1f3a1d588c745d10c0c2b 100644 (file)
@@ -249,7 +249,7 @@ _stg ()
         # patch commands
         delete) _stg_patches $command _all_patches ;;
         edit)   _stg_patches $command _applied_patches ;;
-        export) _stg_patches $command _applied_patches ;;
+        export) _stg_patches $command _all_patches ;;
         files)  _stg_patches $command _all_patches ;;
         log)    _stg_patches $command _all_patches ;;
         mail)   _stg_patches $command _all_patches ;;