-
Committer:
John Arbash Meinel
-
Date:
2007-01-12 00:27:00 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2245.
-
Revision ID:
john@arbash-meinel.com-20070112002700-uvutedw5kko38zsp
Change decorators to define the same parameters as the wrapped func.
This should make it easier to use help(bzrlib.Branch.foo) since you see the
real parameters, rather than *args, **kwargs.