Merge lp:~jelmer/brz/executability into lp:brz/3.1

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/executability
Merge into: lp:brz/3.1
Diff against target: 64 lines (+3/-8)
6 files modified
breezy/__main__.py (+0/-2)
breezy/git/git_remote_helper.py (+0/-1)
breezy/git/tests/test_git_remote_helper.py (+0/-1)
breezy/plugins/bash_completion/bashcomp.py (+0/-2)
breezy/plugins/zsh_completion/zshcomp.py (+0/-2)
doc/en/release-notes/brz-3.1.txt (+3/-0)
To merge this branch: bzr merge lp:~jelmer/brz/executability
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+394295@code.launchpad.net

Commit message

Remove shebangs from non-executable files, add executable bits where needed.

Description of the change

Remove shebangs from non-executable files, add executable bits where needed.

(Forwarded from https://github.com/breezy-team/breezy/pull/118)

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/__main__.py'
2--- breezy/__main__.py 2020-05-05 23:32:39 +0000
3+++ breezy/__main__.py 2020-11-22 16:00:39 +0000
4@@ -1,5 +1,3 @@
5-#! /usr/bin/env python3
6-
7 # Copyright (C) 2005-2013, 2016, 2017 Canonical Ltd
8 # Copyright (C) 2018-2020 Breezy Developers
9 #
10
11=== modified file 'breezy/git/git_remote_helper.py'
12--- breezy/git/git_remote_helper.py 2020-11-21 23:31:28 +0000
13+++ breezy/git/git_remote_helper.py 2020-11-22 16:00:39 +0000
14@@ -1,4 +1,3 @@
15-#!/usr/bin/env python3
16 # vim: expandtab
17
18 # Copyright (C) 2011-2018 Jelmer Vernooij <jelmer@jelmer.uk>
19
20=== modified file 'breezy/git/tests/test_git_remote_helper.py'
21--- breezy/git/tests/test_git_remote_helper.py 2020-06-16 21:59:18 +0000
22+++ breezy/git/tests/test_git_remote_helper.py 2020-11-22 16:00:39 +0000
23@@ -1,4 +1,3 @@
24-#!/usr/bin/env python3
25 # vim: expandtab
26
27 # Copyright (C) 2011-2018 Jelmer Vernooij <jelmer@jelmer.uk>
28
29=== modified file 'breezy/plugins/bash_completion/bashcomp.py'
30--- breezy/plugins/bash_completion/bashcomp.py 2020-01-31 17:43:44 +0000
31+++ breezy/plugins/bash_completion/bashcomp.py 2020-11-22 16:00:39 +0000
32@@ -1,5 +1,3 @@
33-#!/usr/bin/env python3
34-
35 # Copyright (C) 2009, 2010 Canonical Ltd
36 #
37 # This program is free software; you can redistribute it and/or modify
38
39=== modified file 'breezy/plugins/zsh_completion/zshcomp.py'
40--- breezy/plugins/zsh_completion/zshcomp.py 2020-01-31 17:43:44 +0000
41+++ breezy/plugins/zsh_completion/zshcomp.py 2020-11-22 16:00:39 +0000
42@@ -1,5 +1,3 @@
43-#!/usr/bin/env python3
44-
45 # Copyright (C) 2009, 2010 Canonical Ltd
46 #
47 # This program is free software; you can redistribute it and/or modify
48
49=== modified file 'doc/en/release-notes/brz-3.1.txt'
50--- doc/en/release-notes/brz-3.1.txt 2020-11-19 17:25:22 +0000
51+++ doc/en/release-notes/brz-3.1.txt 2020-11-22 16:00:39 +0000
52@@ -73,6 +73,9 @@
53 * Fix compatibility with reference counting in Python 3.10.
54 (Victor Stinner, #1904868)
55
56+ * Remove shebangs from non-executable files, add executable bits where
57+ needed. (Miro HronĨok)
58+
59 Documentation
60 *************
61
62
63=== modified file 'tools/brz_epydoc' (properties changed: -x to +x)
64=== modified file 'tools/time_graph.py' (properties changed: -x to +x)

Subscribers

People subscribed via source and target branches