Skip to content
Snippets Groups Projects
Commit 09b00faa authored by Alexis S. L. Carvalho's avatar Alexis S. L. Carvalho
Browse files

keyword: remove "identify" and "remove" from nokwcommands

These two commands care about the list of modified files returned
by repo.status and we may need to do a full content comparison to
populate that list.
parent ba079006
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@
commands.optionalrepo += ' kwdemo'
# hg commands that do not act on keywords
nokwcommands = ('add addremove bundle copy export grep identify incoming init'
' log outgoing push remove rename rollback tip'
nokwcommands = ('add addremove bundle copy export grep incoming init'
' log outgoing push rename rollback tip'
' convert email glog')
# hg commands that trigger expansion only when writing to working dir,
......
......@@ -67,6 +67,7 @@
echo % status
hg status
echo % identify
hg debugrebuildstate
hg --quiet identify
echo % cat
cat a b
......@@ -216,6 +217,7 @@
echo
echo % remove
hg debugrebuildstate
hg remove a
hg --debug commit -m rma
echo % status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment