[issue2854] hgrc [web] option "allow_push" parsing error with multiple lines

Tim Bonczar bugs at mercurial.selenic.com
Thu Jun 16 09:45:47 CDT 2011


New submission from Tim Bonczar <timbonczar at ti.com>:

When separating user ID's onto multiple lines following the "allow_push" 
option for web access, a parsing error occurs if comments are inserted between 
subsequent lines even when indenting the additional lines per the formatting 
rules. i.e. the below 3 lines will cause a parsing error. Removing the 
"#comment" text fixes the issue.

allow_push = id1, id2
#comment
    id3, id4

----------
messages: 16533
nosy: tbonczar
priority: bug
status: unread
title: hgrc [web] option "allow_push" parsing error with multiple lines

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2854>
____________________________________________________


More information about the Mercurial-devel mailing list