Hi, let's assume that a project has a "stable" branch (like a branch where the version 1.0.0 comes from and where 1.0.1, 1.0.2, ... are developed) and a development branch where the next generation (1.1 in that case) is developed. What's the normal way how something like this is handled in Mercirual? An extra hg repo or the normal branches (hg branch)? Bernhard