mercurial Questions
2
Solved
Note: I asked this yesterday over at kiln.stackexchange.com, but haven't gotten an answer, and it's holding up my work. So I figured I'd give it a shot here.
My main mercurial repository has a bun...
2
Solved
I have a commit onto which I have amended some files. Some of these files that were part of the amend I do not want in this commit. Is there a way in Mercurial to remove certain files from the comm...
Drud asked 13/9, 2013 at 1:54
3
Solved
Mercurial error on commit: "abort: phases.new-commit: not a valid phase name ('')"
I'm getting the following error when attempting to commit to a Hg repository:
Z:\wormcard_maker>hg commit -m "asdf"
transaction abort!
rollback completed
abort: phases.new-commit: not a valid p...
Schaffhausen asked 2/12, 2018 at 7:31
13
Rsync includes a nifty option --cvs-exclude to “ignore files in the same way CVS does”, but CVS has been obsolete for years. Is there any way to make it also exclude files which would be ignored by...
6
Solved
I have a project having mercurial HG code source management,and try to migrate it on a VSTS/Git platform.
I read that there is a tool for doing that, "fast-export"... So I tried but not did't ach...
Singleaction asked 12/3, 2018 at 10:56
2
Solved
The scenario:
You're behind a proxy server on Windows. You've configured TortoiseHg to use a proxy server; that is you've entered a server name/IP and port number. You are able to connect to the i...
Leeuwenhoek asked 17/11, 2011 at 3:40
8
Solved
I inherited a project originally stored in CVS with all the revisions. I made quite a few edits, and I'm trying to compare all the changes I made in the original directory, in regards to new files ...
Partheniaparthenocarpy asked 24/11, 2009 at 18:3
7
My project uses my own library which is in the private Mercurial repository placed on bitbucket.org. That library has no composer.json configured.
I try to make that library as a dependency to my ...
Jespersen asked 20/2, 2015 at 9:16
10
So I keep making a silly mistake in Mercurial. Often times, I'll start work without doing an "hg pull" and an "hg update." When I try to push my changes, I get an error.
Is there any way to delete...
Caren asked 26/2, 2010 at 1:43
3
Solved
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I'm only pushing changes to the default branch....
7
Solved
Is there a way to configure TortoiseHg to store my password?
I have a project hosted on Google Code that I access using TortoiseHg. Whenever I want to push changes to Google Code TortoiseHg prompt...
Aphotic asked 4/1, 2010 at 5:4
5
I'm trying to migrate a git repo from Kiln to Github. I can add the new remote just fine, but when I try to push master to the new remote, I get the following error:
Counting objects: 8691, done.
...
Combustible asked 29/5, 2013 at 18:48
12
Solved
During merges mercurial leaves .orig file for any unresolved file. But after manually resolving problems and marking a file correct it does not delete the .orig file. Can it be automatically remove...
4
Solved
I am a lone developer working on many projects simultaneously, and keeping all these bugs in my head has become burdonsome. I've been using some "task" websites to manage my bugs for a while now, a...
Fro asked 18/11, 2010 at 1:51
5
Solved
The act of checking in files in a source control repository like git, mercurial or svn, is called a commit. Does anyone know the reason behind calling it a commit instead of just check in?
Englis...
2
I am using the mercurial key-ring extension to store the password to my remote repository on BitBucket, so I don't have to enter it every time I push to the remote repository. Ironically, it asks m...
Pinstripe asked 17/12, 2014 at 19:37
1
We are using pretxncommit hook for HG to run a quick static analysis check on code commited. However the hook is triggered on applying any changes to commit tree - which includes rebasing and using...
Borneol asked 23/7, 2018 at 8:49
4
Solved
How do I convert a Bitbucket Mercurial repository (Hg repository) to a Git repository? I want to keep branches and commit history.
Norton asked 29/8, 2019 at 19:53
7
Solved
I just scripted out my SQL Server stored procs, table definitions, etc using SQL Server Management Studio, and tried to add them to my Mercurial source control repository. They got added just fine,...
Anglo asked 2/3, 2010 at 20:26
4
Solved
Can someone clarify what's the exact difference between update and pull commands?
Thanks.
Sectary asked 9/12, 2010 at 2:17
5
Solved
We use Maven for our builds and Mercurial for our changesets. While our software has a major version handled already we would really like to be able to know what Mercurial changeset was used to bui...
Chessboard asked 25/10, 2011 at 22:4
6
Solved
I started using SourceTree a few days ago to manage Mercurial repositories with my Mac. Now I ran into the problem when pushing to my remote repository creates a new head on a new branch and I woul...
Mayoralty asked 7/2, 2012 at 17:5
7
Solved
I installed Mercurial on my Mac, and it's wonderful. For me it's easier to grasp than Git so I wanted to use it to manage git-repositories. Therefore I installed hg-git with the following instructi...
3
I am trying to create a mercurial pre-commit hook that runs pylint on the pre-commit. My project uses a virtual environment.
I have the hook set up to call pylint on the changed files but I get th...
Rivulet asked 18/10, 2019 at 13:36
2
I would like to graft a merge changeset:
$ hg graft -UD --log -r 1909
skipping ungraftable merge revision 1909
My workaround is:
hg export -r 1909 | hg import -
hg commit -m"$(hg log -r 1909...
© 2022 - 2024 — McMap. All rights reserved.