##// END OF EJS Templates
spelling: further
timeless@mozdev.org -
r17494:74801685 default
parent child Browse files
Show More
@@ -246,7 +246,7 b' class bzr_source(converter_source):'
246 # register the change as move
246 # register the change as move
247 renames[topath] = frompath
247 renames[topath] = frompath
248
248
249 # no futher changes, go to the next change
249 # no further changes, go to the next change
250 continue
250 continue
251
251
252 # we got unicode paths, need to convert them
252 # we got unicode paths, need to convert them
@@ -594,7 +594,7 b' def destination(repo, subset, x):'
594
594
595 # The visited lineage is a match if the current source is in the arg
595 # The visited lineage is a match if the current source is in the arg
596 # set. Since every candidate dest is visited by way of iterating
596 # set. Since every candidate dest is visited by way of iterating
597 # subset, any dests futher back in the lineage will be tested by a
597 # subset, any dests further back in the lineage will be tested by a
598 # different iteration over subset. Likewise, if the src was already
598 # different iteration over subset. Likewise, if the src was already
599 # selected, the current lineage can be selected without going back
599 # selected, the current lineage can be selected without going back
600 # further.
600 # further.
General Comments 0
You need to be logged in to leave comments. Login now