##// END OF EJS Templates
mq: update the dirstate and its parent within a `parentchange` context...
marmoute -
r48397:4b76f5ca default
parent child Browse files
Show More
@@ -2002,6 +2002,8 b' class queue(object):'
2002
2002
2003 bmlist = repo[top].bookmarks()
2003 bmlist = repo[top].bookmarks()
2004
2004
2005 with repo.dirstate.parentchange():
2006 # XXX do we actually need the dirstateguard
2005 dsguard = None
2007 dsguard = None
2006 try:
2008 try:
2007 dsguard = dirstateguard.dirstateguard(repo, b'mq.refresh')
2009 dsguard = dirstateguard.dirstateguard(repo, b'mq.refresh')
General Comments 0
You need to be logged in to leave comments. Login now