[issue1894] hg convert exception in strptime

thorr18 bugs at mercurial.selenic.com
Sat Oct 31 20:02:37 UTC 2009


New submission from thorr18 <BryceEMiller+fty at gmail.com>:

I am attempting to migrate a monotone repo to an Hg repo (or see if I can 
take several of the monotone branches and turn them into Hg repos).

Here is the traceback I got:
----------------------
C:\ftn\factory>hg convert -s mtn ex\ex mtntest
initializing destination mtntest repository
scanning source...
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.3.1+7cea12e70129)
** Extensions loaded: extdiff, convert
Traceback (most recent call last):
  File "hg", line 36, in <module>
  File "mercurial\dispatch.pyo", line 16, in run
  File "mercurial\dispatch.pyo", line 30, in dispatch
  File "mercurial\dispatch.pyo", line 46, in _runcatch
  File "mercurial\dispatch.pyo", line 452, in _dispatch
  File "mercurial\dispatch.pyo", line 320, in runcommand
  File "mercurial\dispatch.pyo", line 504, in _runcommand
  File "mercurial\dispatch.pyo", line 457, in checkargs
  File "mercurial\dispatch.pyo", line 451, in <lambda>
  File "mercurial\util.pyo", line 402, in check
  File "hgext\convert\__init__.pyo", line 232, in convert
  File "hgext\convert\convcmd.pyo", line 398, in convert
  File "hgext\convert\convcmd.pyo", line 312, in convert
  File "hgext\convert\convcmd.pyo", line 109, in walktree
  File "hgext\convert\convcmd.pyo", line 267, in cachecommit
  File "hgext\convert\monotone.pyo", line 200, in getcommit
  File "mercurial\util.pyo", line 1015, in strdate
  File "_strptime.pyo", line 330, in strptime
ValueError: time data did not match format:  data=<missing>  fmt=%Y-%m-
%dT%H:%M:
%S
----------------------

----------
messages: 10861
nosy: thorr18
priority: urgent
status: unread
title: hg convert exception in strptime

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



More information about the Mercurial-devel mailing list