eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch
Module implementing the fetch extension interface.
Global Attributes
Classes
| Fetch | Class implementing the fetch extension interface. | 
Functions
Fetch
    Class implementing the fetch extension interface.
Derived from
HgExtension
Class Attributes
Class Methods
Methods
| Fetch | Constructor | 
| hgFetch | Public method to fetch changes from a remote repository. | 
Static Methods
Fetch (Constructor)
Fetch(vcs)
        Constructor
- vcs
- 
reference to the Mercurial vcs object
Fetch.hgFetch
hgFetch(name)
        Public method to fetch changes from a remote repository.
- name
- 
file/directory name (string)
- Returns:
- 
flag indicating that the project should be reread (boolean)