Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 4516:96d8a56d4ef9
Removed trailing whitespace and tabs from python files
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 06 Jun 2007 20:22:52 +0200 |
parents | e0bc2c575044 |
children | 78b6add1f966 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Wed Jun 06 20:17:03 2007 +0200 +++ b/mercurial/localrepo.py Wed Jun 06 20:22:52 2007 +0200 @@ -651,8 +651,8 @@ cp = self.dirstate.copied(fn) if cp: # Mark the new revision of this file as a copy of another - # file. This copy data will effectively act as a parent - # of this new revision. If this is a merge, the first + # file. This copy data will effectively act as a parent + # of this new revision. If this is a merge, the first # parent will be the nullid (meaning "look up the copy data") # and the second one will be the other parent. For example: #