##// END OF EJS Templates
Remove trailing spaces.
Thomas Arendsen Hein -
r7236:db6fbb78 default
parent child Browse files
Show More
@@ -85,7 +85,7 b' def convert(ui, src, dest=None, revmapfi'
85 85 Mercurial Source
86 86 -----------------
87 87
88 --config convert.hg.ignoreerrors=False (boolean)
88 --config convert.hg.ignoreerrors=False (boolean)
89 89 ignore integrity errors when reading. Use it to fix Mercurial
90 90 repositories with missing revlogs, by converting from and to
91 91 Mercurial.
@@ -267,7 +267,7 b' class mercurial_source(converter_source)'
267 267 # getcopies() detects missing revlogs early, run it before
268 268 # filtering the changes.
269 269 copies = self.getcopies(ctx, m + a)
270 changes = [(name, rev) for name in m + a + r
270 changes = [(name, rev) for name in m + a + r
271 271 if name not in self.ignored]
272 272 return util.sort(changes), copies
273 273
@@ -1894,7 +1894,7 b' def log(ui, repo, *pats, **opts):'
1894 1894 break
1895 1895 if miss:
1896 1896 continue
1897
1897
1898 1898 copies = []
1899 1899 if opts.get('copies') and rev:
1900 1900 for fn in get(rev)[3]:
@@ -279,7 +279,7 b' class fncachestore(basicstore):'
279 279 fp.close()
280 280
281 281 def copylist(self):
282 d = _data + ' dh fncache'
282 d = _data + ' dh fncache'
283 283 return (['requires', '00changelog.i'] +
284 284 [self.pathjoiner('store', f) for f in d.split()])
285 285
@@ -72,7 +72,7 b' Convert a foreign SCM repository to a Me'
72 72 Mercurial Source
73 73 -----------------
74 74
75 --config convert.hg.ignoreerrors=False (boolean)
75 --config convert.hg.ignoreerrors=False (boolean)
76 76 ignore integrity errors when reading. Use it to fix Mercurial
77 77 repositories with missing revlogs, by converting from and to
78 78 Mercurial.
General Comments 0
You need to be logged in to leave comments. Login now