Add not that python-hglib is required for hgfs backend

This commit is contained in:
Erik Johnson 2014-01-04 17:52:35 -06:00
parent a5034079b3
commit d4636b020c

View File

@ -12,6 +12,7 @@ the desired branch method. Possible values are: ``branches``, ``bookmarks``, or
mapped to ``base``.
:depends: - mercurial
- python bindings for mercurial (``python-hglib``)
'''
# Import python libs