Activity log for bug #420232

Date Who What changed Old value New value Message
2009-08-27 23:51:45 Martin Pool bug added bug
2009-08-27 23:53:09 Martin Pool description I tried to edit a file in my project named "test" and commit the change through Bzr cmd Prompt and below was the output: C:\Program Files\Bazaar\daisyextension>bzr commit Connected (version 2.0, client Twisted) Authentication (publickey) successful! Secsh channel 1 opened. Committing to: bzr+ssh://bazaar.launchpad.net/~daisyextension/daisyextension/mai n/ modified test aborting commit write group: WindowsError(0, 'The operation completed successful ly') bzr: ERROR: [Error 0] The operation completed successfully I could not see the changes I did in the file. Can somebody suggest me what could be the problem. Thanks. Bazaar fails like so when trying to run a message editor on Windows: [ 2728] 2009-08-27 14:53:57.413 INFO: Committing to: bzr+ssh://bazaar.launchpad.net/~daisyextension/daisyextension/main/ 13.129 Selecting files for commit with filter [] [ 2728] 2009-08-27 14:53:57.852 INFO: modified test 14.611 check paths: None 14.671 aborting commit write group because of exception: 14.671 Traceback (most recent call last): File "bzrlib\commit.pyo", line 368, in commit File "bzrlib\builtins.pyo", line 3023, in get_message File "bzrlib\msgeditor.pyo", line 145, in edit_commit_message_encoded File "bzrlib\msgeditor.pyo", line 64, in _run_editor File "subprocess.pyo", line 444, in call File "subprocess.pyo", line 594, in __init__ File "subprocess.pyo", line 822, in _execute_child WindowsError: [Error 0] The operation completed successfully [ 2728] 2009-08-27 14:53:58.954 INFO: aborting commit write group: WindowsError(0, 'The operation completed successfully') 15.081 Traceback (most recent call last): File "bzrlib\commands.pyo", line 835, in exception_to_return_code File "bzrlib\commands.pyo", line 1030, in run_bzr File "bzrlib\commands.pyo", line 647, in run_argv_aliases File "bzrlib\builtins.pyo", line 3043, in run File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\workingtree_4.pyo", line 197, in commit File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\mutabletree.pyo", line 228, in commit File "bzrlib\commit.pyo", line 368, in commit File "bzrlib\builtins.pyo", line 3023, in get_message File "bzrlib\msgeditor.pyo", line 145, in edit_commit_message_encoded File "bzrlib\msgeditor.pyo", line 64, in _run_editor File "subprocess.pyo", line 444, in call File "subprocess.pyo", line 594, in __init__ File "subprocess.pyo", line 822, in _execute_child WindowsError: [Error 0] The operation completed successfully
2009-08-27 23:53:12 Martin Pool tags win32
2009-08-27 23:54:01 Martin Pool description Bazaar fails like so when trying to run a message editor on Windows: [ 2728] 2009-08-27 14:53:57.413 INFO: Committing to: bzr+ssh://bazaar.launchpad.net/~daisyextension/daisyextension/main/ 13.129 Selecting files for commit with filter [] [ 2728] 2009-08-27 14:53:57.852 INFO: modified test 14.611 check paths: None 14.671 aborting commit write group because of exception: 14.671 Traceback (most recent call last): File "bzrlib\commit.pyo", line 368, in commit File "bzrlib\builtins.pyo", line 3023, in get_message File "bzrlib\msgeditor.pyo", line 145, in edit_commit_message_encoded File "bzrlib\msgeditor.pyo", line 64, in _run_editor File "subprocess.pyo", line 444, in call File "subprocess.pyo", line 594, in __init__ File "subprocess.pyo", line 822, in _execute_child WindowsError: [Error 0] The operation completed successfully [ 2728] 2009-08-27 14:53:58.954 INFO: aborting commit write group: WindowsError(0, 'The operation completed successfully') 15.081 Traceback (most recent call last): File "bzrlib\commands.pyo", line 835, in exception_to_return_code File "bzrlib\commands.pyo", line 1030, in run_bzr File "bzrlib\commands.pyo", line 647, in run_argv_aliases File "bzrlib\builtins.pyo", line 3043, in run File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\workingtree_4.pyo", line 197, in commit File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\mutabletree.pyo", line 228, in commit File "bzrlib\commit.pyo", line 368, in commit File "bzrlib\builtins.pyo", line 3023, in get_message File "bzrlib\msgeditor.pyo", line 145, in edit_commit_message_encoded File "bzrlib\msgeditor.pyo", line 64, in _run_editor File "subprocess.pyo", line 444, in call File "subprocess.pyo", line 594, in __init__ File "subprocess.pyo", line 822, in _execute_child WindowsError: [Error 0] The operation completed successfully Bazaar fails like so when trying to run a message editor on Windows. By default you only get a short message, but for such a confusing thing we should either explicitly say "failed to run $program: $reason" or treat it as a crash. Probably the former. [ 2728] 2009-08-27 14:53:57.413 INFO: Committing to: bzr+ssh://bazaar.launchpad.net/~daisyextension/daisyextension/main/ 13.129 Selecting files for commit with filter [] [ 2728] 2009-08-27 14:53:57.852 INFO: modified test 14.611 check paths: None 14.671 aborting commit write group because of exception: 14.671 Traceback (most recent call last):   File "bzrlib\commit.pyo", line 368, in commit   File "bzrlib\builtins.pyo", line 3023, in get_message   File "bzrlib\msgeditor.pyo", line 145, in edit_commit_message_encoded   File "bzrlib\msgeditor.pyo", line 64, in _run_editor   File "subprocess.pyo", line 444, in call   File "subprocess.pyo", line 594, in __init__   File "subprocess.pyo", line 822, in _execute_child WindowsError: [Error 0] The operation completed successfully [ 2728] 2009-08-27 14:53:58.954 INFO: aborting commit write group: WindowsError(0, 'The operation completed successfully') 15.081 Traceback (most recent call last):   File "bzrlib\commands.pyo", line 835, in exception_to_return_code   File "bzrlib\commands.pyo", line 1030, in run_bzr   File "bzrlib\commands.pyo", line 647, in run_argv_aliases   File "bzrlib\builtins.pyo", line 3043, in run   File "bzrlib\decorators.pyo", line 192, in write_locked   File "bzrlib\workingtree_4.pyo", line 197, in commit   File "bzrlib\decorators.pyo", line 192, in write_locked   File "bzrlib\mutabletree.pyo", line 228, in commit   File "bzrlib\commit.pyo", line 368, in commit   File "bzrlib\builtins.pyo", line 3023, in get_message   File "bzrlib\msgeditor.pyo", line 145, in edit_commit_message_encoded   File "bzrlib\msgeditor.pyo", line 64, in _run_editor   File "subprocess.pyo", line 444, in call   File "subprocess.pyo", line 594, in __init__   File "subprocess.pyo", line 822, in _execute_child WindowsError: [Error 0] The operation completed successfully
2009-08-27 23:54:12 Martin Pool bzr: status New Incomplete
2009-08-27 23:54:15 Martin Pool bzr: importance Undecided Medium
2009-08-28 00:01:04 Martin Pool bzr: status Incomplete Confirmed
2017-11-09 00:01:24 Jelmer Vernooij tags win32 check-for-breezy win32