Package: git-remote-hg Version: 0.3-1 Severity: normal Cloning a Mercurial repository seems to delete all tag names that contain the ~ character. It would be nice if there were an option to automatically translate the ~ character to a _ character, which is what DEP-14 recommends for working around git character restrictions.
http://dep.debian.net/deps/dep14/ $ git clone hg::https://bitbucket.org/jwilk/adequate Cloning into 'adequate'... requesting all changes adding changesets adding manifests adding file changes added 597 changesets with 971 changes to 75 files (+2 heads) error: * Ignoring funny ref 'refs/tags/0.5.2~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.6~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.7~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.7.1~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.8~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.8.1~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.10~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.11.3~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.11.6~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.12~bpo70+1' locally error: * Ignoring funny ref 'refs/tags/0.15~bpo8+1' locally error: * Ignoring funny ref 'refs/tags/0.15.1~bpo8+1' locally progress revision 99 'master' (100/552) progress revision 199 'master' (200/552) progress revision 399 'master' (400/552) progress revision 299 'wheezy-backports' (300/511) progress revision 499 'wheezy-backports' (500/511) Checking connectivity... done. $ git tag | grep bpo $ -- System Information: Debian Release: stretch/sid APT prefers testing-debug APT policy: (900, 'testing-debug'), (900, 'testing'), (860, 'testing-proposed-updates'), (800, 'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.6.0-trunk-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages git-remote-hg depends on: ii git 1:2.8.1-1 ii mercurial 3.8.2-2 ii python 2.7.11-1 git-remote-hg recommends no packages. Versions of packages git-remote-hg suggests: ii git-doc 1:2.8.1-1 -- bye, pabs https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

