summaryrefslogtreecommitdiffstats
path: root/python/hg-git/README
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2011-07-03 13:54:58 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-14 21:54:02 -0300
commit6aad810e26d431cda35d53ae27e8735607fbe3e4 (patch)
tree9571ca98737fcef3ce1cbba5ea37ceebf6b37a41 /python/hg-git/README
parent764dcb92d1b2878de7254ddff36dac39119548e6 (diff)
downloadslackbuilds-6aad810e26d431cda35d53ae27e8735607fbe3e4.tar.gz
slackbuilds-6aad810e26d431cda35d53ae27e8735607fbe3e4.tar.xz
python/hg-git: Added (Mercurial to Git extension)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/hg-git/README')
-rw-r--r--python/hg-git/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/hg-git/README b/python/hg-git/README
new file mode 100644
index 0000000000..25e0145dfc
--- /dev/null
+++ b/python/hg-git/README
@@ -0,0 +1,12 @@
+This is the Hg-Git plugin for Mercurial, adding the ability to push to
+and pull from a Git server repository from Mercurial. This means you
+can collaborate on Git based projects from Mercurial, or use a Git
+server as a collaboration point for a team with developers using both
+Git and Mercurial.
+
+Warning, this software is still beta. It is basically feature complete
+and pretty stable now, but there are still some edge cases that aren't
+handled well yet and it may be slow in some circumstances. The user
+interface is also still subject to change.
+
+This requires dulwich.