Simon Hausmann escreveu: >> 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! >>> import commands >>> commands.mkarg ('$foo bar') " '$foo bar'" -- Han-Wen Nienhuys - hanwen@xxxxxxxxx - http://www.xs4all.nl/~hanwen - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html