Support additional mercurial aliases
More analogue to git for mercurial.
This commit is contained in:
parent
940ea173f6
commit
c41e9fe49c
2 changed files with 4 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ org_capture() {
|
|||
}
|
||||
|
||||
# Git
|
||||
conflicts() {
|
||||
gconflicts() {
|
||||
# Edit git conflicts one-by-one in your favorite editor.
|
||||
${EDITOR} "$(git status --porcelain | awk '/^UU/ { print $2 }')"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue