William Bowling 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

wbowling / adium (fork of adium / adium)

Fork of Adium for patches/improvements

Clone this repository (size: 338.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/wbowling/adium
hg clone ssh://hg@bitbucket.org/wbowling/adium

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 451–480 of 3,345

Author Revision Comments Message Labels Date
Zachary West 3aec49622c5b im.pidgin.adium at d49ed78a4b14b42c77a5eca7b0ee204cf96fe91b
Zachary West 8a1dc7e12686 Updated json-glib tarball.
Zachary West 71678f22448c Updated .hgignore for Dependencies build script.
Stephen Holt 4f3a56408174 Add the rtool dir, salvaged from dep-build-scripts
Stephen Holt 60a00a4afae1 Remove the rtool symlink.
Evan Schoenberg 97914358ab30 Merge
Evan Schoenberg 7784d75b2b8c Trying this again - remove old dep-build-scripts
Evan Schoenberg 76197aab6df3 We need framework_maker, which was previously a symlink into dep-build-scripts
Evan Schoenberg 5708aac146f5 Remove symlink
Evan Schoenberg 8d30184ba67e Removed obsolete dep-build-scripts to prevent potential confusion, since the modern build scripts work so well
Evan Schoenberg 4d03a8633324 Another typo squashed
Evan Schoenberg 82c7fff57d39 Meaningless typo fix
William Bowling 5c8436556791 Cleaned up handleNotifyFormattedWithTitle
William Bowling 4758aba8104a Bookmarks should not be able to be invited to chats.
William Bowling cbafb75b094e merge
William Bowling 93406ba193bf merge
Zachary West a2f78c3401b9 Don't add a focus class for messages in the active chat. Refs #13300.
Zachary West 7ff6b3f336d6 Instead of inserting a <hr/> when we lose focus, which ends up breaking more than you'd expect, add a message class for the next message. Fixes #13300.
Stephen Holt b7529bc734c5 Fix a logic error preventing the display of the chat transcript and channel member counts. Fixes #13292
Zachary West 43b440126614 Clean up the per-contact spelling a little. I think this fixes #12359.
William Bowling a8c87328ec5d merge
William Bowling 5dabca4159b5 Backed out changeset 6a41be7632e5
William Bowling 24c2afb2e56b merge
William Bowling f3da0426c16a Merge
Zachary West a79db9a3f818 Add a hidden default "AINoNewMailWindow" which prevents the "new mail" dialog from opening. Refs #7923.
Zachary West 63a5052fc169 Always try and reposition the contact list if we think it should be. Fixes #12716.
Zachary West d88a4b7a70a8 Display unhandled purple conversation writes in the next run loop. Fixes #13190.
Zachary West ecda51fe4614 Prevent infinitely forwarding navigation events. Fixes #13251.
William Bowling 3b387703ca14 Backed out changeset dbc1dde294bd
William Bowling 60b3a98aff77 Adds Message send (Group Chat) event. Ref #12316
  1. «
  2. 1
  3. 2
  4. 14
  5. 15
  6. 16
  7. 17
  8. 18
  9. 19
  10. 111
  11. 112
  12. »