Skip to main content

Questions tagged [mercurial]

Mercurial is a fast, open-source, distributed version control system.

0 votes
2 answers
4k views

Meta maintains all their code in a single repository and initially used Git. Due to performance issues attributed to the repo's size, they consulted Git's team, who suggested switching to a multi-repo ...
just_a_developer's user avatar
-2 votes
1 answer
111 views

I am very confused in what I did with this mercurial repository ... I reversed a commit and after that I was never able to have a "unique" structure in my repository again. Can someone help me? > ...
Liliana Grigor's user avatar
0 votes
2 answers
327 views

This is a best practices question for release management of an app. But this scenario is a bit different than what I've been able to find myself. Essentially my company maintains a fork of its own ...
CrazyPenguin's user avatar
1 vote
1 answer
982 views

I'm a solo hobbyist developer with some code hosted on Bitbucket. I use TortoiseHg client-side for managing my repo. Back in 2013 I developed a feature on a branch but abandoned it before completion. ...
Drew's user avatar
  • 1,283
6 votes
1 answer
306 views

I am using mercurial on my project. Now I face following problem: I have two separate mercurial repositories with their own history. Now I need to have identical branches/bookmarks for both of them. ...
Igor Konoplyanko's user avatar
3 votes
1 answer
667 views

This question is related to this one: Why not commit unresolved changes? When needing to merge a large code base with many conflicts, I would like to have a way to commit progress to be shared ...
PaulRuby's user avatar
14 votes
5 answers
5k views

I was wondering if it would be good practice for commit messages to contain the ticket number they were apart of. It would be like 2568 Fix heating issue Summary of the issue with a bunch ...
Simon Lau-Yamauchi's user avatar
2 votes
2 answers
420 views

When I'm on a git project, I have a workflow that goes something like this: Start a new feature (open a new branch) Write some code, commit some code, repeat Push the code to a remote, possibly with ...
Johnson's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
8