
2 Apr
2001
2 Apr
'01
4:54 a.m.
reid 2001/04/01 21:24:13 PDT
Modified files: src builtin.c Log: This is a bogus commit because I just accidentally committed all files instead of just machdep.c (and I can't remember the cvs magic to undo it).
$ cvs up -j<new> -j<old> <file1> $ cvs up -j<new> -j<old> <file2> $ etc. $ cvs commit -m "undo bogus commit" <file1> <file2> ... where <new> and <old> are the new and old revisions of the file (eg. if the last commit was revision 1.3, then <new>=1.3 and <old>=1.2). Alternatively, use a "forced commit" (cvs commit -f) to add the correct log message to each of the committed files. Cheers, Simon