Mercurial > hg
comparison hgext/fetch.py @ 27353:98e59d9e0d77
share: pass named arguments
They are defined as named arguments and previous called as positional
arguments. As part of wrapping hg.share in an extension, I had to
extract arguments using some hacky techniques. Using named arguments
makes wrapping much simpler.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 12 Dec 2015 22:07:40 -0500 |
parents | 56b2bcea2529 |
children | 9dcc9ed26d33 |
comparison
equal
deleted
inserted
replaced
27352:9fd8f1552369 | 27353:98e59d9e0d77 |
---|