Felipe Contreras
01c9a981c7
travis: install latest released version of hg
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-04 00:18:18 -05:00
Felipe Contreras
d0a5888580
travis: update Mercurial versions
...
And general cleanups.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-04 00:12:47 -05:00
Felipe Contreras
a5dfc9025b
test: mark a regression in Git
...
The issue is reported, and a proposed fix has been sent:
https://marc.info/?l=git&m=155961441427321
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 21:32:05 -05:00
Felipe Contreras
4d337cff06
Don't catch all exceptions in export_ref()
...
Just in case.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
c8fff2cd06
Use changelog.isancestorrev()
...
The old changelog.descendant() is deprecated in 4.7, gone in 4.8.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
c95fba3c18
Don't call repo[tag] directly
...
Deprecated in 4.6, gone in 4.7.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
aaef56a2a3
Use marks.applychange()
...
Since 4.3 bookmarks are updated with applychanges() and since 4.6
anything else is deprecated.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
a16c69a99c
Refactor updatebookmarks()
...
Also, use the proper lock, even for older versions.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
00e95fd8df
Call node.rev() instead of int(node)
...
The int(node) method has been removed in 4.6.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
5bf7aad6e3
Fix memfilectx() params
...
These changed again in 4.5.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
9b8e0ec2c0
Refactor memfilectx() method
...
It's getting hairy.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
b309562574
Use makechangegroup()
...
Since 4.4 we have yet another way to push revisions.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
e25d3d78cd
Use repo.vfs() instead of repo.opener()
...
The method() opener has been a link to vfs() since a long time, and it's
now removed in 4.3.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
ed5a70706a
Fix getchangegroup() for 4.0
...
The arguments heads and common have been removed.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
5cc271ef18
test: hggit: add simple file rename test
...
The Hg-Git project has put a lot of emphasis on file renaming, better
check for that explicitly, even though we are already testing that.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 20:23:18 -05:00
Felipe Contreras
0faf2c9189
Tell hg-git to be backwards compatible
...
Since version 0.7.0 hg-git stores extra information directly into the
commits, we don't support that, so we need to tell hg-git to do what it
always did: put the extra data in the message.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 19:54:48 -05:00
Felipe Contreras
ada49422a7
test: add test for annotated tags
...
So we make sure they keep working as expected.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 19:54:39 -05:00
Felipe Contreras
580cea0d31
Explicitly process tags
...
Normally tag commands come with a corresponding ref, but not since
Git v2.21.
It's not clear if Git's change is correct, but fix it our end anyway.
fdf31b6369 (fast-export: ensure we export requested refs)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 19:51:38 -05:00
Felipe Contreras
1f376e437f
Revert "test: skip tests with broken hg-git compatibility"
...
We need to fix the compatibility.
This reverts commit 29a0d8a0e3 .
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 19:51:35 -05:00
Felipe Contreras
4108665799
Add version check for filelog creation
...
The functions are only present in 3.2. Older versions don't need this
code.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 19:49:54 -05:00
Felipe Contreras
fc28115a53
Avoid ManifestLookupError
...
In versions older than 2.6 ManifestLookupError doesn't exist.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 19:49:08 -05:00
Felipe Contreras
e3009683f8
test: add missing &&s
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 14:55:25 -05:00
Felipe Contreras
54cec85f94
test: update expected result
...
It seems these work since Git v2.0.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 14:55:20 -05:00
Felipe Contreras
5ad322c54d
Merge branch 'sharness-output-dir'
...
* sharness-output-dir:
test: sharness: add support for output directory
2019-06-03 14:54:51 -05:00
Felipe Contreras
13bbc8a342
test: sharness: add support for output directory
...
I don't know why this was removed from Git's version.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 14:54:44 -05:00
Felipe Contreras
673b50d3f4
test: update to sharness 1.1
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2019-06-03 14:54:29 -05:00
Felipe Contreras
822c6e4b03
Avoid deprecated bookmarks.write()
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2016-05-17 21:26:18 -05:00
Felipe Contreras
b6e9475918
readme: mention Mercurial dependency
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
v0.3
2016-05-16 23:37:08 -05:00
Lars Noschinski
517ceb91ac
Fix import of broken committers
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2016-05-16 22:44:49 -05:00
Felipe Contreras
114804f0cb
travis: add more Mercurial versions
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2016-05-16 22:29:50 -05:00
Felipe Contreras
b022367aef
test: temporarily disable hg-git tests
...
They work, but they need too many changes in different packages.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2016-05-16 22:29:50 -05:00
Felipe Contreras
18626d346f
Revert "test: use C.UTF-8 locale in tests"
...
This reverts commit f53a8653ab .
It turns out Debian and Fedora do provide the C.UTF-8 locale, but other
distributions don't.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2016-05-16 22:29:50 -05:00
Felipe Contreras
b81ec14c2e
Improve hg-git compatibility
...
Recent versions of Mercurial check if a filectx is the same as the
parents, and avoid creating a new filelog. This is what we want, but
hg-git doesn't do that.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2016-05-16 22:29:50 -05:00
Felipe Contreras
1e279075dc
Add compatibility for Mercurial v3.2
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2016-05-16 22:29:50 -05:00
Felipe Contreras
02a0a59a4b
travis: force version of hg-git
...
The latest that works.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2016-05-16 17:56:25 -05:00
Felipe Contreras
185852eac4
test: cleanup hg-git test
...
We don't need hgext.bookmarks since a long long time (ever).
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-06-03 06:00:02 -05:00
Felipe Contreras
29a0d8a0e3
test: skip tests with broken hg-git compatibility
...
https://bitbucket.org/durin42/hg-git/issue/115/
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-06-02 18:42:17 -05:00
Felipe Contreras
aa528c9649
Fix memfilectx API change
...
It will change in 3.1.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-06-02 17:49:56 -05:00
Felipe Contreras
018aa4753b
Improve version parsing
...
Development versions have extra stuff in the form of
'version+distance-id'.
Let's assume we are already in the next major version when in
development.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-06-02 17:49:29 -05:00
Felipe Contreras
f173208406
build: don't install docs by default
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-31 15:58:33 -05:00
Felipe Contreras
e7df347fab
readme: fix not about v2.0
...
It didn't get in.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-31 15:49:28 -05:00
Brian Gernhardt
0de8aa91f4
build: avoid non-portable install -D
...
BSD install doesn't understand the -D option. Use a separate install
command to create the directory (with the -d option) before installing
the file.
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com >
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-31 15:41:28 -05:00
Paul Wise
22d9794c11
test: add compatibility with Debian hg-git package
...
Debian has named the hggit python module as hgext.git.
Signed-off-by: Paul Wise <pabs3@bonedaddy.net >
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-30 17:37:01 -05:00
Paul Wise
f53a8653ab
test: use C.UTF-8 locale in tests
...
The en_US.UTF-8 locale is not guaranteed to exist, and if it doesn't,
several tests fail.
Signed-off-by: Paul Wise <pabs3@bonedaddy.net >
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-30 17:37:01 -05:00
Paul Wise
b4c63539f2
Ignore the generated manual page
...
Signed-off-by: Paul Wise <pabs3@bonedaddy.net >
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-30 17:37:01 -05:00
Paul Wise
38070007aa
build: general improvements
...
Allow customising the bin and manual page dirs.
Signed-off-by: Paul Wise <pabs3@bonedaddy.net >
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-30 17:37:01 -05:00
Felipe Contreras
fadd5f698b
test: improve test locations
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-22 22:09:28 -05:00
Felipe Contreras
1eb8fa4805
readme: add contributing section
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-13 14:26:45 -05:00
Felipe Contreras
19f31c1c84
doc: add help for sending patches
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-13 14:26:32 -05:00
Felipe Contreras
ff221de459
Split multiple import lines
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-10 23:54:33 -05:00