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
Fixed by http://selenic.com/repo/hg/rev/fdcdb221a922 Matt Mackall <mpm@selenic.com> config: handle comment lines in continuations (issue2854) (please test the fix)
Tested using "hg debugconfig" and no longer see parsing errors. Thanks.
--- Bug imported by bugzilla@serpentine.com 2012-05-12 09:20 EDT --- This bug was previously known as _bug_ 2854 at http://mercurial.selenic.com/bts/issue2854