FreeBSD Bugzilla – Attachment 217824 Details for
Bug 242463
devel/mercurial: Update to 5.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] add back help for --authormapsuffix
pr-mercurial-add-back-authormapsuffix-help.diff (text/plain), 1.75 KB, created by
John Hein
on 2020-09-08 18:39:12 UTC
(
hide
)
Description:
[patch] add back help for --authormapsuffix
Filename:
MIME Type:
Creator:
John Hein
Created:
2020-09-08 18:39:12 UTC
Size:
1.75 KB
patch
obsolete
>Index: files/extra-patch-authormapsuffix >=================================================================== >--- files/extra-patch-authormapsuffix (revision 547978) >+++ files/extra-patch-authormapsuffix (working copy) >@@ -1,6 +1,22 @@ >---- hgext/convert/convcmd.py.orig 2020-06-05 21:21:27.000000000 +0200 >-+++ hgext/convert/convcmd.py 2020-06-06 17:13:20.086884000 +0200 >-@@ -74,7 +74,7 @@ >+--- hgext/convert/__init__.py.orig 2020-08-03 17:43:51 UTC >++++ hgext/convert/__init__.py >+@@ -41,6 +41,13 @@ testedwith = b'ships-with-hg-core' >+ ), >+ _(b'FILE'), >+ ), >++ ( >++ b'', >++ b'authormapsuffix', >++ b'', >++ _(b'append this suffix to remapped author names'), >++ _(b'SUFFIX') >++ ), >+ (b's', b'source-type', b'', _(b'source repository type'), _(b'TYPE')), >+ ( >+ b'd', >+--- hgext/convert/convcmd.py.orig 2020-08-03 17:43:51 UTC >++++ hgext/convert/convcmd.py >+@@ -74,7 +74,7 @@ def readauthormap(ui, authorfile, author > continue > > srcauthor = srcauthor.strip() >@@ -9,7 +25,7 @@ > if authors.get(srcauthor) in (None, dstauthor): > msg = _(b'mapping author %s to %s\n') > ui.debug(msg % (srcauthor, dstauthor)) >-@@ -209,12 +209,16 @@ >+@@ -209,12 +209,16 @@ class converter(object): > self.commitcache = {} > self.authors = {} > self.authorfile = None >@@ -26,7 +42,7 @@ > # Read first the dst author map if any > authorfile = self.dest.authorfile() > if authorfile and os.path.exists(authorfile): >-@@ -482,7 +486,7 @@ >+@@ -482,7 +486,7 @@ class converter(object): > > def cachecommit(self, rev): > commit = self.source.getcommit(rev)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242463
:
209740
|
210264
|
210328
|
210359
|
210396
|
210397
|
210508
|
210516
|
212224
|
212948
|
213140
|
214439
|
214593
|
215296
|
215646
|
217082
|
217641
|
217677
|
217824
|
217825