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
Commits
1aa704ff09d1
Commit
11fe7bff
authored
Feb 22, 2011
by
Daniel Atallah
Browse files
sync: show both revid and hash in targets selectbox
--HG-- branch : stable
parent
ae0ce529077a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/sync.py
View file @
1aa704ff
...
...
@@ -273,7 +273,7 @@ class SyncWidget(QWidget):
#The parallel targetargs record is the argument list to pass to hg
self
.
targetargs
=
[]
selIndex
=
0
;
self
.
targetcombo
.
addItem
(
_
(
'rev:
'
)
+
str
(
ctx
.
rev
(
)))
self
.
targetcombo
.
addItem
(
_
(
'rev:
%d (%s)'
)
%
(
ctx
.
rev
(),
str
(
ctx
)))
self
.
targetargs
.
append
([
'--rev'
,
str
(
ctx
.
rev
())])
for
name
in
self
.
repo
.
namedbranches
:
...
...
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