Show More
@@ -79,7 +79,7 b' def qrefresh(origfn, ui, repo, *pats, **' | |||||
79 | mq.refresh(ui, repo, **opts) |
|
79 | mq.refresh(ui, repo, **opts) | |
80 |
|
80 | |||
81 | # backup all changed files |
|
81 | # backup all changed files | |
82 |
cmdutil.dorecord(ui, repo, committomq, |
|
82 | cmdutil.dorecord(ui, repo, committomq, None, True, | |
83 | cmdutil.recordfilter, *pats, **opts) |
|
83 | cmdutil.recordfilter, *pats, **opts) | |
84 |
|
84 | |||
85 | # This command registration is replaced during uisetup(). |
|
85 | # This command registration is replaced during uisetup(). |
General Comments 0
You need to be logged in to leave comments.
Login now