Fix cl_search w/ hgshort

This commit is contained in:
Christian Nieves
2022-08-25 12:31:46 -05:00
parent 3eeb9a8e95
commit 0a556dd098

View File

@ -89,11 +89,11 @@ get_current_activity() {
}
cl_search() {
hg whatsout | xargs -i sh -c "echo {} && grep '$1' {}"
hg status -n --change . --template= | xargs -i sh -c "echo {} && grep '$1' {}"
}
cl_replace() {
hg whatsout | xargs -i sh -c "sed -i '$1' {}"
hg status -n --change . --template= | xargs -i sh -c "sed -i '$1' {}"
}
restart_gms() {