Simon Hausmann escreveu:
quoted
system("p4 revert %s" % f)
system("p4 delete %s" % f)
Ooops, indeed. Makes me realizes that I've never actually submitted files with
spaces in the name :). For now I've quoted them with double quotes like in
the other places, which is better than nothing. Thanks for spotting!
quoted
quoted
import commands
commands.mkarg ('$foo bar')
" '$foo bar'"
--
Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen