Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 46:4a0c26dfef3c
Comment about automatically amending .hg_archival.txt with "path" items.
But this means shat we should know the complete configuration
("ui.archivemeta") and it's name and some output match filters (see
archival.archive()).
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 15 Nov 2017 09:08:35 +0100 |
| parents | c077d30da0ee |
| children | 94ae433383a2 |
| files | extensions/kwarchive.py |
| diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/kwarchive.py Tue Nov 14 09:27:22 2017 +0100 +++ b/extensions/kwarchive.py Wed Nov 15 09:08:35 2017 +0100 @@ -148,6 +148,11 @@ # XXX FIXME: Should the original methods be restored here? + # XXX FIXME: Should we automatically amend ".hg_archival.txt" with a + # path item? But this means shat we should know the complete + # configuration ("ui.archivemeta") and it's name and some + # output match filters (see archival.archive()). + @command('kwprint', [('r', 'rev', '', _('revision to distribute'), _('REV')),
