[issue2305] hg push error on cygwin

Santoso Wijaya bugs at mercurial.selenic.com
Tue Jul 27 00:20:20 UTC 2010


New submission from Santoso Wijaya <santa.ant at me.com>:

santa:a-project$ rm -rf /cygdrive/g/proj/a-project.hg/
santa:a-project$ hg clone -U . /cygdrive/g/proj/a-project.hg

# .hg/hgrc content:
# [paths]
# flash = /cygdrive/g/proj/a-project.hg

santa:a-project$ hg push flash
pushing to /cygdrive/g/proj/a-project.hg
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.5.2)
** Extensions loaded: color, rebase, mq, convert, keyword, graphlog, 
bookmarks, hggit
Traceback (most recent call last):
  File "/usr/bin/hg", line 27, in <module>
    mercurial.dispatch.run()
  File "dispatch.py", line 16, in run
  File "dispatch.py", line 30, in dispatch
  File "dispatch.py", line 50, in _runcatch
  File "dispatch.py", line 470, in _dispatch
  File "dispatch.py", line 340, in runcommand
  File "dispatch.py", line 521, in _runcommand
  File "dispatch.py", line 475, in checkargs
  File "dispatch.py", line 469, in <lambda>
  File "util.py", line 401, in check
  File "extensions.py", line 116, in wrap
  File "util.py", line 401, in check
  File "mq.py", line 2670, in mqcommand
  File "util.py", line 401, in check
  File "/usr/lib/python2.5/commands.py", line 2459, in push
    
  File "build/bdist.cygwin-1.7.5-i686/egg/hggit/hgrepo.py", line 23, in push
TypeError: push() got an unexpected keyword argument 'newbranch'
santa:a-project$ hg pull flash
pulling from /cygdrive/g/proj/a-project.hg
searching for changes
no changes found

----------
messages: 13232
nosy: santa4nt
priority: bug
status: unread
title: hg push error on cygwin
topic: hg, push

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2305>
____________________________________________________


More information about the Mercurial-devel mailing list