Show More
@@ -976,6 +976,7 b' class queue(object):' | |||
|
976 | 976 | raise util.Abort(_("local changes found")) |
|
977 | 977 | |
|
978 | 978 | def checklocalchanges(self, repo, force=False, refresh=True): |
|
979 | cmdutil.checkunfinished(repo) | |
|
979 | 980 | m, a, r, d = repo.status()[:4] |
|
980 | 981 | if (m or a or r or d) and not force: |
|
981 | 982 | self.localchangesfound(refresh) |
General Comments 0
You need to be logged in to leave comments.
Login now