👉 Mercurialising is a term used in the field of software development, particularly in the context of developing and testing software using Git (GitLab's version control system). It refers to the process where a developer adds new features to their codebase by merging it into a master branch, which then becomes the main branch. The aim is to ensure that any changes made in the master branch are reflected in the merged branch as soon as possible, and to maintain consistency throughout the development process. Mercur