##// END OF EJS Templates
Jorgen Cederlof's patch for storing multiline history entries...
Jorgen Cederlof's patch for storing multiline history entries as single items in history

File last commit:

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