remote-bzr: support the new 'force' option
[gitweb.git] / http-push.c
index eea158a8785c4d7c87724146c141edadac0f8dfe..69200baf7651c2bcb99d6bc2068429e22865f900 100644 (file)
@@ -1975,7 +1975,7 @@ int main(int argc, char **argv)
                pushing = 0;
                if (prepare_revision_walk(&revs))
                        die("revision walk setup failed");
-               mark_edges_uninteresting(revs.commits, &revs, NULL);
+               mark_edges_uninteresting(&revs, NULL);
                objects_to_send = get_delta(&revs, ref_lock);
                finish_all_active_slots();