Add flpu, a combination of fossil pull & up
This commit is contained in:
parent
ce676b8aba
commit
74e47e208a
2 changed files with 7 additions and 0 deletions
4
zshrc
4
zshrc
|
@ -251,6 +251,10 @@ if __has_command fossil; then
|
|||
fossil diff -N "$@" | colordiff | less -FRX
|
||||
}
|
||||
|
||||
flpu() {
|
||||
fossil pull && fossil update "$@"
|
||||
}
|
||||
|
||||
flgrep() {
|
||||
local ret=1
|
||||
fossil changes --all . | sed 's/^.* //' | while read file; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue