Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
TortoiseHg
thg-hgtk
Commits
b77c00662719
Commit
9460c104
authored
Dec 10, 2010
by
Steve Borho
Browse files
thgrepo: cleanup trailing white-space
parent
453d9e38a6f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/thgrepo.py
View file @
b77c0066
...
...
@@ -695,8 +695,8 @@ class patchctx(object):
modified
=
[]
added
=
[]
removed
=
[]
map
=
{
'MODIFY'
:
modified
,
'ADD'
:
added
,
map
=
{
'MODIFY'
:
modified
,
'ADD'
:
added
,
'DELETE'
:
removed
,
'COPY'
:
added
}
...
...
@@ -712,7 +712,7 @@ class patchctx(object):
for
m
in
values
:
f
=
m
.
path
self
.
_files
.
append
(
f
)
if
m
.
op
==
'RENAME'
:
if
m
.
op
==
'RENAME'
:
added
.
append
(
f
)
self
.
_files
.
append
(
m
.
oldpath
)
removed
.
append
(
m
.
oldpath
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment