[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r22790 - trunk/contrib/client-side

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-12-24 05:06:24 CET

Thanks, fixed in r22791.

Blair

On Dec 23, 2006, at 5:59 PM, Hyrum K. Wright wrote:

> Another type-o:
>
> blair@tigris.org wrote:
>> Author: blair
>> Date: Sat Dec 23 17:45:49 2006
>> New Revision: 22790
>>
>> Log:
>> * contrib/client-side/svnmerge.py:
>> Spelling fixes.
>>
>>
>> Modified:
>> trunk/contrib/client-side/svnmerge.py
>>
>> Modified: trunk/contrib/client-side/svnmerge.py
>> URL: http://svn.collab.net/viewvc/svn/trunk/contrib/client-side/
>> svnmerge.py?pathrev=22790&r1=22789&r2=22790
>> =====================================================================
>> =========
>> --- trunk/contrib/client-side/svnmerge.py (original)
>> +++ trunk/contrib/client-side/svnmerge.py Sat Dec 23 17:45:49 2006
>> @@ -1290,7 +1290,7 @@
>> # Limit to revisions specified by -r (if any)
>> revs = merged_revs & RevisionSet(opts["revision"])
>>
>> - # make sure theres some revision to rollback
>> + # make sure there's some revision to rollback
>> if not revs:
>> report("Nothing to rollback in revision range r%s" % opts
>> ["revision"])
>> return
>> @@ -1700,10 +1700,10 @@
>> OptionArg("-S", "--source", "--head",
>> default=None,
>> help="specify a merge source for this branch. It
>> can be either "
>> - "a path, a full URL, or an unambigous
>> substring of one the "
>> - "paths for which merge tracking was already
>> initialized. "
>> - "Needed only to disambiguate in case of
>> multiple merge "
>> - "sources"),
>> + "a path, a full URL, or an unambiguous
>> substring of one "
>> + "the paths for which merge tracking was already "
> Missing 'of' ^
>
>> + "initialized. Needed only to disambiguate in
>> case of "
>> + "multiple merge sources"),
>> ]
>>
>> command_table = {
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 24 05:06:46 2006

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.