comparison lib-src/vcdiff @ 54836:746c40973d25

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210 More RCS keyword removal
author Miles Bader <miles@gnu.org>
date Tue, 13 Apr 2004 09:47:51 +0000
parents 695cf19ef79e
children 23a17af379b1 eb7e8d483840
comparison
equal deleted inserted replaced
54835:3147960d3a07 54836:746c40973d25
1 #! /bin/sh 1 #! /bin/sh
2 # 2 #
3 # Enhanced sccs diff utility for use with vc mode. 3 # Enhanced sccs diff utility for use with vc mode.
4 # This version is more compatible with rcsdiff(1). 4 # This version is more compatible with rcsdiff(1).
5 # 5 #
6 # Copyright (C) 1992, 1993, 1995, 1997, 2001 6 # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2004
7 # Free Software Foundation, Inc. 7 # Free Software Foundation, Inc.
8 # 8 #
9 # This file is part of GNU Emacs. 9 # This file is part of GNU Emacs.
10 # 10 #
11 # GNU Emacs is free software; you can redistribute it and/or modify 11 # GNU Emacs is free software; you can redistribute it and/or modify
20 # 20 #
21 # You should have received a copy of the GNU General Public License 21 # You should have received a copy of the GNU General Public License
22 # along with GNU Emacs; see the file COPYING. If not, write to the 22 # along with GNU Emacs; see the file COPYING. If not, write to the
23 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 # Boston, MA 02111-1307, USA. 24 # Boston, MA 02111-1307, USA.
25 #
26 # $Id: vcdiff,v 1.7 2001/02/20 12:36:28 gerd Exp $
27 # 25 #
28 26
29 DIFF="diff" 27 DIFF="diff"
30 usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..." 28 usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..."
31 29