Differences From:
File
tools/cvs2fossil/lib/c2f_project.tcl
part of check-in
[66235f2430]
- Updated the copyright information of all files touched in the new year.
by
aku on
2008-02-06 05:04:12.
Also file
tools/cvs2fossil/lib/c2f_project.tcl
part of check-in
[6b78df3861]
- Merge in changes from Andreas's branch.
by
drh on
2008-02-08 21:52:21.
[view]
To:
File
tools/cvs2fossil/lib/c2f_project.tcl
part of check-in
[983090a343]
- Extended main import method (pushto) to handle all types of changesets, not only revisions. Tag changesets lead to tagging of imported revisions, branch changesets reflect the proper location where branches start, and make it possible to handle tagging of branches without revisions as well. Modified code returning changesets for a projects to return all, not only revision, in sync with the previous. Changed the code determining tag/branch lod's to use table 'preferedparent'.
by
aku on
2008-03-05 03:42:02.
[view]
@@ -158,9 +158,9 @@
}
return
}
- method revisionsinorder {} {
+ method changesetsinorder {} {
return [rev inorder $myid]
}
delegate method getmeta to myrepository