* Branko Čibej <brane@xbc.nu> [2004-05-04 16:20]:
> >Index: subversion/clients/cmdline/main.c
> >===================================================================
> >--- subversion/clients/cmdline/main.c (revision 9622)
> >+++ subversion/clients/cmdline/main.c (working copy)
> >@@ -85,7 +85,7 @@
> > "COMMITTED")
> > /* spacing corresponds to svn_opt_format_option */
> > },
> >- {"file", 'F', 1, N_("read data from file ARG")},
> >+ {"file", 'F', 1, N_("read commit message from file ARG")},
> > {"incremental", svn_cl__incremental_opt, 0,
> > N_("give output suitable for concatenation")},
> > {"encoding", svn_cl__encoding_opt, 1,
> >
> >
> This is wrong because --file is not specific to commit messages.
Ah thanks, I had forgotten about propset. Hmm, looking more closely (as
I should have done in the first place), it may be much more trouble than
it's worth to try and change this.
-- Mike
--
Michael W. Thelen
Civilization advances by extending the number of important operations we can
perform without thinking.
-- Alfred North Whitehead
Received on Wed May 5 01:00:17 2004