equal
deleted
inserted
replaced
1492 fp = open(f, "w") |
1492 fp = open(f, "w") |
1493 fp.write( |
1493 fp.write( |
1494 '# example config (see "hg help config" for more info)\n' |
1494 '# example config (see "hg help config" for more info)\n' |
1495 '\n' |
1495 '\n' |
1496 '[ui]\n' |
1496 '[ui]\n' |
1497 '# set this to your full email address\n' |
1497 '# name and email, e.g.\n' |
|
1498 '# username = Jane Doe <jdoe@example.com>\n' |
1498 'username =\n' |
1499 'username =\n' |
1499 '\n' |
1500 '\n' |
1500 '[extensions]\n' |
1501 '[extensions]\n' |
1501 '# uncomment these lines to enable some popular extensions\n' |
1502 '# uncomment these lines to enable some popular extensions\n' |
1502 '# (see "hg help extensions" for more info)\n' |
1503 '# (see "hg help extensions" for more info)\n' |