This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tomspur
Recipients mcepl, tomspur
Date 2012-04-02.10:52:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333363933.46.0.312535030546.issue14472@psf.upfronthosting.co.za>
In-reply-to
Content
AFAIK hg supports symlinks.

Why not just symlink .gitignore to .hgignore and keep .hgignore up to date?

But in this case "$" and "^" need to be avoided, e.g. this doesn't work for git:
Makefile$
Makefile.pre$
History
Date User Action Args
2012-04-02 10:52:13tomspursetrecipients: + tomspur, mcepl
2012-04-02 10:52:13tomspursetmessageid: <1333363933.46.0.312535030546.issue14472@psf.upfronthosting.co.za>
2012-04-02 10:52:12tomspurlinkissue14472 messages
2012-04-02 10:52:12tomspurcreate