annotate .hgignore @ 303:df01eb4dbfc5

Check the URL of a working copy when updating a track's working copy. The URL used to originally check out the working must still match the one given in the configuration file. If it doesn't match, a SubversionUrlMismatchError is raised.
author Bernhard Herzog <bh@intevation.de>
date Thu, 26 Nov 2009 15:37:48 +0000
parents 3e6aa2a7f905
children
rev   line source
0
f78a02e79c84 initial checkin
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
1 .*\.pyc$
f78a02e79c84 initial checkin
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
2 .*~$
f78a02e79c84 initial checkin
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
3 .*\.cfg$
13
3e6aa2a7f905 Ignore the temporary files generated by the test suite
Bernhard Herzog <bh@intevation.de>
parents: 0
diff changeset
4 test/temp/.*$
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)