##// END OF EJS Templates
debuginstall: fix a copy/paste error
Benoit Boissinot -
r3855:b9cdd6f2 default
parent child Browse files
Show More
@@ -949,7 +949,7 b' def debuginstall(ui):'
949 if not cmdpath:
949 if not cmdpath:
950 cmdpath = util.find_in_path(editor.split()[0], path)
950 cmdpath = util.find_in_path(editor.split()[0], path)
951 if not cmdpath:
951 if not cmdpath:
952 if cmd == 'vi':
952 if editor == 'vi':
953 ui.write(_(" No commit editor set and can't find vi in PATH\n"))
953 ui.write(_(" No commit editor set and can't find vi in PATH\n"))
954 ui.write(_(" (specify a commit editor in your .hgrc file)\n"))
954 ui.write(_(" (specify a commit editor in your .hgrc file)\n"))
955 else:
955 else:
General Comments 0
You need to be logged in to leave comments. Login now