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

Re: svn_load_dirs [patch] - better visibility

From: <grin_at_grin.hu>
Date: 2003-01-28 22:42:01 CET

On Tue, Jan 28, 2003 at 03:09:27PM -0600, Karl Fogel wrote:
 Peter Gervai grin@grin.hu writes:
  sorry, not a proper patch, my version is a little bit messed up right now.
  just thought this may help others.
 
 What is the effect of this patch?
 What problem were you trying to solve?

0 blah crap.c
1 blah.c
2 foo.h
...
541 very_patient.txt

in the middle it's not always tell that THATFILE.c was number 23 or 24,
especially if you don't have a mouse cursor handy.

the patch changes this to:

0 blah_______________ crap.c
1 ___________________ blah.c
2 ___________________ foo.h

which makes it at least possible to use your finger to follow the trail. :)

  @@ -635,7 +635,7 @@
  
                       printf $printf_format, $i;
                       print , $del_filename,
  - _ x ($filename_width - length($del_filename)),
  + x ($filename_width - length($del_filename)),

g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:22:57 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.