automerge
This commit is contained in:
commit
73a1360341
@ -4,7 +4,7 @@ rm -f TAGS
|
|||||||
filter='\.cc$\|\.c$\|\.h$\|\.yy$'
|
filter='\.cc$\|\.c$\|\.h$\|\.yy$'
|
||||||
|
|
||||||
list="find . -type f"
|
list="find . -type f"
|
||||||
bzr root >/dev/null 2>/dev/null && list="bzr ls --kind=file --versioned"
|
bzr root >/dev/null 2>/dev/null && list="bzr ls --from-root -R --kind=file --versioned"
|
||||||
|
|
||||||
$list |grep $filter |while read f;
|
$list |grep $filter |while read f;
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user