Update mercurial to 2.2.1

This commit is contained in:
Chris Roberts
2012-05-04 02:23:01 +00:00
parent c24657cc7b
commit 8dd8a5b188
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -up mercurial-2.2.1/mercurial/ui.py.orig mercurial-2.2.1/mercurial/ui.py
--- mercurial-2.2.1/mercurial/ui.py.orig 2012-05-03 15:06:29.013369344 -0600
+++ mercurial-2.2.1/mercurial/ui.py 2012-05-03 20:21:26.126091264 -0600
@@ -693,7 +693,7 @@ class ui(object):
# avoid confusion.
editor = 'E'
else:
- editor = 'vi'
+ editor = 'nano'
return (os.environ.get("HGEDITOR") or
self.config("ui", "editor") or
os.environ.get("VISUAL") or