< Home - < Back

hg-git


Information about the package, hg-git, which is shipped with common Linux distributions. The hg-git package is designed for, Mercurial Plugin for Communicating with Git Servers.


Package Name:

hg-git

Summary:

Mercurial Plugin for Communicating with Git Servers

Description:

This is the Hg-Git plugin for Mercurial, adding the ability to push and pull to/from a Git server repository from Hg. This means you can collaborate on Git based projects from Hg, or use a Git server as a collaboration point for a team with developers using both Git and Hg. It can also convert commits/changesets losslessly from one system to another, so you can push via an Hg repository and another Hg client can pull it and their changeset node ids will be identical - Mercurial data does not get lost in translation.

Architecture:

noarch

Version:

0.5.0

Release:

1.el6

Size:

76 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for hg-git


Control the hg-git package with the following handy commands outlined below.


Command

Description of Command

yum install hg-git

This command will install hg-git on the server.

yum remove hg-git

This command will un-install hg-git on the server. When you run this command, you will be asked if you are sure that you want to remove hg-git, so you have to manually confirm that you want to do this.

yum -y remove hg-git

This command will un-install hg-git on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove hg-git when using the -y flag.

yum update hg-git

This command will update hg-git to the latest version. When you run this command, you will be asked if you are sure that you want to remove hg-git, so you have to manually confirm that you want to do this.

yum -y update hg-git

This command will update hg-git to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove hg-git when using the -y flag.

yum info hg-git

This command will show you core information about the hg-git package.

yum deplist hg-git

This command will show you the dependencies for hg-git. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update hg-git

This command will check if there is an update waiting on hg-git. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.