Re: Add -c option to merge
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-10-27 15:05:40 CEST
Daniel Berlin wrote:
Oh, you've committed it already. Not one to hang around, are you? :-)
> r17054 | dberlin | 2005-10-27 00:42:52 +0100 (Thu, 27 Oct 2005) | 14 lines
Please describe here what feature has been added, not just what option letter
> * subversion/clients/cmdline/main.c
The name of this array is "svn_cl__cmd_table".
> (main): Handle parsing for 'c'.
Please name the test functions. Here's an example from an earlier log message
* subversion/tests/clients/cmdline/switch_tests.py
> {"change", 'c', 1, N_("Shorthand for the revision range NUMBER-1:NUMBER")},
The descriptions generally start with a lower-case letter, so this one should too.
> " 3. merge [-c M |-r N:M] SOURCE[@REV] [WCPATH]\n"
Missing space after "|" :-)
> else if (opt_state.end_revision.value.number == 0)
Somebody pointed out that it should trap numbers less than zero as well as zero.
Thanks for doing this. I'm already using it with "diff" as in "svn diff -c
- Julian
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.