[PATCH V2] config: give a more detailed sample repo config

Pierre-Yves David pierre-yves.david at ens-lyon.org
Fri Oct 3 17:19:25 CDT 2014



On 10/03/2014 03:39 PM, Matt Mackall wrote:
> On Fri, 2014-10-03 at 16:21 -0400, Jordi Gutiérrez Hermoso wrote:
>> # HG changeset patch
>> # User Jordi Gutiérrez Hermoso <jordigh at octave.org>
>> # Date 1412353066 14400
>> #      Fri Oct 03 12:17:46 2014 -0400
>> # Node ID eb4d20b10e17135d8b2402f23af8e0b6797297c9
>> # Parent  9f9ba0dcf5fdcc9978db7fdbd909916f0c35e4a6
>> config: give a more detailed sample repo config
>
> We're doing something a little weird here.
>
> $ hg init a
> $ cat a/.hg/hgrc
> cat: a/.hg/hgrc: No such file or directory
> $ hg clone a aa
> updating to branch default
> 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
> $ cat aa/.hg/hgrc
> # You may want to set your username here if it is not set
> # globally, or this repository requires a different
> # username from your usual configuration. If you want to
> # set something for all of your repositories on this
> # computer, try running the command
> # 'hg config --edit --global'
>
> Who approved that? Global?? Ugh.

This is added by:

   changeset:   25035:82b2ba904e3e
   user:        Augie Fackler <raf at durin42.com>
   date:        Tue Sep 09 17:16:24 2014 -0400
   summary:     clone: provide sample username = config entry in 
.hg/hgrc (issue4359)

And I cannot see any mention of it on the list. So I assume it has been 
pushed directly on crew ? Obsmarkers give Augies as the last guy who 
touched the changesets.

Augies, did you pushed that by mistake our did you got a special side 
channel approval for that (I would be confused by Matt acking this).

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list