# HG changeset patch # User Matt Mackall # Date 1238780227 18000 # Node ID c289c3fc598541977be42d402bc0d6848c9633b7 # Parent 553cef16031ff13ae09c46418074eb221dc3d82c posix: kill some trailing newlines diff -r 553cef16031f -r c289c3fc5985 mercurial/posix.py --- a/mercurial/posix.py Fri Apr 03 12:37:06 2009 -0500 +++ b/mercurial/posix.py Fri Apr 03 12:37:07 2009 -0500 @@ -218,5 +218,3 @@ return grp.getgrgid(gid)[0] except KeyError: return str(gid) - -