How to Install and Uninstall hg-git Package on openSUSE Leap

Last updated: July 03,2024

1. Install "hg-git" package

This tutorial shows how to install hg-git on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install hg-git

2. Uninstall "hg-git" package

Please follow the guidelines below to uninstall hg-git on openSUSE Leap:

$ sudo zypper remove hg-git

3. Information about the hg-git package on openSUSE Leap

Information for package hg-git:
-------------------------------
Repository : Main Repository
Name : hg-git
Version : 0.8.11-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 309,8 KiB
Installed : No
Status : not installed
Source package : hg-git-0.8.11-bp153.1.17.src
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.
The Hg-Git plugin can 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.