Guest User

Untitled

a guest
May 16th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. discferr@discferret.com [~/foo2]# date > foo ; hg com -m "This is not a commit message. *THIS* is a commit message. Or a newer one at least." ; hg push -v --traceback
  2. pushing to /home/discferr/foo1
  3. searching for changes
  4. 1 changesets found
  5. adding changesets
  6. adding manifests
  7. adding file changes
  8. added 1 changesets with 1 changes to 1 files
  9. calling hook changegroup.cia: hgext.hgcia.hook
  10. cia
  11. error: changegroup.cia hook raised an exception: 'NoneType' object has no attribute 'group'
  12. Traceback (most recent call last):
  13. File "/usr/lib/python2.4/site-packages/mercurial/hook.py", line 75, in _pythonhook
  14. r = obj(ui=ui, repo=repo, hooktype=name, **args)
  15. File "/usr/lib/python2.4/site-packages/hgext/hgcia.py", line 276, in hook
  16. sendmsg(cia, ctx)
  17. File "/usr/lib/python2.4/site-packages/hgext/hgcia.py", line 251, in sendmsg
  18. msg = ciamsg(cia, ctx).xml()
  19. File "/usr/lib/python2.4/site-packages/hgext/hgcia.py", line 144, in xml
  20. log = saxutils.escape(self.logmsg())
  21. File "/usr/lib/python2.4/site-packages/hgext/hgcia.py", line 126, in logmsg
  22. diffstat = self.cia.diffstat and self.diffstat() or ''
  23. File "/usr/lib/python2.4/site-packages/hgext/hgcia.py", line 123, in diffstat
  24. return patch.diffstat(pbuf.lines) or ''
  25. File "/usr/lib/python2.4/site-packages/mercurial/patch.py", line 1807, in diffstat
  26. stats = diffstatdata(lines)
  27. File "/usr/lib/python2.4/site-packages/mercurial/patch.py", line 1797, in diffstatdata
  28. filename = diffre.search(line).group(1)
  29. AttributeError: 'NoneType' object has no attribute 'group'
Add Comment
Please, Sign In to add comment