On Thu, Jan 14, 2010 at 10:43 AM, Yuki KODAMA <endflow....@gmail.com> wrote:
> On Thu, Jan 14, 2010 at 06:46, Steve Borho <st...@borho.org> wrote:
>> I just pushed a change to the default branch that improves support for
>> repositories that were converted from subversion.  In the Repository
>> Explorer, it will show the source subversion branch and change number
>> for each converted changeset.
>>
>> Now that Yuki has added the 'always show output' option to the
>> Repository Explorer, you can use hgtk log pretty effectively to
>> interact with an upstream subversion server.  When the 'always show
>> output' is enabled, the incoming and outgoing buttons will do useful
>> things, and pull and push still function as expected.
>>
>> These changes should work whether you converted the repository using
>> hgsubversion or 'hg convert'.   I would be happy if others could try
>> it and provide feedback, since I do not use upstream svn repositories
>> on a daily basis.
>>
>> --
>> Steve Borho
>>
>> PS: the nightly builds do not have this feature yet, wait for a build
>> newer than tortoisehg-unstable-0.9.2+147
>
> Current nightly build has the defect that 'hunk selection' feature in
> Commit dialog is broken.  It was introduced in recent changes to
> commit.py by me.  Sorry for inconvenience.  Now I'm taking care it.

I've figured out how it was broken.  The self.hg_commit() call on line
849 of commit.py (before changeset d525e7b4abc2) used to be
synchronous.  It is now asynchronous and by the time the commit
command runs the commit tool has recovered it's original cwd and
replaced the hunk selection backup files.

Everything that runs after that call needs to be moved into the callback.

--
Steve Borho

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to