Show More
@@ -246,7 +246,7 b' class bzr_source(converter_source):' | |||
|
246 | 246 | # register the change as move |
|
247 | 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 | 250 | continue |
|
251 | 251 | |
|
252 | 252 | # we got unicode paths, need to convert them |
@@ -594,7 +594,7 b' def destination(repo, subset, x):' | |||
|
594 | 594 | |
|
595 | 595 | # The visited lineage is a match if the current source is in the arg |
|
596 | 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 | 598 | # different iteration over subset. Likewise, if the src was already |
|
599 | 599 | # selected, the current lineage can be selected without going back |
|
600 | 600 | # further. |
General Comments 0
You need to be logged in to leave comments.
Login now