Skip to main content

Questions tagged [mercurial]

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

-1 votes
1 answer
41 views

hg clone run by Bamboo gives different result from command line

A Bamboo "Source Code Checkout" task on a linked mercurial repo gives a different result than hg clone run on the command line: Both have a different subset of all named branches checked out....
Zaphod B.'s user avatar
0 votes
0 answers
269 views

TortoiseHG not updating shell icons after commit/push

My team uses MercurialHG/TortoiseHG for code management (historical thing), and all used to work well. With the recent updates to either Tortoise (6+), or possibly Windows 10, I've had the issue that ...
Paul's user avatar
  • 125
1 vote
0 answers
124 views

Mercurial repository in weird state: Missing files are not brought back by update

I have a mercurial repository that I managed to get into a weird state. I suspect the culprit is the fact that I used the repository (as in: the same folder on my disk) with both the Windows and Linux ...
Lukas Barth's user avatar
0 votes
1 answer
185 views

How to run Mercurial from MobaXterm

I'm using Windows 10 and have Cygwin and MobaXterm installed. I need to use Mercurial. It works fine from Cygwin but I want to run it from MobaXterm. I just installed Mercurial plugin for MobaXterm ...
susik's user avatar
  • 653
0 votes
0 answers
43 views

How to align branches

I am using Mercurial version 5.0.2. On one server I pushed a changeset. On another server I pulled but don't see it. It looks that server where I pushed is on different branch compared with another ...
susik's user avatar
  • 653
0 votes
0 answers
63 views

Why do git and mercurial reports conflicts in a file when the same change is made on both sides?

For instance, if I have a file that contains the text ABC, and then I make a branch and change it to ABCD, but then go back to the original branch and also change it to ABCD, then I merge the branches ...
ekolis's user avatar
  • 479
1 vote
1 answer
36 views

Pre-Clone task in mercurial when cloning

May I know if we can add a script or some hg-related file in our repository so that when that branch is being cloned it should execute a task. In my case I need to take some files from git repository ...
Mohammed Abdul Nafay's user avatar
0 votes
1 answer
307 views

Mercurial server error when push storage with large files

I've got older Debian Jessie server with Mercurial 3.1.2 and Phabricator. Long time Phabricator protest that HG is old and there is secure problems and I decide to make brand new VM with latest HG. ...
Topper's user avatar
  • 103
0 votes
0 answers
51 views

How to avoid unwanted updating of files while merging in TortoiseHG?

These files should not have been updated. How can i tell TortoiseHG so?
Roman Alexeev's user avatar
4 votes
1 answer
480 views

Keyring.backend error TortoiseHg on Mac

I have successfully installed Python keyring and use it with TortoiseHg on Windows but I am having a problem on Mac OS Mojave. When performing a "push", I get "No handlers could be found for logger '...
user2284200's user avatar
0 votes
1 answer
165 views

Basic bash if statement with hg fails

I'm running Cygwin. I came across the following snippet of Bash code from the FFmpeg Wiki's guide to compiling FFmpeg: cd /ffmpeg_sources && if cd x265 2> /dev/null; then hg pull &&...
Hashim Aziz's user avatar
  • 13.1k
1 vote
1 answer
94 views

How do I mercurial clone from stdin

The mercurial bundle I want to clone from is compressed in 7zip format and I don't want to waste time extracting the gigantic bundle to a temporary file. How do I pass the output of 7za to hg to clone?...
Sir Intellegence-BrainStormexe's user avatar
0 votes
1 answer
446 views

vim complains about color none in AnsiEsc#AnsiEsc

I told Mercurial to use vim as default editor: [ui] editor = /opt/local/bin/vim The referenced vim was installed via MacPorts: $ port installed | grep vim vim @8.0.0596_0+huge (active) When ...
PVitt's user avatar
  • 459
0 votes
0 answers
585 views

"hg forget" so file won't be deleted on other users' working directories?

In my workplace, we're currently storing the Eclipse project file (.project) under Mercurial. However, it gets changed by Eclipse all the time, which is annoying. I want to remove it from the ...
Noam's user avatar
  • 188
1 vote
1 answer
944 views

powerline-status makes zsh hg (mercurial) branch info disappear from the prompt, yet the git prompt info remains

To be a poweruser these days, you have to have a tricked out shell. One of the most common custom shells is zsh with the Oh my zsh plugin manager. sudo apt install zsh then installed oh-my-zsh per ...
Jonathan's user avatar
  • 1,772

15 30 50 per page
1
2 3 4 5
11