Differences From:
File
tools/cvs2fossil/lib/c2f_fossil.tcl
part of check-in
[b7a93530ef]
- Fixed description of file checkin.c. Implemented new command test-import-manifest. Updated fossil accessor code in the importer to the changed command line API of test-import-manifest.
by
aku on
2008-02-01 05:32:04.
[view]
To:
File
tools/cvs2fossil/lib/c2f_fossil.tcl
part of check-in
[41c9b79928]
- Activated invokation of the fossil command importing a revision.
by
aku on
2008-02-01 05:33:21.
[view]
@@ -114,10 +114,9 @@
log write 2 fossil {** <[format %5d $frid]> = <$flabel>}
}
# run fossil test-command performing the import.
- # set uuid [eval $cmd]
- set uuid $label ; # FAKE an uuid for the moment
+ set uuid [eval $cmd]
log write 2 fossil {== $uuid}
return $uuid
}