(no title)
pseudonym | 10 years ago
We still use mercurial for most of our repositories just because they're dated and not likely to see more than a handful of commits a year, but most of our active development work has already converted to git.
pseudonym | 10 years ago
We still use mercurial for most of our repositories just because they're dated and not likely to see more than a handful of commits a year, but most of our active development work has already converted to git.
sampo|10 years ago
If your workflow fits better with git-style branches, you should use Mercurial bookmarks, not Mercurial named branches.
Mercurial even tells you:
every time you create a named branch.loxs|10 years ago
Skinney|10 years ago
krupan|10 years ago