Most voted "mercurial" questions
Mercurial is a cross-platform Distributed Version Control tool (Distributed Version Control Systems - DVCS) for software developers.
Learn more…5 questions
Sort by count of
-
14
votes3
answers3855
viewsDifferences between Git and Mercurial
What are the main differences, advantages and limitations of these two distributed version control systems? If anyone has practical experience in both (for example I only know the Mercurial more…
-
8
votes3
answers200
viewsSpeed difference between Plink and Openssh
I have a setup with some Mercurial repositories. For security and standardization reasons, https access to Mercurial repositories was recently disabled, which forced all developers to use ssh. In…
-
5
votes3
answers1301
viewsMove folder/files between repositories without losing Change history
Context: I have a versioning environment in Mercurial using Tortoisehg for viewing and commits and files. I want to move a folder from one repository to another and without losing change history,…
-
2
votes2
answers88
viewsTypescript files in version history
I started using Typescript in my web project to generate the Javascript files and my question is: In the version system I should put only the Javascript files, Typescript or both?
-
1
votes1
answer61
viewsBitbucket - send new files to an empty repository
I created a new Mercurial repository in bitbucket called MEUNOVOREP. Now I have a directory in my c:\novoprojeto that has a number of files that I want to upload to this repository. My question: How…