You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Senthil Kumaran S <se...@collab.net> on 2007/10/22 06:30:07 UTC

[PATCH] Fix spurious comments containing '-g' option

Hi,

I am attaching a patch along with this email in order to fix spurious 
comments containing '-g' option in merge tests.

[[[
Fix spurious comments containing '-g' option

  The merge history option ie., '-g' is removed for 'svn merge' command
  in r27259. Remove the spurious comments in merge_tests.py which still
  shows the usage of '-g' option in 'svn merge'.

    * subversion/tests/cmdline/merge_tests.py
      (detect_copy_src_for_target_with_multiple_ancestors): Remove '-g' from
       comment
      (merge_with_auto_rev_range_detection): Remove '-g' from comment.

Patch by: Senthil Kumaran <se...@collab.net>
]]]

Thank You.

--
Senthil Kumaran S
http://www.stylesen.org/

Re: [PATCH] Fix spurious comments containing '-g' option

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
On Mon, 22 Oct 2007, Senthil Kumaran S wrote:

> Hi,
> 
> I am attaching a patch along with this email in order to fix spurious 
> comments containing '-g' option in merge tests.
> 
> [[[
> Fix spurious comments containing '-g' option
> 
>  The merge history option ie., '-g' is removed for 'svn merge' command
>  in r27259. Remove the spurious comments in merge_tests.py which still
>  shows the usage of '-g' option in 'svn merge'.
> 
>    * subversion/tests/cmdline/merge_tests.py
>      (detect_copy_src_for_target_with_multiple_ancestors): Remove '-g' from
>       comment
>      (merge_with_auto_rev_range_detection): Remove '-g' from comment.
> 
> Patch by: Senthil Kumaran <se...@collab.net>
> ]]]

Thanks Senthil, committed in r27305.