Mercurial and particular files branching

Posted by zerkms on Stack Overflow See other posts from Stack Overflow or by zerkms
Published on 2010-05-12T22:38:17Z Indexed on 2010/05/12 23:14 UTC
Read the original article Hit count: 150

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about hg

Related posts about mercurial