- Unbreak 'authormapsuffix' patch

- Bump PORTREVISION

Reported by:	lstewart@
This commit is contained in:
Olivier Duchateau 2014-08-17 07:32:12 +00:00
parent 591daa581c
commit ac043ff0a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365156
2 changed files with 11 additions and 0 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= mercurial
PORTVERSION= 3.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://mercurial.selenic.com/release/

View file

@ -1,3 +1,13 @@
--- ./hgext/convert/__init__.py.orig 2014-08-01 23:22:55.000000000 +0000
+++ ./hgext/convert/__init__.py 2014-08-17 09:14:36.000000000 +0000
@@ -27,6 +27,7 @@
('d', 'dest-type', '', _('destination repository type'), _('TYPE')),
('r', 'rev', '', _('import up to source revision REV'), _('REV')),
('A', 'authormap', '', _('remap usernames using this file'), _('FILE')),
+ ('', 'authormapsuffix', '', _('append this suffix to remapped author names'), _('SUFFIX')),
('', 'filemap', '', _('remap file names using contents of file'),
_('FILE')),
('', 'splicemap', '', _('splice synthesized history into place'),
--- ./hgext/convert/convcmd.py.orig 2014-08-01 23:22:55.000000000 +0000
+++ ./hgext/convert/convcmd.py 2014-08-02 06:58:26.000000000 +0000
@@ -103,12 +103,15 @@