Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. C:Users543829657workspacedev.appl.ib.cbl>hg commit --traceback "--message=Ad
  2. ded a task Xml2Java for creation request/response files" --user "Petr Gangnus <petr.gangnus@moneta.cz>" -- application/build.gradle
  3. transaction abort!
  4. rollback completed
  5. Traceback (most recent call last):
  6. File "mercurialdispatch.pyo", line 160, in _runcatch
  7. File "mercurialdispatch.pyo", line 885, in _dispatch
  8. File "mercurialdispatch.pyo", line 646, in runcommand
  9. File "mercurialextensions.pyo", line 168, in closure
  10. File "hgextcolor.pyo", line 521, in colorcmd
  11. File "mercurialdispatch.pyo", line 976, in _runcommand
  12. File "mercurialdispatch.pyo", line 947, in checkargs
  13. File "mercurialdispatch.pyo", line 882, in <lambda>
  14. File "mercurialutil.pyo", line 716, in check
  15. File "mercurialcommands.pyo", line 1546, in commit
  16. File "mercurialcmdutil.pyo", line 2456, in commit
  17. File "mercurialcommands.pyo", line 1540, in commitfunc
  18. File "mercuriallocalrepo.pyo", line 64, in wrapper
  19. File "mercuriallocalrepo.pyo", line 1508, in commit
  20. File "mercuriallocalrepo.pyo", line 64, in wrapper
  21. File "mercuriallocalrepo.pyo", line 1596, in commitctx
  22. File "mercurialextensions.pyo", line 168, in closure
  23. File "c:/Users/543829657/workspace/mercurial-tools/commitsigs.py", line 357, in add
  24. File "c:/Users/543829657/workspace/mercurial-tools/commitsigs.py", line 168, in opensslsign
  25. File "subprocess.pyo", line 710, in __init__
  26. File "subprocess.pyo", line 958, in _execute_child
  27. WindowsError: [Error 2] The system cannot find the file specified
  28. abort: The system cannot find the file specified
  29.  
  30. C:Users543829657workspacedev.appl.ib.cbl>hg commit --debug "--message=
  31. Added a task Xml2Java for creation request/response files" --user "Petr Gangnus <petr.gangnus@moneta.cz>"
  32. -- application/build.gradle
  33. calling hook precommit.checkfiles: hghook_precommit_checkfiles.fixup_hook
  34. checkfiles: removing tabs and/or trailing whitespace in changed files...
  35. checkfiles: opts:
  36. checkfiles: checked extensions:
  37. checkfiles: ignored extensions: .sln .suo .vcproj .csproj .ui
  38. checkfiles: ignored files:
  39. checkfiles: check diffs only: False
  40. checkfiles: use spaces: True
  41. checkfiles: tab size: 4
  42. checkfiles: considering files:
  43. application/build.gradle
  44. checkfiles: application/build.gradle ok
  45. committing files:
  46. application/build.gradle
  47. committing manifest
  48. committing changelog
  49. transaction abort!
  50. rollback completed
  51. abort: The system cannot find the file specified
  52.  
  53. If the parametr is specified with a value of 1, the commit process will be
  54. aborted and rolled back if the changeset cannot be signed for whatever reason
  55. (bad setup, expired certificate and so on. The default is that the commit
  56. will still be successful, but not signed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement