Activity log for bug #831313

Date Who What changed Old value New value Message
2011-08-22 14:36:27 Angel Guzman Maeso bug added bug
2011-08-22 14:37:43 Angel Guzman Maeso description I get this error making a transplant. My source repository is "be" and I want transplant a revision. I can't provide info about the code, because is closed source, sorry. This is the backtrace: $ hg transplant -s be '31b797c78bc8' searching for changes ** unknown exception encountered, please report by visiting ** http://mercurial.selenic.com/wiki/BugTracker ** Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) [GCC 4.5.2] ** Mercurial Distributed SCM (version 1.9.1) ** Extensions loaded: shelve, prompt, reviewboard, branchtools, fetch, histedit, graphlog, color, purge, mq, transplant, rebase, record, inotify Traceback (most recent call last): File "/usr/bin/hg", line 38, in <module> mercurial.dispatch.run() File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 27, in run sys.exit(dispatch(request(sys.argv[1:]))) File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 64, in dispatch return _runcatch(req) File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 87, in _runcatch return _dispatch(req) File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 679, in _dispatch cmdpats, cmdoptions) File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 454, in runcommand ret = _runcommand(ui, options, cmd, d) File "/usr/lib/pymodules/python2.7/mercurial/extensions.py", line 182, in wrap return wrapper(origfn, *args, **kwargs) File "/usr/lib/pymodules/python2.7/hgext/color.py", line 368, in colorcmd return orig(ui_, opts, cmd, cmdfunc) File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 733, in _runcommand return checkargs() File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 687, in checkargs return cmdfunc() File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 676, in <lambda> d = lambda: util.checksignature(func)(ui, *args, **cmdoptions) File "/usr/lib/pymodules/python2.7/mercurial/util.py", line 385, in check return func(*args, **kwargs) File "/usr/lib/pymodules/python2.7/mercurial/extensions.py", line 137, in wrap util.checksignature(origfn), *args, **kwargs) File "/usr/lib/pymodules/python2.7/mercurial/util.py", line 385, in check return func(*args, **kwargs) File "/usr/lib/pymodules/python2.7/hgext/mq.py", line 3218, in mqcommand return orig(ui, repo, *args, **kwargs) File "/usr/lib/pymodules/python2.7/mercurial/util.py", line 385, in check return func(*args, **kwargs) File "/usr/lib/pymodules/python2.7/hgext/transplant.py", line 568, in transplant onlyheads=branches, force=True) File "/usr/lib/pymodules/python2.7/mercurial/bundlerepo.py", line 318, in getremotechanges os.unlink(bundlename) TypeError: coercing to Unicode: need string or buffer, NoneType found I get this error making a transplant. My source repository is "be" and I want transplant a revision. I can't provide info about the code, because is closed source, sorry. $ hg --version Mercurial Distributed SCM (version 1.9.1) This is the backtrace: $ hg transplant -s be '31b797c78bc8' searching for changes ** unknown exception encountered, please report by visiting ** http://mercurial.selenic.com/wiki/BugTracker ** Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) [GCC 4.5.2] ** Mercurial Distributed SCM (version 1.9.1) ** Extensions loaded: shelve, prompt, reviewboard, branchtools, fetch, histedit, graphlog, color, purge, mq, transplant, rebase, record, inotify Traceback (most recent call last):   File "/usr/bin/hg", line 38, in <module>     mercurial.dispatch.run()   File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 27, in run     sys.exit(dispatch(request(sys.argv[1:])))   File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 64, in dispatch     return _runcatch(req)   File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 87, in _runcatch     return _dispatch(req)   File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 679, in _dispatch     cmdpats, cmdoptions)   File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 454, in runcommand     ret = _runcommand(ui, options, cmd, d)   File "/usr/lib/pymodules/python2.7/mercurial/extensions.py", line 182, in wrap     return wrapper(origfn, *args, **kwargs)   File "/usr/lib/pymodules/python2.7/hgext/color.py", line 368, in colorcmd     return orig(ui_, opts, cmd, cmdfunc)   File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 733, in _runcommand     return checkargs()   File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 687, in checkargs     return cmdfunc()   File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 676, in <lambda>     d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)   File "/usr/lib/pymodules/python2.7/mercurial/util.py", line 385, in check     return func(*args, **kwargs)   File "/usr/lib/pymodules/python2.7/mercurial/extensions.py", line 137, in wrap     util.checksignature(origfn), *args, **kwargs)   File "/usr/lib/pymodules/python2.7/mercurial/util.py", line 385, in check     return func(*args, **kwargs)   File "/usr/lib/pymodules/python2.7/hgext/mq.py", line 3218, in mqcommand     return orig(ui, repo, *args, **kwargs)   File "/usr/lib/pymodules/python2.7/mercurial/util.py", line 385, in check     return func(*args, **kwargs)   File "/usr/lib/pymodules/python2.7/hgext/transplant.py", line 568, in transplant     onlyheads=branches, force=True)   File "/usr/lib/pymodules/python2.7/mercurial/bundlerepo.py", line 318, in getremotechanges     os.unlink(bundlename) TypeError: coercing to Unicode: need string or buffer, NoneType found
2011-10-14 13:47:37 Launchpad Janitor mercurial (Ubuntu): status New Confirmed
2011-10-14 13:57:35 BoomSie attachment added Transplant log https://bugs.launchpad.net/ubuntu/+source/mercurial/+bug/831313/+attachment/2543655/+files/transplant.log
2011-10-16 07:50:22 Stefano Rivera mercurial (Ubuntu): status Confirmed Incomplete
2011-10-17 12:32:50 BoomSie attachment added From scratch, install mercurial, clone, transplant wrong, fix bundlerepo.py, transplant correct https://bugs.launchpad.net/ubuntu/+source/mercurial/+bug/831313/+attachment/2553693/+files/reproduce-walkthrough.txt
2011-10-17 21:27:02 Stefano Rivera attachment added oneiric-proposed.debdiff https://bugs.launchpad.net/ubuntu/+source/mercurial/+bug/831313/+attachment/2555417/+files/oneiric-proposed.debdiff
2011-10-17 21:32:11 Stefano Rivera mercurial (Ubuntu): status Incomplete Confirmed
2011-10-17 21:32:13 Stefano Rivera mercurial (Ubuntu): importance Undecided Low
2011-10-17 21:32:22 Stefano Rivera nominated for series Ubuntu Oneiric
2011-10-17 21:32:22 Stefano Rivera bug task added mercurial (Ubuntu Oneiric)
2011-10-17 21:32:58 Stefano Rivera mercurial (Ubuntu Oneiric): status New Confirmed
2011-10-17 21:33:01 Stefano Rivera mercurial (Ubuntu Oneiric): importance Undecided Low
2011-10-17 21:33:04 Stefano Rivera mercurial (Ubuntu): status Confirmed Fix Released
2011-10-17 21:33:08 Stefano Rivera mercurial (Ubuntu Oneiric): status Confirmed Fix Committed
2011-10-17 21:35:19 Stefano Rivera bug added subscriber Ubuntu Stable Release Updates Team
2011-10-18 05:27:19 Martin Pitt bug added subscriber SRU Verification
2011-10-18 05:27:22 Martin Pitt tags verification-needed
2011-10-18 08:58:19 BoomSie attachment added Screenshot of used repository&changelog + correct transplant log https://bugs.launchpad.net/ubuntu/oneiric/+source/mercurial/+bug/831313/+attachment/2556520/+files/mercurial-patchlog.tar.gz
2011-10-18 09:22:08 Martin Pitt tags verification-needed verification-done
2011-10-18 23:24:26 Launchpad Janitor branch linked lp:ubuntu/oneiric-proposed/mercurial
2011-10-24 05:10:28 Launchpad Janitor mercurial (Ubuntu Oneiric): status Fix Committed Fix Released