Questions tagged [mercurial-queue]

Mercurial Queues is a standard extension of Mercurial DVCS that manages changeset patches.

Mercurial Queues is a standard extension of Mercurial DVCS that manages changeset patches. It works similar to quilt, but is integrated with Mercurial.

More information:

97 questions
0
votes
1 answer

How to split a patch in MQ by files within the Workbench (no command line)?

The Mercurial Workbench within TortoiseHG allows a graphical use of many mercurial functions. I have a patch sitting in a mercurial queue from which I want to extract some files to another separate patch. I found a solution here for the command line…
Aufwind
  • 25,310
  • 38
  • 109
  • 154
0
votes
3 answers

If I use histedit frequently, will MercurialMq be a better fit?

When I'm working on some particular feature I often fix other pretty much unrelated but easy-to-fix stuff. I make some "dirty" commits during the work. When the feature is finished, I spend a lot of time with hg histedit trying to rearrange all the…
vorou
  • 1,869
  • 3
  • 18
  • 35
0
votes
1 answer

Multiple temporary/local task branches in MQ/Mercurial?

I've read Steve Losh's article about using MQ's qqueues command to create multiple queues. This has the potential to get me closer to my personal take on Nirvana (namely, Git local branches), because I can keep changes related to separate features…
0
votes
2 answers

How to rebase patch queue while merging a branch in mercurial using mq?

In our workflow we are using Mercurial mq for our development the default branch. However, when we need to merge another branch into the default, what is the best practice to apply these patches on top of the merged default? Obvious (ugly) way: pop…
eskhool
  • 657
  • 1
  • 11
  • 24
0
votes
4 answers

Mercurial: How can I keep stuff locally only?

We have some restrictions on what we are allowed to put in our central Mercurial repository. Is there some way I can keep stuff in my local Hg repository, without having it pushed to the central one? Note: The files might be connected to files in…
Olav
  • 1,758
  • 4
  • 27
  • 49
0
votes
1 answer

Mercurial queues: having patches shared by multiple queues?

I have a local repo with two patch queues, patches and myproject. One is for bug fixes in the release branch, and one is for work on a separate project. patches: local-config debug bugfix1 bugfix2 myproject: local-config myproject1 myproject2 I…
spazquest
  • 33
  • 7
0
votes
1 answer

Mq on a subrepo without write access

I have a dependancy as a subrepository (without write access to) in my project. I'd like to add a few personal customizations to that subrepository - possibly using mq. I also would love to be able to just clone the main repo to build it. Currently…
Łukasz Gruner
  • 2,929
  • 3
  • 26
  • 28
1 2 3 4 5 6
7