Moved from command to after data to help cvs2svn.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 25 Aug 2006 02:38:13 +0000 (22:38 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:07 +0000 (02:15 -0500)
cvs2svn has three phases: begin_commit, middle_commit, end_commit.
The ancester is computed in the middle_commit phase. So its easier
to generate a stream if the from command appears after the commit
message itself but before the file change commands.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found