Show More
@@ -5701,7 +5701,7 b' def update(ui, repo, node=None, rev=None' | |||
|
5701 | 5701 | |
|
5702 | 5702 | # with no argument, we also move the current bookmark, if any |
|
5703 | 5703 | movemarkfrom = None |
|
5704 |
if |
|
|
5704 | if rev is None or node == '': | |
|
5705 | 5705 | movemarkfrom = repo['.'].node() |
|
5706 | 5706 | |
|
5707 | 5707 | # if we defined a bookmark, we have to remember the original bookmark name |
General Comments 0
You need to be logged in to leave comments.
Login now