mercurial Questions

6

Solved

I created a BitBucket account today, and I love the fact that they allow you to have unlimited public/private repositories. However, I didn't find the size limit of your account? Does anyone know w...
Riviera asked 11/6, 2011 at 11:9

10

Solved

I have been trying to install the latest version of mod_wsgi (3.3) since hours on my Mac. I'm on Snow Leopard and I have the versions of Apache (Apache/2.2.15) and Python 2.6.1 (r261:67515) that co...
Carlina asked 3/12, 2010 at 1:45

2

Solved

Is there any way to include one .hgignore file in another? e.g., say I have a common .hgignore file in a Mercurial subrepository (named hg-common) that ignores files like desktop.ini & .DS_Sto...
Ravage asked 26/5, 2018 at 17:52

7

Solved

I am using Mercurial for my source control and SourceTree to manage it. I want to use Visual Studio's built in diff and merge tool (vsdiffmerge) for comparing files however this is not working. I...

15

Solved

When trying to use any hg Mercurial commands on the console, I keep getting this error. I installed Python using Homebrew and I am running Mac OS Catalina v. 10.15.1. Any reference would be appre...
Felsite asked 10/12, 2019 at 14:13

2

Solved

How can I tell mercurial that a remote server (originally on bitbucket for example, but they no longer support Mercurial) is non-publishing when I do not have access to the remote .hg/hgrc file? Ba...
Gernhard asked 23/5, 2012 at 19:11

5

Solved

In Mercurial changesets with a successor are marked obsolete. Can this marker be (forcefully) removed somehow? After using hg strip to remove the successor, the original changeset is still marked...
Vining asked 9/4, 2015 at 15:6

5

Solved

I'm a Git user trying to use Mercurial. Here's what happened: I did a hg backout on a changeset I wanted to revert. That created a new head, so hg instructed me to merge (back to "default", I assu...
Ulm asked 20/4, 2010 at 4:3

5

Solved

When I was using subversion for the code for an application, I could append a period and the result of svnversion to the version number to create a unique and monotone-increasing version number and...
Aldus asked 21/3, 2010 at 6:30

5

With with Mercurial queues extension, I can make an empty commit with some commit message like so: hg qnew patch_name -m "message" Is there a way to do this without Mercurial queues? I tried sim...
Orthogonal asked 30/8, 2013 at 21:23

2

Solved

While the UI of Bitbucket allows to tag a given commit of a mercurial repository, I can't find a way (web-based or command-line) to remove the tag, which could be added by mistake (actually, there ...
Elanorelapid asked 20/9, 2017 at 5:55

4

Solved

The repository is owned by user root, and group dev Another user is running hg update on the repository and getting the following messages: Not trusting file /dev/.hg/hgrc from untrusted user roo...
Apennines asked 16/12, 2011 at 14:53

5

Solved

When I have two branches in Hg repo, how to merge only one file with another branch, without having all other files from changeset merged? Is it possible to merge only certain files, instead of wh...
Scandic asked 3/7, 2009 at 11:9

8

Solved

Suppose that I have made some changes in the working directory and accidentally marked several files (that include some of the modified ones) for removal. How do I unmark the files for removal with...
Headwind asked 1/2, 2010 at 9:49

4

Solved

The regular hg log command gives output with at least 4 lines per changeset. For example changeset: 238:03a214f2a1cf user: My Name <[email protected]> date: Thu Aug 26 09:49:32 2010 +02...
Crossarm asked 26/8, 2010 at 12:52

4

Solved

Unity creates and deletes meta files for folders inside the Asset folder. That can create an annoying situation when using version control (that you can skip and go to the questions): someone crea...
Interplanetary asked 3/10, 2013 at 5:12

3

Solved

I am trying to go though this tutorial that says: Enable SSH compression for Mercurial Edit the Mercurial global configuration file (~/.hgrc). Add the following line to the UI section: ssh = s...
Metallist asked 7/10, 2012 at 19:18

8

Solved

Is it possible to clone part of a Mercurial repository? Let's say the repository is quite large, or contains multiple projects, or multiple branches. Can I clone only part of the repository? E.g. ...
Defy asked 16/11, 2009 at 21:34

3

Solved

I goofed up a merge. I'd like to revert then try again. Is there a way to revert a merge before it is committed? hg revert doesn't do what I'd like, it only reverts the text of the files. Mercuria...
Krell asked 20/10, 2010 at 18:24

2

Solved

How do you specify the --exclude/-X parameter when using hg grep? I've tried every kind of bare and pattern syntax I've ever come across (including a few regex dialects I know), but I can't even g...
Corny asked 5/6, 2012 at 18:54

11

Solved

I use GIT on a Mac. Enough said. I have the tools, I have the experience. And I want to continue to use it. No wars here... The problem is always with interoperability. Most people use SVN, which ...
Instil asked 19/5, 2009 at 15:26

2

What are the equivalent commands in hg for git stash, git stash apply and git stash pop ?
Greenback asked 4/10, 2021 at 2:56

8

Solved

I'm having a website with many big images file. The source (as well as the images) is maintained with git. I wish to deploy that via ftp to a bluehost-like cheap server. I do not wish to deploy al...
Gi asked 14/5, 2009 at 20:55

11

Solved

I'm trying to use the hg-git Mercurial extension on Windows (Windows 7 64-bit, to be specific). I have Mercurial and Git installed. I have Python 2.5 (32-bit) installed. I followed the instruction...
Quake asked 2/3, 2010 at 4:40

5

Solved

I'd like to make it so that every time I create a new repository, certain filters automatically get added to my .hgignore files by default. For example, for C# projects, I would like these to be a...
Edlin asked 23/11, 2009 at 20:7

© 2022 - 2024 — McMap. All rights reserved.