head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.03.14.05.05.09;	author jmallett;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Start keeping a list of known BUGS here.  This one is a lovely little bug I
found when trying to make my .vimrc go.
@
text
@$FreeBSD$

Currently known SCCS bugs:

%%
Summary:
   File contents with hashes and quotes in different revisions results in
   insertion of changed lines.
How to reproduce:
   echo '#foo' > _
   echo '#bar' >> _
   sccs create _
   sccs get -e _
   echo '"foo' > _
   echo '"bar' >> _
   sccs delget _
   >>comments? test.
   cat test
   >>"foo
   >>"bar
   >>#foo
   >>#bar
%%
@
