##// END OF EJS Templates
record: omit meaningless 'qrefresh' suggestion at 'hg qrefresh -i'...
FUJIWARA Katsunori -
r25798:08f2177b default
parent child Browse files
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, 'qrefresh', True,
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().
@@ -177,6 +177,9 b' Whole diff'
177
177
178 partial qrefresh
178 partial qrefresh
179
179
180 $ hg qrefresh -i --config ui.interactive=false
181 abort: running non-interactively
182 [255]
180 $ hg qrefresh -i -d '0 0' <<EOF
183 $ hg qrefresh -i -d '0 0' <<EOF
181 > y
184 > y
182 > y
185 > y
General Comments 0
You need to be logged in to leave comments. Login now