Add mercurial-1.9 and git-1.7.6

This commit is contained in:
Chris Roberts
2011-07-02 19:30:25 +00:00
parent 150e817570
commit 76dd21ee4b
4 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -up mercurial-1.9/mercurial/ui.py.orig mercurial-1.9/mercurial/ui.py
--- mercurial-1.9/mercurial/ui.py.orig 2011-07-01 12:54:23.057933824 -0600
+++ mercurial-1.9/mercurial/ui.py 2011-07-02 12:23:10.208666624 -0600
@@ -656,7 +656,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