Part of bzrlib.tests.test_foreign View In Hierarchy
It has revision ids that are a tuple with three strings.
| Method | __init__ | Create a new foreign vcs instance. |
| Method | show_foreign_revid | Prepare a foreign revision id for formatting using bzr log. |
| Method | serialize_foreign_revid | Serialize a foreign revision id for this VCS. |
| Parameters | mapping_registry | Registry with mappings for this VCS. |
| abbreviation | Optional abbreviation ('bzr', 'svn', 'git', etc) |
| Parameters | foreign_revid | Foreign revision id. |
| Returns | Dictionary mapping string keys to string values. | |