Commit 173b86f
committed
Fix another pre-existing bug in the hg prompt.
If the hg program is not found, then there used to be a Lua script
error. I fixed that in the earlier commit in this PR. But the fix
was incomplete, and the hg prompt still appended " ()" instead of
not appending anything (which is how the svn prompt behaves when
the svn program is not found).1 parent 8ec4789 commit 173b86f
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
| 601 | + | |
| 602 | + | |
607 | 603 | | |
608 | 604 | | |
609 | 605 | | |
| |||
0 commit comments