-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1522748 - fix broken help. r?zalun
Summary: fixes `moz-phab submit --help` throwing TypeError. also fixes: - `TemporaryFileName` --> `temporary_file`: this is a function not a class - `def git_out(self, command, path=None, env={}, **kwargs):` `env={}` is a mutable default param, which is a gotcha - `_find_forks_to_rebase` should be static Reviewers: zalun Reviewed By: zalun Bug #: 1522748 Differential Revision: https://phabricator.services.mozilla.com/D17596
- v0.1.71
- v0.1.70
- v0.1.59
- 25
- 24
- 23
- 1.40
- 1.39
- 1.38
- 1.37
- 1.36
- 1.35
- 1.34
- 1.33
- 1.32
- 1.31
- 1.30
- 1.29
- 1.28
- 1.27
- 1.26
- 1.25
- 1.24
- 1.23
- 1.22
- 1.21
- 1.20
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.8.1
- 1.8.0
- 1.7.0
- 1.7.0rc1
- 1.7.0rc0
- 1.6.1
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0rc0
- 1.3.1rc0
- 1.3.0
- 1.3.0rc0
- 1.2.3rc6
- 1.2.3rc5
- 1.2.3rc4
- 1.2.3rc3
- 1.2.3rc2
- 1.2.3rc1
- 1.2.3rc0
- 1.2.2
- 1.2.2rc2
- 1.2.2rc1
- 1.2.2rc0
- 1.2.1
- 1.2.1rc0
- 1.2.0
- 1.1.0
- 1.1.0rc2
- 1.1.0rc1
- 1.0.0
- 1.0.0rc2
- 1.0.0rc1
- 0.1.99
- 0.1.98
- 0.1.97
- 0.1.96
- 0.1.95
- 0.1.94
- 0.1.93
- 0.1.92
- 0.1.91
- 0.1.88
- 0.1.84
- 0.1.81
- 0.1.80
- 0.1.79
- 0.1.78
- 0.1.77
- 0.1.76
- 0.1.75
- 0.1.73
- 0.1.72
- 0.1.69
- 0.1.68
- 0.1.67
- 0.1.66
- 0.1.65
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters