[Python-Dev] Mercurial migration: help needed (original) (raw)
Martin Geisler mg at lazybytes.net
Sat Aug 22 11:57:14 CEST 2009
- Previous message: [Python-Dev] Mercurial migration: help needed
- Next message: [Python-Dev] Mercurial migration: help needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Stephen J. Turnbull" <stephen at xemacs.org> writes:
Mark Hammond writes:
[extensions] requiredforcommit = win32text,someotherext That might require a change to hg's ini file semantics if currently it refuses to parse [extension] sections in versioned hgrcs.
It doesn' refuse anything like that. When Mercurial starts, it reads these configuration files:
http://www.selenic.com/mercurial/hgrc.5.html#files
Notice that they are all outside the clone's working directory, the closes one is the /.hg/hgrc file.
As I wrote somewhere else in this thread, you can add
%include ../.repo-settings
in your /.hg/hgrc file, and this will result in
/.repo-settings
being loaded (and this file is in the working copy and can thus be put under revision control).
-- Martin Geisler
VIFF (Virtual Ideal Functionality Framework) brings easy and efficient SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20090822/9dea2cc7/attachment.pgp>
- Previous message: [Python-Dev] Mercurial migration: help needed
- Next message: [Python-Dev] Mercurial migration: help needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]