explain alias
This commit is contained in:
parent
939013316f
commit
ead4a3a2bb
1 changed files with 5 additions and 1 deletions
|
@ -21,4 +21,8 @@ format = "git"
|
|||
[aliases]
|
||||
wip = ["ci", "-m", "wip"]
|
||||
la = ["log", "-r", "all()"]
|
||||
bsm = ["bookmark", "set", "main", "-r", "latest(~empty())"]
|
||||
bsm = [
|
||||
"bookmark", "set", "main", "-r",
|
||||
# first non-empty change from current revset
|
||||
"latest(::@ & ~empty())"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue