Skip to content

Commit 7f17066

Browse files
committed
hgrc: fixed reset aliases
1 parent f9e87a4 commit 7f17066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.hgrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ style = compact
66
ls = !hg log --template '{rev} {tags}{parents} {node|short} {desc|firstline|strip} [{author|user}]\n' $@ | less
77
st = status
88
ci = commit
9-
reset = hg revert -a --no-backup
10-
rh = hg revert -a --no-backup
9+
reset = revert -a --no-backup
10+
rh = revert -a --no-backup
1111

1212
[extensions]
1313
color =

0 commit comments

Comments
 (0)