Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
b51204c63e61
Commit
d7cd9224
authored
Jan 30, 2011
by
Steve Borho
Browse files
thgrepo: poll the MQ guards file if it is present
parent
6d99afb18935
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/thgrepo.py
View file @
b51204c6
...
...
@@ -129,6 +129,7 @@ class ThgRepoWrapper(QObject):
watchedfiles
=
[
self
.
repo
.
sjoin
(
'00changelog.i'
)]
if
hasattr
(
self
.
repo
,
'mq'
):
watchedfiles
.
append
(
self
.
repo
.
mq
.
join
(
'series'
))
watchedfiles
.
append
(
self
.
repo
.
mq
.
join
(
'guards'
))
watchedfiles
.
append
(
self
.
repo
.
join
(
'patches.queue'
))
try
:
mtime
=
[
os
.
path
.
getmtime
(
wf
)
for
wf
in
watchedfiles
\
...
...
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