changeset 7280 | 810ca383da9c |
parent 6212 | e75aab656f46 |
child 8269 | bb9f13974d8e |
--- a/mercurial/simplemerge.py Tue Oct 28 19:07:14 2008 +0100 +++ b/mercurial/simplemerge.py Tue Oct 28 19:25:26 2008 +0100 @@ -432,7 +432,6 @@ basetext = readfile(base) othertext = readfile(other) - orig = local local = os.path.realpath(local) if not opts.get('print'): opener = util.opener(os.path.dirname(local))