Skip to content
Snippets Groups Projects
Commit 7fa86d1c29d6 authored by Marcin Kasperski's avatar Marcin Kasperski
Browse files

Tests are immune to various hg paths sort orders.

History file updated.
parent a7eb3512e54a
No related branches found
No related tags found
No related merge requests found
1.3.0
----------------------
Introduced new, shorter syntax for alternative paths:
alias.sth.local = ...
alias.sth.remote = ...
Documentation updates.
1.2.0
----------------------
......
......@@ -587,6 +587,8 @@
bitb.local = ~/sources/{below}
bitb.remote = bb://Mekk/{below:/=-}
will work (as long as schemes extension is enabled).
History
=======================================================
......
......@@ -24,7 +24,7 @@
],
keywords="mercurial hg path alias",
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: DFSG approved',
......
......@@ -53,5 +53,6 @@
$ hg --cwd $WORK_DIR/js/libs/var/sen paths
prod = https://johny@jshost.com/lib/var/sen
$ hg --cwd $WORK_DIR/js/libs/xoxo paths
$ hg --cwd $WORK_DIR/js/libs/xoxo paths | sort
official = https://nodesse.js.com/xoxo
prod = https://johny@jshost.com/lib/xoxo
......@@ -57,5 +58,4 @@
prod = https://johny@jshost.com/lib/xoxo
official = https://nodesse.js.com/xoxo
$ hg --cwd $WORK_DIR/tracked/alah/beh paths
official = git+ssh://joe@github.com/alah-beh
......
......@@ -58,5 +58,6 @@
$ hg --cwd $WORK_DIR/js/libs/var/sen paths
prod = https://johny@jshost.com/lib/var/sen
$ hg --cwd $WORK_DIR/js/libs/xoxo paths
$ hg --cwd $WORK_DIR/js/libs/xoxo paths | sort
official = https://nodesse.js.com/xoxo
prod = https://johny@jshost.com/lib/xoxo
......@@ -62,5 +63,4 @@
prod = https://johny@jshost.com/lib/xoxo
official = https://nodesse.js.com/xoxo
$ hg --cwd $WORK_DIR/tracked/alah/beh paths
official = git+ssh://joe@github.com/alah-beh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment