##// END OF EJS Templates
push: restore old behavior of default-push (issue5000)...
push: restore old behavior of default-push (issue5000) This effectively backs out dceaef70e410 and 10917b062adf. We can't handle "default-push" just like "default:pushurl" because it is a stand-alone named path. Instead, I have two ideas to work around the issue: a. two defaults: getpath(dest, default=('default-push', 'default')) b. virtual path: getpath(dest, default=':default') (a) is conservative approach and will have less trouble, but callers have to specify they need "default-push" or "default". (b) generates hidden ":default" path from "default" and "default-push", and callers request ":default". This will require some tricks and won't work if there are conflicting sub-options valid for both "pull" and "push". I'll take (a) for default branch. This patch should NOT BE MERGED to default except for tests because it would break handling of "pushurl" sub-option.

File last commit:

r26834:036121b9 stable
r27555:ca8ada49 stable
Show More
ja.po
0 lines | 1.2 MiB | application/x-gettext
File size 1.2 MiB is bigger then allowed limit 515.6 KiB. Show as raw