# HG changeset patch # User Franz Glasner # Date 1510733315 -3600 # Node ID 4a0c26dfef3c50367eb5e1b83cfde6b284c16b00 # Parent c077d30da0eec81a73ce9cb9d9f24a5bd3ddfc78 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()). diff -r c077d30da0ee -r 4a0c26dfef3c extensions/kwarchive.py --- 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')),