Show More
@@ -339,6 +339,8 b' def bisect(ui, repo, rev=None, extra=Non' | |||||
339 |
|
339 | |||
340 | if command: |
|
340 | if command: | |
341 | commandpath = util.find_exe(command) |
|
341 | commandpath = util.find_exe(command) | |
|
342 | if commandpath is None: | |||
|
343 | raise util.Abort(_("cannot find executable: %s") % command) | |||
342 | changesets = 1 |
|
344 | changesets = 1 | |
343 | try: |
|
345 | try: | |
344 | while changesets: |
|
346 | while changesets: |
General Comments 0
You need to be logged in to leave comments.
Login now