##// END OF EJS Templates
update: clear any clearable unfinished operations (issue3955)...
Matt Mackall -
r19475:e24531a2 stable
parent child Browse files
Show More
@@ -5820,6 +5820,8 b' def update(ui, repo, node=None, rev=None'
5820 if rev is None or rev == '':
5820 if rev is None or rev == '':
5821 rev = node
5821 rev = node
5822
5822
5823 cmdutil.clearunfinished(repo)
5824
5823 # with no argument, we also move the current bookmark, if any
5825 # with no argument, we also move the current bookmark, if any
5824 movemarkfrom = None
5826 movemarkfrom = None
5825 if rev is None:
5827 if rev is None:
General Comments 0
You need to be logged in to leave comments. Login now