octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Suggested hg workflow


From: Jordi Gutiérrez Hermoso
Subject: Suggested hg workflow
Date: Fri, 17 Jun 2011 12:29:39 -0500

Daniel Kraft <address@hidden> wrote:
> I now finally really started coding for a first profiler attempt
> (although I will only have "full time" with holdiays in two weeks).

Ah, I thought you were already full time. I was getting worried over
not hearing from you in a while. Thanks for the update.

> Do you have tips on how I should manage this in my hg repository?
> I.e., do you recommend using mq for such a possibly larger project,
> or rather use a new branch or something?

You may want to use a new branch, but bear in mind that named branches
in hg are rather permanent. Each commit you make with a named branch
will have the branch name grafted on it. Bookmarks (an extension) may
be better suited. Work on the default branch in your own clone,
periodically merging your clone with Savannah locally, and put a
bookmark on your own changes of the clone.

Does this make sense?

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]