You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,8 @@ Furthermore if the local branch has evolved from the remote repository an import
88
88
To make sure to store the exact revision in the exported data use the command line argument ``--exact``.
89
89
Since a specific revision is not tied to neither a branch nor a remote (for Git and Mercurial) the tool will check if the current hash exists in any of the remotes.
90
90
If it exists in multiple the remotes ``origin`` and ``upstream`` are considered before any other in alphabetical order.
91
-
91
+
For compatibility with `yamllint <https://yamllint.readthedocs.io/en/stable/>`_ the output can be formatted by passing the command line argument ``--lint``.
92
+
This would add the document start and end markers (``---`` and ``...``) to the output.
0 commit comments