Loading

Paste #povxhxrch

  1. planetmaker@localhost:~/bin/hg$ hg pull
  2. Rufe von http://selenic.com/hg ab
  3. Suche nach Änderungen
  4. Füge Änderungssätze hinzu
  5. Füge Manifeste hinzu
  6. Füge Dateiänderungen hinzu
  7. Fügte 256 Änderungssätze mit 395 Änderungen an 152 Dateien hinzu
  8. Aktualisiere Lesezeichen @
  9. Transaktion abgebrochen!
  10. Zurückrollen abgeschlossen
  11. ** Unknown exception encountered with possibly-broken third-party extension evolve
  12. ** which supports versions 3.2 of Mercurial.
  13. ** Please disable evolve and try your action again.
  14. ** If that fixes the bug please report it to http://bz.selenic.com/
  15. ** Python 2.7.5 (default, Nov  3 2014, 14:26:24) [GCC 4.8.3 20140911 (Red Hat 4.8.3-7)]
  16. ** Mercurial Distributed SCM (Version 3.3-rc)
  17. ** Erweiterungen geladen: extdiff, strip, mq, rebase, purge, color, convert, record, shelve, histedit, evolve
  18. Traceback (most recent call last):
  19.   File "/home/planetmaker/bin/hg/hg", line 43, in <module>
  20.     mercurial.dispatch.run()
  21.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 28, in run
  22.     sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  23.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 71, in dispatch
  24.     ret = _runcatch(req)
  25.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 140, in _runcatch
  26.     return _dispatch(req)
  27.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 860, in _dispatch
  28.     cmdpats, cmdoptions)
  29.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 621, in runcommand
  30.     ret = _runcommand(ui, options, cmd, d)
  31.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 196, in wrap
  32.     return wrapper(origfn, *args, **kwargs)
  33.   File "/home/planetmaker/bin/hg/hgext/color.py", line 491, in colorcmd
  34.     return orig(ui_, opts, cmd, cmdfunc)
  35.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 951, in _runcommand
  36.     return checkargs()
  37.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 922, in checkargs
  38.     return cmdfunc()
  39.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 857, in <lambda>
  40.     d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  41.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  42.     return func(*args, **kwargs)
  43.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 151, in wrap
  44.     util.checksignature(origfn), *args, **kwargs)
  45.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  46.     return func(*args, **kwargs)
  47.   File "/home/planetmaker/bin/hg/hgext/mq.py", line 3483, in mqcommand
  48.     return orig(ui, repo, *args, **kwargs)
  49.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  50.     return func(*args, **kwargs)
  51.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 151, in wrap
  52.     util.checksignature(origfn), *args, **kwargs)
  53.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  54.     return func(*args, **kwargs)
  55.   File "/home/planetmaker/bin/mutable-history/hgext/evolve.py", line 596, in warnobserrors
  56.     ret = orig(ui, repo, *args, **kwargs)
  57.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  58.     return func(*args, **kwargs)
  59.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 151, in wrap
  60.     util.checksignature(origfn), *args, **kwargs)
  61.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  62.     return func(*args, **kwargs)
  63.   File "/home/planetmaker/bin/mutable-history/hgext/evolve.py", line 574, in wrapmayobsoletewc
  64.     res = origfn(ui, repo, *args, **opts)
  65.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  66.     return func(*args, **kwargs)
  67.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 151, in wrap
  68.     util.checksignature(origfn), *args, **kwargs)
  69.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  70.     return func(*args, **kwargs)
  71.   File "/home/planetmaker/bin/hg/hgext/rebase.py", line 1045, in pullrebase
  72.     orig(ui, repo, *args, **opts)
  73.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 711, in check
  74.     return func(*args, **kwargs)
  75.   File "/home/planetmaker/bin/hg/mercurial/commands.py", line 5013, in pull
  76.     bookmarks=opts.get('bookmark', ())).cgresult
  77.   File "/home/planetmaker/bin/hg/mercurial/exchange.py", line 885, in pull
  78.     _pullobsolete(pullop)
  79.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 196, in wrap
  80.     return wrapper(origfn, *args, **kwargs)
  81.   File "/home/planetmaker/bin/mutable-history/hgext/evolve.py", line 2629, in _pullobsolete
  82.     boundaries = _buildpullobsmarkersboundaries(pullop)
  83.   File "/home/planetmaker/bin/mutable-history/hgext/evolve.py", line 2580, in _buildpullobsmarkersboundaries
  84.     common = findcommonobsmarkers(repo.ui, repo, remote, revs)
  85.   File "/home/planetmaker/bin/mutable-history/hgext/evolve.py", line 2393, in findcommonobsmarkers
  86.     sample = _takefullsample(dag, undecided, size=fullsamplesize)
  87.   File "/home/planetmaker/bin/hg/mercurial/setdiscovery.py", line 113, in _takefullsample
  88.     sample.update(random.sample(list(nodes - sample), more))
  89.   File "/usr/lib64/python2.7/random.py", line 320, in sample
  90.     raise ValueError("sample larger than population")
  91. ValueError: sample larger than population
  92. planetmaker@localhost:~/bin/hg$ hg id
  93. db8e3f7948b1 (stable) 3.3-rc

Comments