[Bug 3598] New: using push with hg.exe at commandline errors with unknown exception encountered

bugzilla-daemon at bz.selenic.com bugzilla-daemon at bz.selenic.com
Fri Aug 24 16:40:06 CDT 2012


http://bz.selenic.com/show_bug.cgi?id=3598

          Priority: normal
            Bug ID: 3598
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: using push with hg.exe at commandline errors with
                    unknown exception encountered
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: baldandblind at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.3
         Component: Mercurial
           Product: Mercurial

I am using the following environment:

Client is windows 7 64 bit edition

Server is a vmware virtual server - windows 2008 64 bit

I've installed  tortoisehg-2.4.3-hg-2.3-x64.msi on both the client and server.

When I fetch on the client from the command line, it works fine and there are
no problems.

When I go to push my changes on the client using the command line I get the
following error:

c:\hg\dev>hg push devel
pushing to \\MyServer\hg\dev
searching for changes
adding changesets
transaction abort!
rollback completed
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 2.3)
** Extensions loaded: fetch
Traceback (most recent call last):
  File "hg", line 42, in <module>
  File "mercurial\dispatch.pyo", line 28, in run
  File "mercurial\dispatch.pyo", line 65, in dispatch
  File "mercurial\dispatch.pyo", line 88, in _runcatch
  File "mercurial\dispatch.pyo", line 740, in _dispatch
  File "mercurial\dispatch.pyo", line 514, in runcommand
  File "mercurial\dispatch.pyo", line 830, in _runcommand
  File "mercurial\dispatch.pyo", line 801, in checkargs
  File "mercurial\dispatch.pyo", line 737, in <lambda>
  File "mercurial\util.pyo", line 472, in check
  File "mercurial\commands.pyo", line 4702, in push
  File "mercurial\localrepo.pyo", line 1905, in push
  File "mercurial\localrepo.pyo", line 77, in addchangegroup
  File "mercurial\localrepo.pyo", line 2323, in addchangegroup
  File "mercurial\context.pyo", line 186, in files
  File "mercurial\util.pyo", line 246, in __get__
  File "mercurial\context.pyo", line 137, in _changeset
  File "mercurial\changelog.pyo", line 193, in read
  File "mercurial\revlog.pyo", line 904, in revision
mpatch.mpatchError: patch cannot be decoded

c:\hg\dev>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list