Remove hard-coding of program name * contrib/client-side/svnmerge.py (NAME): use sys.argv[0] to obtain the program name, instead of hard-coding. Also perform the necessary striping required to extract *only* the command name.