User: sits    
  Date: 08/07/01 16:09:10

  Modified:    .        codestriker.conf
  Log:
  Make sorting of topic filenames the default
  
  
  
  Index: codestriker.conf
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/codestriker.conf,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- codestriker.conf  26 Jun 2008 21:52:23 -0000      1.99
  +++ codestriker.conf  1 Jul 2008 23:09:10 -0000       1.100
  @@ -348,10 +348,10 @@
   
   # Indicate whether the diffs presented in a topic should be ordered by
   # filename.  For some deployments, it is important that the order of the
  -# diffs are presented in the same order as it was in the file.  For other
  -# deployments, apparently Subversion can returns diffs in an arbitrary
  -# order, so setting this to '1' would be useful.
  -$sort_diffs_by_filename = 0;
  +# diffs are presented in the same order as it was in the file.  Subversion
  +# reports diffs I believe in order of modification, which makes it
  +# quite arbitrary, so the default is to sort.
  +$sort_diffs_by_filename = 1;
   
   # Bug database to update.  Currently, Bugzilla, Flyspray and TestDirector
   # are supported, but it is straight-forward to support other bug
  
  
  

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to