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
=== modified file 'breezy/__main__.py'
--- breezy/__main__.py 2020-05-05 23:32:39 +0000
+++ breezy/__main__.py 2020-11-22 16:00:39 +0000
@@ -1,5 +1,3 @@
1#! /usr/bin/env python3
2
3# Copyright (C) 2005-2013, 2016, 2017 Canonical Ltd1# Copyright (C) 2005-2013, 2016, 2017 Canonical Ltd
4# Copyright (C) 2018-2020 Breezy Developers2# Copyright (C) 2018-2020 Breezy Developers
5#3#
64
=== modified file 'breezy/git/git_remote_helper.py'
--- breezy/git/git_remote_helper.py 2020-11-21 23:31:28 +0000
+++ breezy/git/git_remote_helper.py 2020-11-22 16:00:39 +0000
@@ -1,4 +1,3 @@
1#!/usr/bin/env python3
2# vim: expandtab1# vim: expandtab
32
4# Copyright (C) 2011-2018 Jelmer Vernooij <jelmer@jelmer.uk>3# Copyright (C) 2011-2018 Jelmer Vernooij <jelmer@jelmer.uk>
54
=== modified file 'breezy/git/tests/test_git_remote_helper.py'
--- breezy/git/tests/test_git_remote_helper.py 2020-06-16 21:59:18 +0000
+++ breezy/git/tests/test_git_remote_helper.py 2020-11-22 16:00:39 +0000
@@ -1,4 +1,3 @@
1#!/usr/bin/env python3
2# vim: expandtab1# vim: expandtab
32
4# Copyright (C) 2011-2018 Jelmer Vernooij <jelmer@jelmer.uk>3# Copyright (C) 2011-2018 Jelmer Vernooij <jelmer@jelmer.uk>
54
=== modified file 'breezy/plugins/bash_completion/bashcomp.py'
--- breezy/plugins/bash_completion/bashcomp.py 2020-01-31 17:43:44 +0000
+++ breezy/plugins/bash_completion/bashcomp.py 2020-11-22 16:00:39 +0000
@@ -1,5 +1,3 @@
1#!/usr/bin/env python3
2
3# Copyright (C) 2009, 2010 Canonical Ltd1# Copyright (C) 2009, 2010 Canonical Ltd
4#2#
5# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
64
=== modified file 'breezy/plugins/zsh_completion/zshcomp.py'
--- breezy/plugins/zsh_completion/zshcomp.py 2020-01-31 17:43:44 +0000
+++ breezy/plugins/zsh_completion/zshcomp.py 2020-11-22 16:00:39 +0000
@@ -1,5 +1,3 @@
1#!/usr/bin/env python3
2
3# Copyright (C) 2009, 2010 Canonical Ltd1# Copyright (C) 2009, 2010 Canonical Ltd
4#2#
5# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
64
=== modified file 'doc/en/release-notes/brz-3.1.txt'
--- doc/en/release-notes/brz-3.1.txt 2020-11-19 17:25:22 +0000
+++ doc/en/release-notes/brz-3.1.txt 2020-11-22 16:00:39 +0000
@@ -73,6 +73,9 @@
73 * Fix compatibility with reference counting in Python 3.10.73 * Fix compatibility with reference counting in Python 3.10.
74 (Victor Stinner, #1904868)74 (Victor Stinner, #1904868)
7575
76 * Remove shebangs from non-executable files, add executable bits where
77 needed. (Miro HronĨok)
78
76Documentation79Documentation
77*************80*************
7881
7982
=== modified file 'tools/brz_epydoc' (properties changed: -x to +x)
=== modified file 'tools/time_graph.py' (properties changed: -x to +x)

Subscribers

People subscribed via source and target branches