git/branch: ...all the debug prints.
This commit is contained in:
parent
519ff30098
commit
f0bb6bbcb7
1 changed files with 1 additions and 3 deletions
|
@ -66,10 +66,8 @@ if(! ~ $#stay 0)
|
|||
basedir=`{git/query -p $base}
|
||||
dirtypaths=()
|
||||
cleanpaths=($modified $deleted)
|
||||
if(! ~ $#modified 0 || ! ~ $#deleted 0){
|
||||
echo WUT
|
||||
if(! ~ $#modified 0 || ! ~ $#deleted 0)
|
||||
dirtypaths=`$nl{git/walk -cfRMA $modified $deleted}
|
||||
}
|
||||
if(! ~ $#dirtypaths 0){
|
||||
x=$nl^$cleanpaths
|
||||
y=$nl^$dirtypaths
|
||||
|
|
Loading…
Reference in a new issue