Class HgBrowser

All Implemented Interfaces:
ExtensionPoint, Describable<RepositoryBrowser<?>>, Serializable
Direct Known Subclasses:
FishEye, GoogleCode, HgWeb, KilnHG, RhodeCode, ScmManager

public abstract class HgBrowser extends RepositoryBrowser<MercurialChangeSet>
Parent class, as there is more than one browser. readResolve() will return the old default HgWeb. Direct calls on this class will always throw UnsupportedOperationExceptions.
See Also: