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