##// END OF EJS Templates
repos: cleannup and fix landing-ref code....
repos: cleannup and fix landing-ref code. with latest git update this exposed a bug when we allowed to set references like tip for git repos now the defaults are loaded from a single place controlled by default branch for git. Repos without master are now working just fine with new git and new logic.

File last commit:

r1:854a839a default
r4852:07a18b11 default
Show More
mem_watch
1 line | 151 B | text/plain | TextLexer
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }'