Show More
@@ -256,6 +256,7 b' def diff(ui, dst, src):' | |||||
256 |
|
256 | |||
257 | def validdest(repo, old, new): |
|
257 | def validdest(repo, old, new): | |
258 | """Is the new bookmark destination a valid update from the old one""" |
|
258 | """Is the new bookmark destination a valid update from the old one""" | |
|
259 | repo = repo.unfiltered() | |||
259 | if old == new: |
|
260 | if old == new: | |
260 | # Old == new -> nothing to update. |
|
261 | # Old == new -> nothing to update. | |
261 | return False |
|
262 | return False |
General Comments 0
You need to be logged in to leave comments.
Login now