We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9d266 commit 1cf6e74Copy full SHA for 1cf6e74
docs/merge.rst
@@ -28,11 +28,11 @@ Example::
28
The MergeResult object
29
======================
30
31
-Represents the result of a merge and contains this fields:
+Represents the result of a merge and contains these fields:
32
33
- is_uptodate: bool, if there wasn't any merge because the repo was already
34
- up to date
+ up to date
35
- is_fastforward: bool, whether the merge was fastforward or not
36
- fastforward_oid: Oid, in the case it was a fastforward, this is the
37
- forwarded Oid.
+ forwarded Oid.
38
- index: represents the repository index after the merge
0 commit comments