chiark / gitweb /
Merge branch 'stable'
[stgit] / contrib / stgit-completion.bash
index b02eb64d1ced5e70feae395b67e6714c7a00c5bb..1867e6bd5de20d5311963984f838a6335dcdc232 100644 (file)
@@ -251,7 +251,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 ;;