# # # patch "ChangeLog" # from [524608ea4e64b4b40644a9fe1ddbcbdb848095ce] # to [5062ab6645568b5f9c4122f4925d6b9e6928f00b] # # patch "netsync.cc" # from [492ce2d484563ee570357667bc4fd87ee0de7f3a] # to [c5f71ed07ffa8631bc997dc02e872e4d7f14a416] # ============================================================ --- ChangeLog 524608ea4e64b4b40644a9fe1ddbcbdb848095ce +++ ChangeLog 5062ab6645568b5f9c4122f4925d6b9e6928f00b @@ -1,3 +1,8 @@ +2007-01-05 Thomas Moschny + + * netsync.cc (queue_delta_cmd): The invariant was based on the + (wrong) assumption that an empty xdelta means no change. + 2007-01-05 Matthew Nicholson * contrib/monotone.bash_completion: Updated completion for "mtn log". ============================================================ --- netsync.cc 492ce2d484563ee570357667bc4fd87ee0de7f3a +++ netsync.cc c5f71ed07ffa8631bc997dc02e872e4d7f14a416 @@ -1220,7 +1220,6 @@ session::queue_delta_cmd(netcmd_item_typ delta const & del) { I(type == file_item); - I(! del().empty() || ident == base); string typestr; netcmd_item_type_to_string(type, typestr); hexenc base_hid;