##// END OF EJS Templates
hist -t default, omit last empty line in input_hist_raw on multiline statements, old changelog entries
hist -t default, omit last empty line in input_hist_raw on multiline statements, old changelog entries

File last commit:

r181:54d3ddad
r787:1f6481ec
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'