Mercurial > public > mercurial-scm > hg
diff mercurial/extensions.py @ 4633:ff7253a0d1da
Cleanup of whitespace, indentation and line continuation.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 19 Jun 2007 08:06:37 +0200 |
parents | 669e76b7df24 |
children | 63b9d2deed48 |
line wrap: on
line diff
--- a/mercurial/extensions.py Mon Jun 18 21:30:27 2007 -0500 +++ b/mercurial/extensions.py Tue Jun 19 08:06:37 2007 +0200 @@ -66,7 +66,7 @@ result = ui.configitems("extensions") for i, (name, path) in enumerate(result): if path: - path = os.path.expanduser(path) + path = os.path.expanduser(path) try: load(ui, name, path) except (util.SignalInterrupt, KeyboardInterrupt):