Mercurial > hg
comparison hgext/convert/convcmd.py @ 6210:942287cb1f57
Removed trailing spaces from everything except test output
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 07 Mar 2008 00:24:36 +0100 |
parents | aae4eb2f40b0 |
children | e75aab656f46 |
comparison
equal
deleted
inserted
replaced
6209:4e8cd15240bf | 6210:942287cb1f57 |
---|---|
234 pbranches = [] | 234 pbranches = [] |
235 if commit.parents: | 235 if commit.parents: |
236 for prev in commit.parents: | 236 for prev in commit.parents: |
237 if prev not in self.commitcache: | 237 if prev not in self.commitcache: |
238 self.cachecommit(prev) | 238 self.cachecommit(prev) |
239 pbranches.append((self.map[prev], | 239 pbranches.append((self.map[prev], |
240 self.commitcache[prev].branch)) | 240 self.commitcache[prev].branch)) |
241 self.dest.setbranch(commit.branch, pbranches) | 241 self.dest.setbranch(commit.branch, pbranches) |
242 for f, v in files: | 242 for f, v in files: |
243 filenames.append(f) | 243 filenames.append(f) |
244 try: | 244 try: |