(In reply to Gian-Carlo Pascutto [:gcp] from comment #7) > You can put a section like this in your .hgrc: > > [ui] > username = Jory A. Pratt <anarchy@gentoo.org> > > https://www.mercurial-scm.org/doc/hgrc.5.html#ui hrrm appears we have found a bug with mercurial as well. anarchy@bull ~ $ cat .hgrc [ui] username = Jory A. Pratt <anarchy@gentoo.org> [diff] git = 1 showfunc = 1 unified = 8 [defaults] commit = -v [extensions] color = rebase = histedit = progress = transplant = pager = mq = purge = as you can see I have username set already so I will investigate it to see what is happening.
Bug 1555589 Comment 11 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Gian-Carlo Pascutto [:gcp] from comment #7) > You can put a section like this in your .hgrc: > > [ui] > username = Jory A. Pratt <anarchy@gentoo.org> > > https://www.mercurial-scm.org/doc/hgrc.5.html#ui Appears upstream has moved to requiring -U be passed for currentuser to be added properly. Sorry for the noise. I have found the problem on my end and will adjust with an alias. I am looking at what all I need to do for fabricator submission now.