push_range


Description:

public void push_range (string range) throws Error

Push and hide the respective endpoints of the given range.

The range should be of the form: &ltcommit&gt..<commit>, where each <commit> is in the form accepted by revparse. The left-hand commit will be hidden and the right-hand commit pushed.

Parameters:

this

a RevisionWalker.

range

the range to push.