Commit Graph

44 Commits

Author SHA1 Message Date
CoolOppo
2b8e4e9116 Fixed small typo 2014-05-25 20:18:40 -04:00
Siddharth Agarwal
7f8c670530 readme: drop Mercurial and Dulwich compatibilty information
No one's ever going to bother keeping this in sync.
2014-05-19 20:44:53 -07:00
Siddharth Agarwal
6a0d42bac0 version: drop support for Mercurial 1.9.3
Upcoming patches will clean up some code that makes hg-git work with Mercurial
versions < 2.0.
2014-02-19 15:48:27 -08:00
David M. Carr
e7b625ba6a docs: update to correctly reflect that local git repositories are supported 2012-09-13 20:57:37 -04:00
David M. Carr
88a61af51d readme: remove references to bookmarks being optional 2012-09-13 20:36:58 -04:00
David M. Carr
4d4c6edc52 makefile: remove support for hg before 1.9.3
Versions removed are 1.7.5 and 1.8.4.
These versions use findoutgoing for discovery, rather than the more modern
findcommonoutgoing.
2012-09-13 18:45:46 -04:00
David M. Carr
4d955a013e dulwich: require 0.8.6 or greater 2012-09-13 18:43:05 -04:00
David M. Carr
a9cc3d952b readme: update supported versions in README.md 2012-09-10 00:23:35 -04:00
David M. Carr
20a3702adc revsets: add fromgit and gitnode selectors
Support for Hg 1.5.4 was removed, as it doesn't support revsets and is older
than the earliest version we want to put special effort into supporting.
2012-08-22 23:39:45 -04:00
David M. Carr
9e4da6cfb3 help: add additional help topics 2012-08-22 23:39:45 -04:00
Brian Warner
4f0930a5b3 README: add URLs of homepage, primary hg repo, and git mirror repo
---
 README.md |    4 ++++
 1 file changed, 4 insertions(+)
2012-07-05 17:40:18 -05:00
Mike Bayer
f764a03014 - add "author file" extension, allows an author translation map
to put more legit author names in the outgoing git repo
2012-02-23 13:49:07 -05:00
Mike Bayer
6ca9e6dcd1 Add documentation for branch_bookmark_suffix configuration parameter 2012-02-25 16:13:02 -05:00
Arne Babenhauserheide
cff1b0b0d8 removed outdated info that hg can’t transfer bookmarks. 2011-11-11 16:25:56 +01:00
Augie Fackler
cf1d45e35b README: remove defunct Author list, use {hg,git} log to find out. 2010-06-12 21:28:09 -05:00
Augie Fackler
2fe1e8e4cd README: 80 columns cleanup. 2010-06-12 21:27:17 -05:00
Augie Fackler
d772c0bb7d README: remove outdated status, update version requirements. 2010-06-12 21:26:19 -05:00
Augie Fackler
9307310b66 Merge README cleanups. 2010-06-12 21:24:52 -05:00
Tay Ray Chuan
0f4cd1ffa0 README: add 'Commands' section and stubs 2010-05-17 23:00:56 +08:00
Tay Ray Chuan
b881f257a8 README: rename 'Commands' section to 'Usage' 2010-05-17 22:53:18 +08:00
Tay Ray Chuan
5fb45334d6 README: make url conversion more explicit
Previously, we just threw two clone commands (one for git and one for
hg) at the reader.
2010-05-17 22:34:23 +08:00
Tay Ray Chuan
8fd67ffa1a README: say 'an explicit protocol prefix' 2010-05-17 22:27:46 +08:00
Tay Ray Chuan
b8d3b6e0b3 README: reword clone command section
Remove the duplicated "hg clone ..." command, favouring the block
instance over the inline one to emphasize focus on the command.

Also say "hg-git would clone..." instead of "it would clone..." to
minimize disambiguity.

While we're at it, wrap the lines to 80 characters.
2010-05-17 22:21:12 +08:00
Tay Ray Chuan
ad9c6e444c README: document git.intree
In 9fa5e81 (Allow storing the git directory intree), hg-git learnt a new
configuration option, but this wasn't documented. Address this.
2010-05-17 20:37:26 +08:00
Tay Ray Chuan
b5ea870e9b README: prefix commands with dollar sign 2010-05-17 19:50:58 +08:00
Tay Ray Chuan
be855526a9 README: use bare-minimum of 4 spaces for code blocks
Currently, we're using 8 spaces. Although this isn't invalid Markdown
syntax, this causes the readme to rendered on github with additional and
unnecessary indentation.
2010-05-17 19:49:49 +08:00
Simon Ruderich
d9d8904cc8 README.md: Improve Mercurial to Git conversion description. 2010-04-06 10:20:13 -05:00
Simon Ruderich
5901de8797 README.md: Add information to convert Mercurial to Git. 2010-04-06 10:19:30 -05:00
Augie Fackler
a884ee33b6 Updated readme with more complete author list and some corrected docs. 2009-10-17 20:34:53 -04:00
Abderrahim Kitouni
7b86734a7e port to upstream dulwich 2009-07-02 21:58:51 +01:00
Abderrahim Kitouni
02ac29b2b1 README: minor fixes 2009-06-28 21:49:44 +01:00
Arne Babenhauserheide
6b95636508 README: Added information about the git+ssh:// url format. 2009-06-22 11:24:48 +02:00
Arne Babenhauserheide
ca1c0302d5 Updated the readme some more... 2009-06-18 21:16:49 +02:00
Arne Babenhauserheide
67d3cb54f1 Updated the readme to include the usage of [paths]. 2009-06-18 21:14:42 +02:00
Scott Chacon
f972b470ff got octomerges working 2009-05-27 17:28:01 -07:00
Scott Chacon
0a9b8e6c6c update status message and todo 2009-05-27 16:23:12 -07:00
Scott Chacon
dd8016ed49 started tag support 2009-05-13 13:54:54 -07:00
Scott Chacon
345be556c4 readme update - added sverre and fixed some stuff 2009-05-11 10:36:23 -07:00
Scott Chacon
5039a0d64a updated readme 2009-05-11 10:31:28 -07:00
Scott Chacon
7ee52664c0 status update 2009-05-10 21:26:49 -07:00
Scott Chacon
8ef25f6799 clarified in the readme that this is still alpha 2009-04-28 22:26:34 -07:00
Scott Chacon
bfe9776958 bit of doc cleanup - added dependencies section 2009-04-28 18:59:41 -07:00
Scott Chacon
5032d45557 cleaned up documentation, created initial branch policy 2009-04-28 18:55:14 -07:00
Scott Chacon
ec7e57ca21 initial readme file 2009-04-28 18:18:26 -07:00