##// END OF EJS Templates
This fixed the mixing of multiple history seen in #13631...
This fixed the mixing of multiple history seen in #13631 It forces get_tail to put the current session last in the returned results.

File last commit:

r22963:2961b531
r27646:dc5bcc1c
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])