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 511–540 of 3,345

Author Revision Comments Message Labels Date
Zachary West e96bb0476358 Set the Mention Advn Pref's text using -setStringValue: on its normal NSTextField, since we don't want it resizing itself. Fixes #13275.
Zachary West ae9ea73d2f20 Set the "Animate the dock icon" and "Display a message count badge" as AILocalizationButton, not NSButtons. Refs #13275.
Zachary West 9493e70f3fe0 Grab the "Authorization Requests" localized string from the right bundle. Refs #13275.
Zachary West 55b659d39d0c Combine WebKit, Twitter and normal Localizable.strings into one; they're not in separate plugins. Fixes #13276.
Stephen Holt fb52c360801d FIx renkoo.
Zachary West afe93747b32d Project changes for localization removals.
Zachary West d328cc0f93b6 Move the Renkoo license inside the bundle.
Zachary West 2f192158efc8 Remove localizations that haven't been updated since 1.2 or earlier: es, is, pl, tr.
Zachary West 589be0abb252 We require 10.5.8 for 1.4, now.
Zachary West 5e9dde7362a2 Dutch localization from digistorm against 1.4b12. Fixes #13258.
Zachary West 435c3ae04bc9 Danish localization from David Munch against 1.4b12. Fixes #13256.
William Bowling 583932f722b9 merged latest again
William Bowling 733cdfe4e4fe merged latest
Stephen Holt 4f95c7f6c44e Update Renkoo message style for the new coalescing template html.
Zachary West 0815e91b9644 Update to the images provided by George Lambrou.
William Bowling e9287cf19270 Display the unsent message that is passed from libpurple instead of ignoring it. Fixes #13190.
William Bowling c1f150c6c3a2 Only slide on the Contact List for every Space if the preference is set
William Bowling 06def49a12e9 Only allow pageUp/pageDown to scroll when the viewFrame supports it. Fixes #13251
William Bowling 85828d578b38 Added Facebook View Profile MenuItem
Zachary West db7418b3e2f9 Set the max width to 100%, don't scale all images up to 100%.
William Bowling bfdbbb6fd385 Display the unsent message that is passed from libpurple instead of ignoring it. Fixes #13190.
Zachary West f7650158eeb5 Set the max width to 100%, don't scale all images up to 100%.
William Bowling 7a2935ce4146 Only slide on the Contact List for every Space if the preference is set
William Bowling 071900dc4e02 Merged latest adium changes
Zachary West 6a41be7632e5 Clean up the per-contact spelling a little. I think this fixes #12359.
Zachary West e0421b510067 Add %incomingColor% and %outgoingColor%, remove %senderColor% in headers. Fixes #12666.
Zachary West 5585035f872b Fix creating smaller JPGs for AIM/ICQ buddy icons. Fixes #12982.
William Bowling 4e98e1f66bcb Only allow pageUp/pageDown to scroll when the viewFrame supports it. Fixes #13251
William Bowling 9f1f7eefd1f3 Added Facebook View Profile MenuItem
Zachary West 9b757472094b Include bookmarks in the contact controller's contactDict, so that a -contactEnumerator also contains them. By way of updating properly, fixes #13221.
  1. «
  2. 1
  3. 2
  4. 16
  5. 17
  6. 18
  7. 19
  8. 20
  9. 21
  10. 111
  11. 112
  12. »