I have a project that requires some configuration files. I want to keep the default configuration filse in the repository. However, I want don't want to have to specify the -X flag for every commit I do. Is there a standard way to mark a set of revisioned files as permanently excluded from commits?
|
up vote
1
down vote
favorite
|
|||
|
|
|
up vote
2
down vote
accepted
|
Interesting question, I hope you get a better answer. Faced similar problems, I have done the following:
This solution is not ideal because changes in the |
||
|
|
|
up vote
2
down vote
|
You could use the (much maligned) defaults section in your .hgrc:
If you can retrain your fingers the preferred way to do that is with an alias instead:
then you start using |
||||
|