Giter VIP home page Giter VIP logo

easyhg's Introduction

Easy-Hg / User-Friendly extensions for Mercurial

Mercurial Easy provides command-line GUIs for committing and merging (operations you surely do daily), which provide both instant feedback, useful information and error checking.

It features two main tools:

  • easycommit, a curses-based commit interaface
  • easymerge

Installation

EasyHG requires urwid to be installed.

pip install --user easyhg

Easycommit

Easycommit has the following features:

  • Fields to structure your commit: tags, scope, summary and details.
  • Add/remove files to the commit
  • Review changes directly from the editor

How to run easycommit:

hg easycommit

To enable easy commit, edit your ~/.hgrc

[extensions]
easycommit = <PATH TO easyhg/commit.py>

alternatively, you can replace Mercurial's default commit with easycommit

[extensions]
commit = <PATH TO easyhg/commit.py>

Easymerge

Easycommit has the following features:

  • Conflicts can be resolved/unresolved in any order
  • Review the differences between your merge and the current/other/base versions
  • Quickly revert a bad merge
  • Supports many tools: gvimdiff, meld, diffuse, kdiff3, etc

How to run easymerge:

easymerge

To enable easy commit, edit your ~/.hgrc

[ui]
mergetool = <PATH TO easyhg/merge.py>

EOF

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.