On Aug 24, 2007, at 9:26 AM, Allan Odgaard wrote:
So basically you put the commit message in the source, and then when you commit, you “move” it to the commit window?
Yes - I find the TODO bundle style more convenient than maintaining a separate changelog file, particularly since it's often easier just to add an inline comment while you're working (particularly when you've just taken care of a TODO/FIXME) and then later expand it for a formal changelog. This way // CHANGED: ... shows up in the commit window without the need to run diffs on everything and then I can expand that if needed.
Chris