Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-devel
Commits
c58aa73bf0b9
Commit
c58aa73bf0b9
authored
10 years ago
by
Matt Mackall
Browse files
Options
Downloads
Patches
Plain Diff
test-check-code-hg: use locate instead of manifest
parent
f9f405be4c3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-check-code-hg.t
+1
-1
1 addition, 1 deletion
tests/test-check-code-hg.t
with
1 addition
and
1 deletion
tests/test-check-code-hg.t
+
1
−
1
View file @
c58aa73b
...
...
@@ -6,7 +6,7 @@
New
errors
are
not
allowed
.
Warnings
are
strongly
discouraged
.
(
The
writing
"
no-che?k-code
"
is
for
not
skipping
this
file
when
checking
.
)
$
hg
manifest
2
>
/dev/null
|
sed
'
s-
\\
-/-g
'
|
$
hg
locate
|
sed
'
s-
\\
-/-g
'
|
>
xargs
"
$check_code
"
--
warnings
--
per
-
file
=
0
||
false
Skipping
hgext
/zeroconf/
Zeroconf
.
py
it
has
no
-
che
?
k
-
code
(
glob
)
Skipping
i18n
/
polib
.
py
it
has
no
-
che
?
k
-
code
(
glob
)
...
...
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