Skip to content

Commit

Permalink
整理
Browse files Browse the repository at this point in the history
  • Loading branch information
troter committed May 10, 2011
1 parent c2cd50f commit 559637f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions dot.hgrc.main
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding:utf-8; -*-
# -*- coding:utf-8; mode:conf; -*-
# hgrc

[ui]
Expand All @@ -20,23 +20,36 @@ record =
transplant =

[alias]
# branch
b = branch
bs = branches -a

# log
l = log
lb = log -b
gl = glog
gll = glog --limit

# resolve
mark = resolve -m
unmark = resolve -u

# pull & push
pr = pull --rebase
nudge = push --rev .

# shelve
sh = shelve
ush = unshelve

# transplant
transplant = transplant --log
#transplantverify=status | grep '.rej' | awk '{print $2}' | xargs -n 1 -I '{}' echo patch -p0 -i '{}' '`echo '{}' | sed -e s/.rej$//`' | sh

# mq
qi = qimport
qr = qrefresh
qf = qfinish
#transplantverify=status | grep '.rej' | awk '{print $2}' | xargs -n 1 -I '{}' echo patch -p0 -i '{}' '`echo '{}' | sed -e s/.rej$//`' | sh

[pager]
attend = annotate, cat, diff, export, glog, log, qdiff, help
Expand Down

0 comments on commit 559637f

Please sign in to comment.