Skip to content
Snippets Groups Projects
Commit 7142c30e authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

README: make twine happy

The recent release failed to upload due to invalid ReStructured Text.
Oops. While at it, I fixed another warning about a missing content
type declaration.
parent 596ebf76
No related branches found
No related tags found
1 merge request!154README: make twine happy
Pipeline #34305 passed with warnings
......@@ -163,7 +163,7 @@
will fail.
* You cannot interact with Mercurial repositories.
.. octopus merges_: https://git-scm.com/docs/git-merge
.. _octopus merges: https://git-scm.com/docs/git-merge
Another extension packaged with Mercurial, the ``convert`` extension,
also has Git support.
......@@ -171,7 +171,7 @@
Other alternatives exist for Git users wanting to access Mercurial
repositories, such as `git-remote-hg`_.
.. git-remote-hg_: https://pypi.org/project/git-remote-hg/
.. _git-remote-hg: https://pypi.org/project/git-remote-hg/
Configuration
=============
......@@ -305,7 +305,7 @@
used if ``hggit.usephases`` is set.
``git.pull-prune-remote-branches``
--------------
----------------------------------
Before fetching, remove any remote-tracking references, or
pseudo-tags, that no longer exist on the remote. This is equivalent to
......@@ -316,7 +316,7 @@
This option is enabled by default.
``git.pull-prune-bookmarks``
--------------
----------------------------
On pull, delete any unchanged bookmarks removed on the remote. In
other words, if e.g. the ``thebranch`` bookmark remains at
......@@ -392,10 +392,10 @@
local Mercurial operations, such as ``hg shelve``.
``hggit.fetchbuffer``
-------------------
---------------------
Data fetched from Git is buffered in memory, unless it exceeds the
given limit, in megabytes. By default, flush the buffer to disk when
it exceeds 100MB.
``hggit.retries``
......@@ -396,13 +396,13 @@
Data fetched from Git is buffered in memory, unless it exceeds the
given limit, in megabytes. By default, flush the buffer to disk when
it exceeds 100MB.
``hggit.retries``
-------------------
-----------------
Interacting with a remote Git repository may require authentication.
Normally, this will trigger a prompt and a retry, and this option
restricts the amount of retries. Defaults to 3.
``hggit.invalidpaths``
......@@ -403,10 +403,10 @@
Interacting with a remote Git repository may require authentication.
Normally, this will trigger a prompt and a retry, and this option
restricts the amount of retries. Defaults to 3.
``hggit.invalidpaths``
-------------------
----------------------
Both Mercurial and Git consider paths as just bytestrings internally,
and allow almost anything. The difference, however, is in the _almost_
......
......@@ -6,6 +6,7 @@
url = http://foss.heptapod.net/mercurial/hg-git
description = push to and pull from a Git repository using Mercurial
long_description = file:README.rst
long_description_content_type = text/x-rst
keywords = hg git mercurial
license = GPLv2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment