The context: i have a project, that contains configs/
directory, which contains (surprise-surprise!) a set of config files: database.php
, facebook.php
, twitter.php
, cache.php
, etc
What I did in svn
: I have created branches per specific file and made changes there (changed database connections, facebook API keys, etc). So they were stored in my private branch.
Now I'm trying to migrate to "modern" nowadays DSCM - Mercurial. And I cannot get any possibility of doing the same.
Any ideas?