Part of bzrlib.foreign View In Hierarchy
Known subclasses: bzrlib.tests.test_foreign.DummyForeignVcs
| 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. | |
| Parameters | foreign_revid | Foreign revision id |
| Returns | Bytestring with serialized revid, will not contain any newlines. | |