Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hg-windows-ci
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
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
hg-windows-ci
Commits
87248de0
Commit
87248de0
authored
13 years ago
by
Matt Mackall
Browse files
Options
Downloads
Patches
Plain Diff
keyword: backout realpath change (issue3071)
parent
6051d8e7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hgext/keyword.py
+2
-2
2 additions, 2 deletions
hgext/keyword.py
with
2 additions
and
2 deletions
hgext/keyword.py
+
2
−
2
View file @
87248de0
...
...
@@ -86,7 +86,7 @@
from
mercurial
import
scmutil
from
mercurial.hgweb
import
webcommands
from
mercurial.i18n
import
_
import
re
,
shutil
,
tempfile
import
os
,
re
,
shutil
,
tempfile
commands
.
optionalrepo
+=
'
kwdemo
'
...
...
@@ -647,7 +647,7 @@
source
=
repo
.
dirstate
.
copied
(
dest
)
if
'
l
'
in
wctx
.
flags
(
source
):
source
=
scmutil
.
canonpath
(
repo
.
root
,
cwd
,
util
.
realpath
(
source
))
os
.
path
.
realpath
(
source
))
return
kwt
.
match
(
source
)
candidates
=
[
f
for
f
in
repo
.
dirstate
.
copies
()
if
...
...
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