cant push

Stuart McGraw smcg4191 at frii.com
Sat Dec 13 01:39:30 CST 2008


Hello, 

If I clone a repo from my central repo (on a linux box)
to my Windows box ("hg clone http://kyoto/hg/myproject"),
make some changes, commit, and do an "hg push" I get:

  C:\myproject> hg push
  pushing to http://kyoto/hg/myproject
  searching for changes
  http authorization required
  realm: Mercurial repositories
  abort: The specified module could not be found

This was working fine until I recently upgraded to Mercurial-1.1 
on my Windows machine.  If I do the same clone, edit, commit, 
push sequence on the linux box, it works fine.

Below is output of "hg push" with debugging info.
Any idea what's wrong?

----
C:\Stuart\Develop\jdb\jmdictdb>hg --debug --traceback push
using http://kyoto/hg/myproject
sending between command
pushing to http://kyoto/hg/myproject
sending capabilities command
capabilities: unbundle=HG10GZ,HG10BZ,HG10UN lookup changegroupsubset
sending heads command
searching for changes
common changesets up to f9a98c38e95a
1 changesets found
List of changesets:
22929de532a4186119f317adfff3f0ea3ea55067
sending unbundle command
sending 489 bytes
http authorization required
realm: Mercurial repositories
Traceback (most recent call last):
  File "mercurial\dispatch.pyc", line 45, in _runcatch
  File "mercurial\dispatch.pyc", line 367, in _dispatch
  File "mercurial\dispatch.pyc", line 416, in _runcommand
  File "mercurial\dispatch.pyc", line 376, in checkargs
  File "mercurial\dispatch.pyc", line 361, in <lambda>
  File "mercurial\util.pyc", line 715, in check
  File "mercurial\commands.pyc", line 2211, in push
  File "mercurial\localrepo.pyc", line 1495, in push
  File "mercurial\localrepo.pyc", line 1576, in push_unbundle
  File "mercurial\httprepo.pyc", line 199, in unbundle
  File "mercurial\httprepo.pyc", line 119, in do_read
  File "mercurial\httprepo.pyc", line 73, in do_cmd
  File "urllib2.pyc", line 387, in open
  File "urllib2.pyc", line 498, in http_response
  File "urllib2.pyc", line 419, in error
  File "urllib2.pyc", line 360, in _call_chain
  File "urllib2.pyc", line 999, in http_error_401
  File "mercurial\url.pyc", line 242, in http_error_auth_reqed
  File "urllib2.pyc", line 891, in http_error_auth_reqed
  File "urllib2.pyc", line 896, in retry_http_digest_auth
  File "urllib2.pyc", line 931, in get_authorization
  File "mercurial\url.pyc", line 118, in find_user_password
  File "mercurial\ui.pyc", line 429, in prompt
  File "mercurial\ui.pyc", line 407, in _readline
  File "mercurial\demandimport.pyc", line 83, in _demandimport
  File "zipextimporter.pyc", line 82, in load_module
  File "readline.pyc", line 5, in <module>
  File "mercurial\demandimport.pyc", line 83, in _demandimport
  File "zipextimporter.pyc", line 82, in load_module
  File "pyreadline\__init__.pyc", line 10, in <module>
  File "mercurial\demandimport.pyc", line 83, in _demandimport
  File "zipextimporter.pyc", line 82, in load_module
  File "pyreadline\rlmain.pyc", line 447, in <module>
  File "pyreadline\rlmain.pyc", line 47, in __init__
  File "pyreadline\console\console.pyc", line 202, in __init__
  File "ctypes\__init__.pyc", line 348, in __init__
WindowsError: [Error 126] The specified module could not be found
abort: The specified module could not be found


More information about the Mercurial mailing list