Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 41:c05d8dcb4bb0
Doku: Enhance
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 12 Nov 2017 09:24:42 +0100 |
| parents | fe48ca312f92 |
| children | b46ab29aefd8 |
| files | extensions/kwarchive.py |
| diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/kwarchive.py Sun Nov 12 09:24:27 2017 +0100 +++ b/extensions/kwarchive.py Sun Nov 12 09:24:42 2017 +0100 @@ -99,11 +99,13 @@ prefix. The default is the basename of the archive, with suffixes removed. - The canonical repository is given by the ``default`` path setting. - Use --path change the default: ``.`` for the current repositorie's - root or another path setting from within your configuration. + Use --path to specify named path information from :hg:`paths` as + the canonical repository location. Use ``.`` for the current + repository root root. If no path is given then ``default`` is + assumed. Returns 0 on success. + ''' opts = pycompat.byteskwargs(opts)
