diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2017-02-13 06:50:29 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-19 06:28:47 -0800 |
| commit | 6c611d697f9c03867c938cba1b481f38eebed8bf (patch) | |
| tree | f54ae4a1d7a18e9d22cb2e35744c0719424477da /bitbake/lib/bb/fetch2/hg.py | |
| parent | 1bd4f040a36d40f6047ae1142c5a9cbabfd0f90d (diff) | |
| download | poky-6c611d697f9c03867c938cba1b481f38eebed8bf.tar.gz | |
bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"
For spelling's sake, rename Python routine "setup_revisons" to
"setup_revisions."
(Bitbake rev: 4df59b027c02ef39d72476251ccd3fd62fc20bf6)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/hg.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/hg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index 7e9afceac8..ddbebb5f36 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py | |||
| @@ -67,7 +67,7 @@ class Hg(FetchMethod): | |||
| 67 | else: | 67 | else: |
| 68 | ud.proto = "hg" | 68 | ud.proto = "hg" |
| 69 | 69 | ||
| 70 | ud.setup_revisons(d) | 70 | ud.setup_revisions(d) |
| 71 | 71 | ||
| 72 | if 'rev' in ud.parm: | 72 | if 'rev' in ud.parm: |
| 73 | ud.revision = ud.parm['rev'] | 73 | ud.revision = ud.parm['rev'] |
