# HG changeset patch # User diego # Date 1173721112 0 # Node ID 6fb4b3944764789b490846698b71a30ef50dfa76 # Parent 76f7adafc67bd49b1c80485dd7c59fef9b212dbe Clarify that commits should not be split arbitrarily by file/directory. diff -r 76f7adafc67b -r 6fb4b3944764 DOCS/tech/svn-howto.txt --- a/DOCS/tech/svn-howto.txt Mon Mar 12 17:35:46 2007 +0000 +++ b/DOCS/tech/svn-howto.txt Mon Mar 12 17:38:32 2007 +0000 @@ -237,7 +237,8 @@ 3. Do not commit unrelated changes together, split them into self-contained - pieces. + pieces, but not smaller. Do not split commits by files or directories, + keep related changes together. 4. Do not change behavior of the program (renaming options etc) or