~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.es.txt

  • Committer: John Arbash Meinel
  • Date: 2010-08-23 21:36:06 UTC
  • mto: This revision was merged to the branch mainline in revision 5390.
  • Revision ID: john@arbash-meinel.com-20100823213606-1pk5w1nyaz9kz9k0
Lots of compatibility changes for python2.4 and mingw32 compilers.

gcc has strtoll available, and does the wrong thing if you use _strtoi64 (it implicitly
defines it to return an 'int' which isn't a 64-bit integer.)

Further, python2.4 doesn't support the %lu syntax, only having %ld and %d. So we go
back to casting everything into real python objects and then stringifying them, but
only for python 2.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
==================================
4
4
 
5
5
Las ultimas versiones de estos documentos se encuentran disponibles
6
 
en la pagina de  Bazaar, http://doc.bazaar-vcs.org.
 
6
en la pagina de  Bazaar, http://doc.bazaar.canonical.com/.
7
7
 
8
8
Documentacion Principal
9
9
=======================
26
26
 
27
27
Mudandose a Bazaar (enlances web):
28
28
 
29
 
* `Guias de Mudanzas <http://bazaar-vcs.org/BzrSwitching>`_
 
29
* `Guias de Mudanzas <http://wiki.bazaar.canonical.com/BzrSwitching>`_
30
30
  - para los usuarios que se mudan de otros SCV
31
31
 
32
 
* `Guias de Migracion <http://bazaar-vcs.org/BzrMigration>`_
 
32
* `Guias de Migracion <http://wiki.bazaar.canonical.com/BzrMigration>`_
33
33
  - para equipos que mudan el historial de otros SCV
34
34
 
35
35
Otros Documentos (enlances web):
36
36
 
37
 
* `Glosario <http://bazaar-vcs.org/BzrGlossary>`_
38
 
 
39
 
* `Preguntas Frecuentes <http://bazaar-vcs.org/FAQ>`_
40
 
 
41
 
* `Referencia del API bzrlib <http://bazaar-vcs.org/BzrLib>`_
 
37
* `Glosario <http://wiki.bazaar.canonical.com/BzrGlossary>`_
 
38
 
 
39
* `Preguntas Frecuentes <http://wiki.bazaar.canonical.com/FAQ>`_
 
40
 
 
41
* `Referencia del API bzrlib <http://wiki.bazaar.canonical.com/BzrLib>`_
42
42
 
43
43
Especificaciones tecnicas, planes a futuro y varias
44
44
notas tecnicas varias en Ingles: