push_range
Description:
Push and hide the respective endpoints of the given range.
The range should be of the form: <commit>..<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 | |
range |
the range to push. |