Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-15 | remote-hg: fix handling of file perms when pushing | Max Horn | 1 | -0/+68 | |
Previously, when changing and committing an executable file, the file would loose its executable bit on the hg side. Likewise, symlinks ended up as "normal" files". This was not immediately apparent on the git side unless one did a fresh clone. Signed-off-by: Max Horn <max@quendi.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2012-11-04 | remote-hg: add extra author test | Felipe Contreras | 1 | -1/+5 | |
For hg.hg. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Jeff King <peff@peff.net> | |||||
2012-11-04 | remote-hg: add tests to compare with hg-git | Felipe Contreras | 1 | -0/+462 | |
The base commands come from the tests of the hg-git project. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Jeff King <peff@peff.net> |