Update the best vcs to version 1.8.3

This commit is contained in:
Chris Roberts
2011-05-04 19:10:44 +00:00
parent 00cd3d6df0
commit 4918b43c77
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -up mercurial-1.8.3/mercurial/ui.py.orig mercurial-1.8.3/mercurial/ui.py
--- mercurial-1.8.3/mercurial/ui.py.orig 2011-05-01 04:57:56.062128128 -0600
+++ mercurial-1.8.3/mercurial/ui.py 2011-05-04 13:08:44.669515776 -0600
@@ -580,7 +580,7 @@ class ui(object):
return (os.environ.get("HGEDITOR") or
self.config("ui", "editor") or
os.environ.get("VISUAL") or
- os.environ.get("EDITOR", "vi"))
+ os.environ.get("EDITOR", "nano"))
def progress(self, topic, pos, item="", unit="", total=None):
'''show a progress message