This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] lookup_block_symbol ignores namespace parameter in binary search (gnatsweb gdb/15)


Michael Elizabeth Chastain wrote:
> 
> Committed.
> 
> Argh.  "cvs commit" did not tell me what it was going to commit until
> too late.  I need to:
> 
>   cvs remove structs3.c
>   cvs remove structs3.exp
>   commit

Hmm, sounds like my technique :-):

while something ; do
  cvs diff -p > diffs
  less diffs
  $EDITOR ..., delete noise from patch
done
cvs diff -p > diffs
$EDITOR diffs
mail -s '[rfa] ....' gdb-patches@...
~r diffs
.
sleep `expr 60 \* 60 \* 24 \* 7`
cvs update
  *STARE* at output
cvs diff -p | less
  *STARE* at output

cvs commit

mail -s 'Re: [rfa] ...' gdb-patches@... <<EOF
Arrg, I just stuffed up ....
EOF

frantic $EDITOR ...
cvs commit

	:-)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]