-
Committer:
John Arbash Meinel
-
Date:
2009-06-01 19:16:32 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4460.
-
Revision ID:
john@arbash-meinel.com-20090601191632-p29x4v3s6qcedjzn
Work out some issues with revision_ids vs revision_keys.
Mapping back and forth really sucks. Even worse, though, is when a variable
is labeled 'revision_ids' when it is really 'revision_keys'. (or vice versa)
Like SearchResult.get_keys() may return revision_ids or may return keys...