##// END OF EJS Templates
_tentative_ fixes to pasting of multiline code with autoindent on. Needs...
_tentative_ fixes to pasting of multiline code with autoindent on. Needs more testing...

File last commit:

r83:24892be0
r125:48c31147
Show More
testupload
6 lines | 183 B | text/plain | TextLexer
#!/bin/sh
# clean public testing/ dir and upload
ssh "rm -f ipython@ipython.scipy.org:www/dist/testing/*"
cd ~/ipython/ipython/dist
scp * ipython@ipython.scipy.org:www/dist/testing/