[Codestriker-commits] CVS update: codestriker codestriker.conf
Brought to you by:
sits
|
From: <si...@us...> - 2008-07-01 23:09:11
|
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 |