Mercurial > hg
changeset 7236:db6fbb785800
Remove trailing spaces.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 24 Oct 2008 15:00:40 +0200 |
parents | 7488a1f14e3c |
children | b9bf36905b55 |
files | hgext/convert/__init__.py hgext/convert/hg.py mercurial/commands.py mercurial/store.py tests/test-convert.out |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/__init__.py Fri Oct 24 14:58:24 2008 +0200 +++ b/hgext/convert/__init__.py Fri Oct 24 15:00:40 2008 +0200 @@ -85,7 +85,7 @@ Mercurial Source ----------------- - --config convert.hg.ignoreerrors=False (boolean) + --config convert.hg.ignoreerrors=False (boolean) ignore integrity errors when reading. Use it to fix Mercurial repositories with missing revlogs, by converting from and to Mercurial.
--- a/hgext/convert/hg.py Fri Oct 24 14:58:24 2008 +0200 +++ b/hgext/convert/hg.py Fri Oct 24 15:00:40 2008 +0200 @@ -267,7 +267,7 @@ # getcopies() detects missing revlogs early, run it before # filtering the changes. copies = self.getcopies(ctx, m + a) - changes = [(name, rev) for name in m + a + r + changes = [(name, rev) for name in m + a + r if name not in self.ignored] return util.sort(changes), copies
--- a/mercurial/commands.py Fri Oct 24 14:58:24 2008 +0200 +++ b/mercurial/commands.py Fri Oct 24 15:00:40 2008 +0200 @@ -1894,7 +1894,7 @@ break if miss: continue - + copies = [] if opts.get('copies') and rev: for fn in get(rev)[3]:
--- a/mercurial/store.py Fri Oct 24 14:58:24 2008 +0200 +++ b/mercurial/store.py Fri Oct 24 15:00:40 2008 +0200 @@ -279,7 +279,7 @@ fp.close() def copylist(self): - d = _data + ' dh fncache' + d = _data + ' dh fncache' return (['requires', '00changelog.i'] + [self.pathjoiner('store', f) for f in d.split()])
--- a/tests/test-convert.out Fri Oct 24 14:58:24 2008 +0200 +++ b/tests/test-convert.out Fri Oct 24 15:00:40 2008 +0200 @@ -72,7 +72,7 @@ Mercurial Source ----------------- - --config convert.hg.ignoreerrors=False (boolean) + --config convert.hg.ignoreerrors=False (boolean) ignore integrity errors when reading. Use it to fix Mercurial repositories with missing revlogs, by converting from and to Mercurial.