Mercurial > hg-stable
changeset 18308:4e27b06a0fd9
changelog: please check-code and remove tabs
Tabs were introduced in 06185554e7e3.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sat, 12 Jan 2013 16:04:29 +0100 |
parents | 0eed2546118a |
children | cfeab932cff7 |
files | mercurial/changelog.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/changelog.py Fri Jan 11 18:47:42 2013 +0100 +++ b/mercurial/changelog.py Sat Jan 12 16:04:29 2013 +0100 @@ -341,6 +341,6 @@ def branch(self, rev): """return the branch of a revision - This function exists because creating a changectx object - just to access this is costly.""" + This function exists because creating a changectx object + just to access this is costly.""" return encoding.tolocal(self.read(rev)[5].get("branch"))