/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/es/index.txt

Found an actual bug.

Dirstate.update_by_delta was using os.path.join() to handle the 'new path'
for renames. Which meant that on Windows the rename of 'a/b' => 'c/d'
would show as a rename of 'a/b' => 'c/d' (the reverse of 'c/d <= 'a/b'
was correct though...)

The simple fix is to just use osutils.pathjoin() in both places.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
* `Guias de Migracion <http://doc.bazaar-vcs.org/migration/en/>`_
25
25
  - para equipos que mudan el historial de otros SCV
26
26
 
27
 
* `Guias de Plugins <http://doc.bazaar-vcs.org/plugins/en/>`_
 
27
* `Guias de Plugins <http://doc.bazaar-vcs.org/plugins/en/>`_ 
28
28
 
29
29
Otros Documentos (enlances web):
30
30