You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2003/04/08 14:21:08 UTC

Re: svn commit: rev 5583 - trunk/subversion/tests/clients/cmdline

kraai@tigris.org writes:
> Modified:
>    trunk/subversion/tests/clients/cmdline/diff_tests.py
> Log:
> Reported by Karl Fogel.  :-)
> 
> * subversion/tests/clients/cmdline/diff_tests.py
>   (diff_head_of_moved_file): Comment.

Urnk? :-)

Actually, my mail wasn't about the code, it was about the log message
for revision 5580, which doesn't really convey what the change is
about.

-K

> Modified: trunk/subversion/tests/clients/cmdline/diff_tests.py
> ==============================================================================
> --- trunk/subversion/tests/clients/cmdline/diff_tests.py	(original)
> +++ trunk/subversion/tests/clients/cmdline/diff_tests.py	Tue Apr  8 09:35:36 2003
> @@ -840,6 +840,8 @@
>    new_mu_path = mu_path + '.new'
>  
>    svntest.main.run_svn(None, 'mv', mu_path, new_mu_path)
> +
> +  # Modify the file to ensure that the diff is non-empty.
>    svntest.main.file_append(new_mu_path, "\nActually, it's a new mu.")
>  
>    diff_output, err_output = svntest.main.run_svn(None, 'diff', '-r', 'HEAD',
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 5583 - trunk/subversion/tests/clients/cmdline

Posted by Matt Kraai <kr...@alumni.cmu.edu>.
On Tue, Apr 08, 2003 at 09:21:08AM -0500, Karl Fogel wrote:
> kraai@tigris.org writes:
> > Modified:
> >    trunk/subversion/tests/clients/cmdline/diff_tests.py
> > Log:
> > Reported by Karl Fogel.  :-)
> > 
> > * subversion/tests/clients/cmdline/diff_tests.py
> >   (diff_head_of_moved_file): Comment.
> 
> Urnk? :-)
> 
> Actually, my mail wasn't about the code, it was about the log message
> for revision 5580, which doesn't really convey what the change is
> about.

OK, I've updated the log message.

Matt
-- 
It's most certainly GNU/Linux, not Linux.  Read more at
http://www.gnu.org/gnu/why-gnu-linux.html.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org