mozillahispano is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

mozillahispano / tuentifox http://mozilla-hispano.org/

A Firefox Add-on to communicate with Tuenti, the most famous Spanish social network.

Clone this repository (size: 4.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/mozillahispano/tuentifox
hg clone ssh://hg@bitbucket.org/mozillahispano/tuentifox

Searching for commits

Mercurial supports a functional language for selecting a set of revisions.

The language supports a number of predicates which are joined by infix operators. Parenthesis can be used for grouping.

Identifiers such as branch names must be quoted with single or double quotes if they contain characters outside of [._a-zA-Z0-9\x80-\xff] or if they match one of the predefined predicates.

Prefix operators

not x
Changesets not in x. Short form is ! x.

Infix operators

x::y

A DAG range, meaning all changesets that are descendants of x and ancestors of y, including x and y themselves. If the first endpoint is left out, this is equivalent to ancestors(y), if the second is left out it is equivalent to descendants(x).

An alternative syntax is x..y.

x:y
All changesets with revision numbers between x and y, both inclusive. Either endpoint can be left out, they default to 0 and tip.
x and y
The intersection of changesets in x and y. Short form is x & y.
x or y
The union of changesets in x and y. There are two alternative short forms: x | y and x + y.
x - y
Changesets in x but not in y.

Predicates

all()
All changesets, the same as 0:tip.
ancestor(single, single)
Greatest common ancestor of the two changesets.
ancestors(set)
Changesets that are ancestors of a changeset in set.
author(string)
Alias for user(string).
bookmark([name])
The named bookmark or all bookmarks.
branch(set)
All changesets belonging to the branches of changesets in set.
children(set)
Child changesets of changesets in set.
closed()
Changeset is closed.
date(interval)
Changesets within the interval, see hg help dates.
descendants(set)
Changesets which are descendants of changesets in set.
file(pattern)
Changesets affecting files matched by pattern.
follow()
An alias for ::. (ancestors of the working copy's first parent).
grep(regex)
Like keyword(string) but accepts a regex. Use grep(r'...') to ensure special escape characters are handled correctly.
head()
Changeset is a named branch head.
heads(set)
Members of set with no children in set.
id(string)
Revision non-ambiguously specified by the given hex string prefix.
keyword(string)
Search commit message, user name, and names of changed files for string.
limit(set, n)
First n members of set.
max(set)
Changeset with highest revision number in set.
merge()
Changeset is a merge changeset.
min(set)
Changeset with lowest revision number in set.
p1([set])
First parent of changesets in set, or the working directory.
p2([set])
Second parent of changesets in set, or the working directory.
parents([set])
The set of all parents for all changesets in set, or the working directory.
present(set)
An empty set, if any revision in set isn't found; otherwise, all revisions in set.
rev(number)
Revision with the given numeric identifier.
roots(set)
Changesets with no parent changeset in set.
tag(name)
The specified tag by name, or all tagged revisions if no name is given.
user(string)
User name is string.

Commits 1–30 of 491

Author Revision Comments Message Labels Date
Nukeador da3dc8f2f7aa Activo enlaces a la galería de temas y autodeteccion de los mismos
Nukeador ab87ff0d809c Version bump 0.4b3pre y mejoras en el instalador de temas
Nukeador 8a7f8309b780 Reactivacion de las páginas de firstrun y update #523
Nukeador 8f3d24c2f8ad Funcion convertHTMLEntities para interpretar entidades html en estados #551
Nukeador f75686b5bdee Implementado compartir enlace #498
Nukeador 37879f2b6fe4 Implementación de compartir en Tuenti (Tuenti Share) #498
Nukeador d2b20be20996 Corrección de urls e icono en login
Nukeador 5b63cfecc8f4 Corrección en la funcion borrar cuenta #517
Nukeador 40600d60afbb #517 No se pueden borrar cuentas del administrador de cuentas
Nukeador cfba764c9231 Merge
Nukeador 327a7bee05ad Bug #519, mejoras en la página de carga
Nukeador 4e1b7996ed95 Version bump, cambios en enlaces y migración al dtd de cadenas
Guillermo Lopez e463753eb3fb Arreglado issue 520. La opción de preferencias desde el listado de extensiones no carga
Nukeador 9bb3197b4de4 Fix para mostrar el theme normal
Nukeador 9363957f700c Merge con cambios en trunk
YouWoTMA 827606d16e5b Archivo themes.list
Branch
trunk
YouWoTMA 806cd4c6e9d1 cambios
Branch
trunk
Nukeador 2fd6ed552bfa Archivos fuera del jar y fix del enlace de informe de errores
Nukeador 1706494dec73 Rama 0.4 y bump de version
Nukeador 45fd27c78fcc Limpieza y archivos nuevos
Branch
trunk
Nukeador aa31b9c4d204 Merge de correcciones
Branch
trunk
Nukeador 1082c9dc3232 Disable tuenti integration to avoid load problem
Branch
0.3
Nukeador 6ad92d7da0c1 Fixed link to new bug
Branch
0.3
Nukeador 1429a335e185 Bump version and compat. with Firefox 4.0b2
Branch
0.3
YouWoTMA 8b481acc9263 Añadido try/catch para cadenas localizables con parametros
Branch
trunk
YouWoTMA 7cff0b6d99ce arreglada integración con tuenti
Branch
trunk
YouWoTMA b726d373f1f8 Añadiendo archivos nuevos del instalador
Branch
trunk
YouWoTMA 49c0f70e24b1 Cambios en el instalador de temas
Branch
trunk
YouWoTMA 316a6d0f71ae Instalación básica de temas
Branch
trunk
YouWoTMA f54fd23db79d sdfsdf
Branch
trunk
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 16
  8. 17
  9. »