Show More
@@ -103,7 +103,7 b'' | |||
|
103 | 103 | export|manifest|update|checkout|up|co) |
|
104 | 104 | _hg_tags |
|
105 | 105 | ;; |
|
106 | pull|push|outgoing|incoming) | |
|
106 | pull|push|outgoing|incoming|out|in) | |
|
107 | 107 | _hg_paths |
|
108 | 108 | COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" )) |
|
109 | 109 | ;; |
@@ -113,7 +113,7 b'' | |||
|
113 | 113 | add) |
|
114 | 114 | _hg_status "u" |
|
115 | 115 | ;; |
|
116 | commit) | |
|
116 | commit|ci) | |
|
117 | 117 | _hg_status "mra" |
|
118 | 118 | ;; |
|
119 | 119 | remove) |
General Comments 0
You need to be logged in to leave comments.
Login now