|
From: | Catalin Codreanu |
Subject: | Re: Languages files for the gui |
Date: | Thu, 27 Jun 2013 15:31:44 +0200 |
On 27 June 2013 09:14, Jordi Gutiérrez Hermoso <address@hidden> wrote:
> So, David, you could have done "hg import --exact" and the patch would
> have been applied at this location. You can then rebase the patch back
> to a newer revision (hg help rebase), and hg will use merge logic for
> figuring out whatever trouble exists.
Oh, and one more interesting hg tool: after the commit is rebased,
while standing on the rebased commit (i.e. "hg summary" says you're
standing on it), you can also do "hg commit --amend" to amend its
commit message (or really, any other part of the patch; any changes in
the working directory will be included as part of the "amend").
Catalin, in the future please adhere to the following:
http://wiki.octave.org/Commit_message_guidelines
- Jordi G. H.
[Prev in Thread] | Current Thread | [Next in Thread] |