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
29fdc4c61485
Commit
c6b5d995
authored
Dec 11, 2010
by
André Sintzoff
Browse files
postreview: manage non ASCII characters in summary
parent
55d5821771e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/postreview.py
View file @
29fdc4c6
...
...
@@ -246,7 +246,7 @@ class PostReviewDialog(QDialog):
opts
[
'summary'
]
=
self
.
_getsummary
()
else
:
opts
[
'repoid'
]
=
self
.
_getrepoid
()
opts
[
'summary'
]
=
str
(
self
.
_qui
.
summary_edit
.
currentText
())
opts
[
'summary'
]
=
hglib
.
fromunicode
(
self
.
_qui
.
summary_edit
.
currentText
())
if
(
len
(
self
.
_selectedrevs
)
>
1
):
#Set the parent to the revision below the last one on the list
...
...
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