Lines Matching refs:rebase
31 # The following test cases - 1.* - test that the rebase blobs output by
35 # * For each conflict resolved with REPLACE, the rebase blob contains
38 # * For each conflict resolved with OMIT, the rebase blob contains an
111 set rebase [list]
113 lappend rebase [sqlite3changeset_apply_v2 db $c2 xConflict]
117 lappend rebase [sqlite3changeset_apply_v2 db $c xConflict]
119 #puts "llength: [llength $rebase]"
121 #if {$tn=="2.1.4"} { puts [changeset_to_list $rebase] ; breakpoint }
122 #puts [changeset_to_list [lindex $rebase 0]] ; breakpoint
123 #puts [llength $rebase]
126 foreach r $rebase {
130 set c1r [R rebase $c1]
422 # Check that apply_v2() does not create a rebase buffer for a patchset.
423 # And that it is not possible to rebase a patchset.
451 set ::rebase [sqlite3changeset_apply_v2 db $P xConflict]
452 expr [llength $::rebase]>0
470 R configure $::rebase
471 expr [catch {R rebase $P}]==0