implementing merge with default options - minor change
This commit is contained in:
@@ -90,7 +90,7 @@ PyDoc_STRVAR(MergeResult_fastforward_oid__doc__, "Fastforward Oid");
|
||||
PyObject *
|
||||
MergeResult_fastforward_oid__get__(MergeResult *self)
|
||||
{
|
||||
if (self->is_fastforward == 1)
|
||||
if (self->is_fastforward)
|
||||
{
|
||||
Py_INCREF(self->fastforward_oid);
|
||||
return self->fastforward_oid;
|
||||
|
Reference in New Issue
Block a user