=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/history.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/cvs/history.c 2007/06/18 17:54:13 1.28 --- src/usr.bin/cvs/history.c 2007/06/20 16:25:46 1.29 *************** *** 1,4 **** ! /* $OpenBSD: history.c,v 1.28 2007/06/18 17:54:13 joris Exp $ */ /* * Copyright (c) 2007 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: history.c,v 1.29 2007/06/20 16:25:46 xsa Exp $ */ /* * Copyright (c) 2007 Joris Vink * *************** *** 31,37 **** struct cvs_cmd cvs_cmd_history = { CVS_OP_HISTORY, 0, "history", ! { "hi" }, /* omghi2you */ "Display the history of actions done in the base repository", "[-ac]", "ac", --- 31,37 ---- struct cvs_cmd cvs_cmd_history = { CVS_OP_HISTORY, 0, "history", ! { "hi", "his" }, /* omghi2you */ "Display the history of actions done in the base repository", "[-ac]", "ac",