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
evolve
Commits
9bbcd2746898
Commit
9bbcd274
authored
Jul 06, 2012
by
Pierre-Yves David
Browse files
obsolete: fix bug in detection of remote obsolete support
We were checking again local...
parent
7653f80fd7a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
hgext/obsolete.py
View file @
9bbcd274
...
...
@@ -1134,7 +1134,7 @@
"""wrapper around pull that pull obsolete relation"""
self
.
_turn_extinct_secret
()
result
=
opush
(
remote
,
*
args
,
**
opts
)
if
'obsolete'
in
self
.
listkeys
(
'namespaces'
)
and
self
.
obsstore
:
if
'obsolete'
in
remote
.
listkeys
(
'namespaces'
)
and
self
.
obsstore
:
data
=
self
.
obsstore
.
_writemarkers
()
r
=
remote
.
pushkey
(
'obsolete'
,
'dump'
,
''
,
base85
.
b85encode
(
data
))
...
...
Write
Preview
Supports
Markdown
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