From 7d6882cb87d3d7e068a5deb6692e2ea6165e45bc Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Tue, 25 Oct 2016 12:43:46 -0400 Subject: [PATCH 1/2] add scp to predict_false commands this should resolve #1880 --- xonsh/commands_cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xonsh/commands_cache.py b/xonsh/commands_cache.py index 92176c23a..0dee3febd 100644 --- a/xonsh/commands_cache.py +++ b/xonsh/commands_cache.py @@ -258,6 +258,7 @@ def default_threadable_predictors(): 'less': predict_help_ver, 'man': predict_help_ver, 'more': predict_help_ver, + 'scp': predict_false, 'sh': predict_shell, 'ssh': predict_false, 'startx': predict_false, From 0991ca805a95f9dfcc0a76f38b9dd713ec061ebe Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Tue, 25 Oct 2016 12:44:47 -0400 Subject: [PATCH 2/2] add news entry --- news/scp_predict_false.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 news/scp_predict_false.rst diff --git a/news/scp_predict_false.rst b/news/scp_predict_false.rst new file mode 100644 index 000000000..ac4523f11 --- /dev/null +++ b/news/scp_predict_false.rst @@ -0,0 +1,13 @@ +**Added:** None + +**Changed:** None + +**Deprecated:** None + +**Removed:** None + +**Fixed:** + +* Fix ``scp`` progress not being outputted + +**Security:** None