On Fri, Jun 19, 2009 at 1:01 PM, Adrian Buehlmann<[email protected]> wrote: > {{{ > ** Please report this bug to [email protected] or > http://bitbucket.org/tortoisehg/stable/issues > ** Mercurial version (9154c79c67cc). TortoiseHg version (unknown) > ** Command: --nofork commit > ** CWD: W:\thg-crew > ** Extensions loaded: mq, graphlog, rebase, forest > Recoverable runtime error (stderr): > Traceback (most recent call last): > File "W:\thg-crew\hggtk\commit.py", line 402, in commit_clicked > self.commit_selected(commit_list) > File "W:\thg-crew\hggtk\commit.py", line 467, in commit_selected > eolmode=None) > TypeError: internalpatch() got an unexpected keyword argument 'eolmode' > Traceback (most recent call last): > File "W:\thg-crew\hggtk\commit.py", line 402, in commit_clicked > self.commit_selected(commit_list) > File "W:\thg-crew\hggtk\commit.py", line 467, in commit_selected > eolmode=None) > TypeError: internalpatch() got an unexpected keyword argument 'eolmode' > }}} > > Not sure if this is even relevant. Maybe it's just my borked > setup here (combination of running from sources and old thg nightly > install). > > Was on WinXP.
You need a fairly recent hg-main tip. Those were added last week, to fix win32text patching behavior. -- Steve Borho ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
