# HG changeset patch # User Franz Glasner # Date 1510475082 -3600 # Node ID c05d8dcb4bb034ba8a849ee8ca410a62a946c56d # Parent fe48ca312f92f28f3ccafe3330fd37cb075baa1f Doku: Enhance diff -r fe48ca312f92 -r c05d8dcb4bb0 extensions/kwarchive.py --- 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)