mercurial Questions

3

Solved

How can I update multiple mercurial (hg) repositories from their shared parent's directory? /plugins/search /plugins/overview /plugins/chart I want to change a branch to default one and update t...
Astonishment asked 22/11, 2017 at 11:53

9

I've been looking all over for decent instructions on how to get hgweb working on IIS but I haven't found much of worth. There's this "step by step" on the Mercurial wiki, but it's not very good. ...
Gasman asked 4/5, 2009 at 2:8

1

Solved

I'm trying to get the hg-git extension to work with TortoiseHg (v5.8 on Win10). I have enabled the "hggit" extension in the settings. But when I try to push to github I get an error: *** ...
Monaghan asked 6/6, 2021 at 12:23

7

Solved

Is it possible to clone only one branch (or from a given commit) in Git and Mercurial? I mean, I want to clone a central repo but since it's huge I'd like to only get part of it and still be able t...
Templeton asked 6/4, 2010 at 17:15

3

Solved

I am new to Mercurial and tried to push a test file to a repository online. I have encountered an error message as abort: repository default-push not found! when I tried to use hg push command. I ...
Eddra asked 9/3, 2012 at 19:27

9

Solved

How can I undo my last accidentally commited (not pushed) change in Mercurial? If possible, a way to do so with TortoiseHg would be prefered. Update In my concrete case I commited a changeset (n...
Parnassian asked 21/1, 2011 at 15:42

4

Solved

I have a CSS file with thousands of lines of code. I want to see when a specific line/chunk of code was changed, without going back and reviewing each revision that changed this file (that will tak...
Rigney asked 25/11, 2012 at 8:46

7

Solved

I am kind of new to both, Mercurial and Ubuntu. I seem to have awkwardly installed a few other software packages already, so I wanted to see how others would go about doing this. Should I use the...
Hairstreak asked 11/4, 2011 at 20:50

4

Solved

I want to view the tree of the repository. Is there any command line in mercurial can do this?
Maples asked 4/11, 2011 at 16:23

4

Solved

I run into the following issue all the time with Mercurial, and it's very annoying: I'm at some revision A. I have local changes, which I meant to commit or amend on top of A, but haven't yet. I ...
Jiujitsu asked 13/3, 2014 at 22:6

11

Solved

Is it possible to delete all untracked files from my working directory? Let's say I added a bunch of files to my working directory, didn't add them via 'hg add' and now want to get rid of those new...
Iodism asked 31/7, 2009 at 12:50

6

I've installed Mercurial (1.4.3-1) on ubuntu and it doesn't do tab completion in bash by default. What is the simplest way to enable this feature?
Fuentes asked 24/10, 2011 at 20:28

3

Is there an equivalent to git grep in Mercurial? That is, search for text only in the working copy, in files tracked by Mercurial. (hg grep searches the repository history.)
Photography asked 12/12, 2014 at 15:1

3

Solved

I am getting a error that is preventing me to pull, even force pull. hg command error: transaction abort! rollback completed abort: data/assets/images/skins/file/skin.jpg.i@0727c4489edc: unknown p...
Expectancy asked 28/4, 2010 at 21:24

1

I read on [this site(http://javaforge.com/project/HGE) that I need to "sign-up" in order to download the Eclipse plugin for Mercurial. I signed up but nothing appears to happen. When I try to downl...
Illuminism asked 2/4, 2014 at 15:5

2

Solved

I wanted to install the hg-git extension with python pip but I'm not sure if I should use pip (Python2) or pip3 (Python3). hg version gives this: $ hg version Mercurial Distributed SCM (version 4.8...
Inlaw asked 9/12, 2020 at 8:26

3

Solved

tl;dr: Will git or Mercurial have problems versioning a project with a few small files that change frequently and many large files that can change but rarely do? I write music using Logic Pro, a...
Gaultiero asked 15/5, 2013 at 17:44

2

I'm just looking for a Mercurial command that can list the available repositories in the remote parent repository. When I used subversion, this was simple, as in: svn ls httpx://server/repos/002...
Punak asked 20/8, 2011 at 21:34

2

Solved

For a short time I had the evolve extension enabled in our Mercurial repository. Then I disabled it. Now I frequently see messages like: obsolete feature not enabled but 184 markers found! wh...
Brodsky asked 9/11, 2017 at 12:56

14

Solved

I've been using Mercurial for a little while, but mainly for my own use. Now though, I have a project I'm working on where two of us are building the same project, and we will probably be modifiyin...
Latrinalatrine asked 11/4, 2009 at 13:21

2

Solved

what would be an equivalent mercurial command (or workflow) for git reset --mixed HEAD^ or git reset --soft HEAD^ i.e. I want leave the working tree intact but get the repository back into ...
Easiness asked 28/10, 2012 at 19:36

11

Solved

Here are two different questions but I think they are related. When using Git, how do I find which changes I have committed locally, but haven't yet pushed to a remote branch? I'm looking for som...
Turpin asked 23/10, 2008 at 19:52

8

Solved

I often notice a few unwanted changes when I review my working copy (with hg status and hg diff) right before a commit. For example, I might have temporarily added or remove some code just for the ...
Mansour asked 14/12, 2010 at 16:25

3

Solved

My question is this: If I have two heads (branches with changes) in my Mercurial repository, and I'd like to get rid of one of them, but discard all the changes from that branch instead of mergin...
Cathern asked 16/11, 2010 at 18:41

7

Solved

I am new to Mercurial HG. My friends created a repo and I am going to use it. I installed TortoiseHG and trying to get the latest code. I found that when using Clone operation, it will pull all co...
Kate asked 17/11, 2010 at 14:9

© 2022 - 2024 — McMap. All rights reserved.