Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mercurial-path_pattern
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-path_pattern
Commits
7fa86d1c29d6
Commit
7fa86d1c29d6
authored
9 years ago
by
Marcin Kasperski
Browse files
Options
Downloads
Patches
Plain Diff
Tests are immune to various hg paths sort orders.
History file updated.
parent
a7eb3512e54a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
HISTORY.txt
+11
-0
11 additions, 0 deletions
HISTORY.txt
README.txt
+2
-0
2 additions, 0 deletions
README.txt
setup.py
+1
-1
1 addition, 1 deletion
setup.py
tests/name-reuse-compact.t
+2
-2
2 additions, 2 deletions
tests/name-reuse-compact.t
tests/name-reuse-long.t
+2
-2
2 additions, 2 deletions
tests/name-reuse-long.t
with
18 additions
and
5 deletions
HISTORY.txt
+
11
−
0
View file @
7fa86d1c
1.3.0
----------------------
Introduced new, shorter syntax for alternative paths:
alias.sth.local = ...
alias.sth.remote = ...
Documentation updates.
1.2.0
----------------------
...
...
This diff is collapsed.
Click to expand it.
README.txt
+
2
−
0
View file @
7fa86d1c
...
...
@@ -587,6 +587,8 @@
bitb.local = ~/sources/{below}
bitb.remote = bb://Mekk/{below:/=-}
will work (as long as schemes extension is enabled).
History
=======================================================
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
7fa86d1c
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
tests/name-reuse-compact.t
+
2
−
2
View file @
7fa86d1c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
tests/name-reuse-long.t
+
2
−
2
View file @
7fa86d1c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment