Tagged Questions
3
votes
0answers
43 views
Mercurial - race condition when pushing with subrepos
With a fairly basic subrepo structure like this:
parent
parent/subrepo1
parent/subrepo2
Race conditions tend to occur when multiple users push changes at the same time. Simple example:
...
-1
votes
2answers
45 views
What are benefits of having commit and push in git/mercurial
I found few answers on commit/push topic here in stackoverflow.
But, this answers are about difference in commiting and pushing in which I'm not interested.
My question is, why do we need local commit ...
0
votes
2answers
27 views
hg push allowed by other user
I am not an advanced user of Mercurial and need some recommendations on the following problem that might be typical :
I am using Mercurial for code sharing and version control
Several users will be ...
0
votes
1answer
29 views
Can I edit code during push to main repository?
I'm using mercurial control version for my project in windows using tortoisHg.
I would like to know what happens when I editing code during pushing to server? can it make any unwanted issues on my ...
0
votes
1answer
83 views
mercurial + bitbucket + windows 7, how to setup?
thanks to the help of Stackoverflow I was able to setup an account and repository on bitbucket and manually push my local repo to the cloud using password.
I was unable to find a proper tutorial on ...
0
votes
1answer
96 views
HG PUSH won't push to local directory. Repository not found
I am using Tortoise HG two handle source control for a couple of projects on my local machine. I am pushing to a local directory elsewhere on the HD, just as a way to handle revision history.
My ...
0
votes
1answer
107 views
TortoiseHG 'file not found' when pulling/pushing/cloning
I've installed TortoiseHG 64bit on my Windows 7 laptop and worked with it with the last few weeks with no problems.
But today I tried to check for new incoming changes and the workbench returns me ...
0
votes
1answer
55 views
No pushing of a local Mercurial commits to SVN with HgSubversion?
I am making say 4 local commits in HgSVN, then I updated my local code to an earlier revision, I added changes to it, did local commits, merged with server code and when tried to push, I was not ...
-1
votes
1answer
256 views
Mercurial Hg No changes found - can't Hg push out
Can someone pls advise why I'm getting NO CHANGES found at the end.
Also, I'm getting an annoying message, "Username not specified in .hg/hgrc. Keyring will not be used."
Version tool: Hg latest ...
0
votes
2answers
103 views
How to push to central repository in mercurial?
I couldn't find a relevant thread anywhere, but possibly this important task has to be asked about many times before..
I have a central repository, from which I have cloned to form a local repo. Now ...
0
votes
0answers
146 views
Can't push with Mercurial: abort: error: ''
I'm trying to push my changes into a Mercurial Bitbucket.org repository, but while pushing, suddenly it aborts with the following empty error:
abort: error: ''
What does it mean? How can I avoid ...
3
votes
4answers
156 views
What to do instead of squashing commits in Mercurial
I've got my IDE set to commit locally every time I save anything. I'd ideally like to keep an uncensored record of my idiot fumblings for the rare occasions they may be useful. But most of the time ...
0
votes
1answer
60 views
How to push bug fixes with Mercurial
Ok, I have tried searching for something concrete, but haven't come up with anything.
If I am working away on new features in my default branch and a bug report comes in from previous work, what is ...
2
votes
1answer
176 views
How to set Mercurial upstream
I created local hg repository for new project: hg init ; hg addremove,
then I created empty upstream repo, and pushed first version there: hg push https://remoterepo.
Now, I want to set that ...
0
votes
1answer
51 views
How to let a Mercurial repository automatically push to another when it receives a new changeset?
I have three Mercurial repositories repo, repoA and repoB. I'd like the following happen
some edits in repoA
commit to repoA
push manually to repo
repo updates and pushes to repoB ...
0
votes
1answer
101 views
pushing branch after merging unrelated repositories
I have merged two repositories together with the mqextension, giving me a repository that looks like this:
.. [a] --- [b] --- [c] --- [d]<- default branch
/
[x] --- [y] ...
0
votes
1answer
242 views
HTTP Error 502: Bad Gateway when pushing to bitbucket
I have a mercurial repository, when I try to push my changes to bitbucket I suddenly get the error
HTTP Error 502: Bad Gateway
after a long moment of wait (searching changes..)
Any idea? this has ...
1
vote
0answers
251 views
Jenkins/Hudson job push changes to Mercurial
I have a Jenkins/Hudson that increase some version numbers of some modules in preparation to publish a NetBeans update center to Sourceforge. I'm trying to push those changes into the repository using ...
2
votes
1answer
349 views
Mercurial: How to push a bookmarked changeset which creates a new remote head as if I was pushing a new branch?
General question.
I'm trying to use bookmarks instead of branches in mercurial. The reason of it is that I don't want to have a lot of unnecessary fixed-named permanent items in branches.
The ...
3
votes
2answers
324 views
tortoise hg : how to get notified whe something pushed to a central repo
i am using Mercurial for version control. One central repo is shared among the team and any of us can push / pull to it.
How can i get notified when any other user push something to the central repo.
...
1
vote
1answer
3k views
How to solve error message “abort: repository default-push not found! ” in Mercurial?
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 ...
2
votes
2answers
1k views
New remote head when pushing new branch
I've created a named branch in mercurial, committed some changes, and now I want to push that back to the central repo. I've done a fetch, verified I have no changes to merge, but when I try to do the ...
2
votes
3answers
2k views
Force pushing to new head when already pulled all changes
Is it possible to forcibly create new remote head when pushing ?
Suppose I have done some local commits on branch "default" then pulled and merged from remote.
Now, I would like to push my commits ...
2
votes
1answer
296 views
Netbeans/Mercurial - Define multiple push/pull repositories under the “Team -> Share” menu?
In Netbeans w/Mercurial you have a menu that lists your default push/pull repositories along with an option for "other" to manually specify a repository to push/pull:
My "default push/pull" is set ...
2
votes
2answers
80 views
mercurial how to retrieve a real user who performed hg push
on server site: hg tip shows a user who performed hg push/commit. The data is taken from [user] section of .hgrc. I can put there whatever I like. But how to get to know on a server who really did hg ...
9
votes
2answers
818 views
Can I mark a branch as 'not going to push'?
I use named branches in Mercurial.
In doing so I have created one branch called playground where I can try out various wacky experiments. I never intend to merge this branch into any others and I ...
1
vote
5answers
211 views
Does git force you to pull changes to the tip? Does your push include those files?
With Mercurial, if you try and push and there were commits made to the main repo, you are forced to pull and merge.
The problem is, when you go to commit your changes, the changeset you push contains ...
2
votes
2answers
272 views
Mercurial (hg) on GoDaddy push gets killed by remote
I've installed Mercurial on a GoDaddy shared hosting account, and all appears to be working fine. I can clone to my local machine and even get the right answer with hg outgoing when I'm ready to push.
...
1
vote
1answer
251 views
Changes force-pushed to a Mercurial server are not visible there
I have a problem when I'm pushing my code and files to the remote server.
It says that the changes (after they were commited) were pushed successfully onto the remote server but the changes are not ...
3
votes
5answers
110 views
Mercurial: how to detect that commits are pushable
In Git it is easy, because remote/branch is pointing to a different commit than branch, but how to do it with Mercurial?
5
votes
3answers
217 views
Push to two repositories that can't reach each other
The setup:
a laptop L
an office server hosting various repositories SOffice
a customer's database server SCustomer
I'm writing code on L for a customer, and regularly want to push it both to ...
2
votes
2answers
594 views
MVN release:prepare with Mercurial push FAIL
Here's the steps I take:
Clone mercurial project at the head.
On local repository, perform hg status (no results), then hg in (no changes).
mvn clean install. Build is successful.
mvn ...
3
votes
1answer
177 views
Choose Which Mercurial Branches to Push or Pull
We just started using Mercurial on a five person team. We've gone about two weeks and already our checkin graph looks like an NY city subway map. In an effort to try and simplify things I want my ...
1
vote
1answer
1k views
push to remote mercurial repository
I have a mercurial repository on a remote VPS. The VPS has ssh access enabled. What are my options for pushing code changes from my development machine to the remote VPS?
2
votes
1answer
2k views
Pushing to bitbucket: authorization failed
I'm a git & github user that's new to mercurial & bitbucket and I'm trying to use bitbucket for a project.
So far I've got write access to a new private bitbucket repository, and I got ...
3
votes
1answer
309 views
Mercurial: can I ignore a file for push/pull but still commit? (.hgsub)
I have a repo with two sub-repos set up like this:
project/
|-- folder1
|-- folder2
|-- www [subrepo]
|-- dev [subrepo]
On Machine A, I have checked out project, www, and ...
2
votes
1answer
232 views
netbeans + mercurial push to others
I have 2 repos: at the Bitbucket and at my own server. Bitbucket repo is for testing and my own server is a production repo.
I have the following .hgrc contents:
[paths]
default = ...
1
vote
2answers
607 views
How to show list of unapplied changesets in Mercurial
After pushing changesets to a repository called 'A' how can I see the list of changesets waiting to be applied when I am in 'A'?
Expanding on that,
In repo B I push changesets to repo B
I change to ...
3
votes
3answers
416 views
Mercurial usability
So i've made the switch from CVS to mercurial for my website.
The biggest issue I am having is that if i'm working on some files that I don't want to commit, I just save them.. I then have other ...
1
vote
1answer
102 views
Mercurial not saving pushed changeset
Bare with me here as this seems to be a non-existant issue on the web aside from myself experiencing it.
I initially setup Mercurial on our Ubuntu 10.04 box. We have several projects going on and ...
0
votes
2answers
217 views
cannot push to remote repo after merge
branching out -
[default]$ hg branch talks
[talks]$ <... some commits ...>
[talks]$ hg update default
merging back -
[default]$ hg merge talks
3 files updated, 0 files merged, 0 files ...
1
vote
2answers
96 views
Mercurial, push just to one developer
I'm trying to find out Mercurial advantages and i've read something about commiting between developers without influence on main branch.
I know i have to commit to my local repo, and then what? I ...
0
votes
1answer
115 views
mercurial push subset of directories to secondary remote site
I'm considering using Mercurial in our small office. We've got a development server, a staging server and a live server. The live server contains our web site, the staging server contains our web ...
5
votes
1answer
560 views
TortoiseHg 2.0: Push Branch
This question is the same as: TortoiseHg: Push Branch, except it is for TortoiseHg 2.0. The old way no longer works. The options are not even there.
Here is the issue: As I work on different bugs, I ...
14
votes
2answers
1k views
How can I prevent mercurial from pushing subrepos?
In my repository I've added several sub-repositories for modules that I'm using. I'm always going to treat these subrepos as "pull only". I don't plan to make any changes to them but want to retain ...
13
votes
1answer
4k views
TortoiseHg Push
What's the TortoiseHg equivalent of:
hg push http://bitbucket.org/MY_USER/MY_REPO
I haven't been able to figure out how to do this in the manual, and I ask this after extensive Google searching.
...
3
votes
3answers
2k views
Mercurial push problem
I've just got a problem with hg push command. What I did - Firstly I created 2 branches hot-fix-1 and hot-fix-2 made some changes in each branche, merged it back to default and closed those branches ...
0
votes
3answers
701 views
Restricting “hg push” via hg-ssh for shared hosting
Would anyone know how I can restrict users from pushing to an hg repository if I give then access via hg-ssh?
Some details to help eliminate the obvious:
1) This is a for a shared hosting situation ...
18
votes
1answer
9k views
How to only push to one branch in Hg?
I have a Hg repo with 3 branches in it, but two of them are inactive (since I have already merged them into my default branch). hg heads shows 3 heads, one for each branch, even though hg branches ...
22
votes
5answers
8k views
Mercurial says “abort: outstanding uncommitted changes”, I don't want to commit!
Scenario: Local repo, before I leave the office
$ hg status
M important/update1
M another/important/update2
M work/in/progress
I want to commit and push important/update1 and important/update2, ...