Diff
Not logged in

Differences From:

File src/manifest.c part of check-in [b7f32a71ab] - Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. by drh on 2009-01-20 22:21:24. [view]

To:

File src/manifest.c part of check-in [4d39bbac10] - Require that the "branch new" command specify a basis. Do not let it use the current check-out. Otherwise it gets confusing to users. by drh on 2009-01-20 22:38:56. [view]

@@ -923,9 +923,8 @@
         "  (SELECT value FROM tagxref WHERE tagid=%d AND rid=%d),"
         "  (SELECT value FROM tagxref WHERE tagid=%d AND rid=%d));",
         m.rDate, rid, m.zUser, m.zComment,
         TAG_BGCOLOR, rid,
-        TAG_BRBGCOLOR, rid,
         TAG_USER, rid,
         TAG_COMMENT, rid
       );
     }