Merge lp:~mtmiller/byobu/lp1411122 into lp:byobu

Proposed by Mike Miller
Status: Merged
Merged at revision: 2396
Proposed branch: lp:~mtmiller/byobu/lp1411122
Merge into: lp:byobu
Diff against target: 30 lines (+3/-3)
2 files modified
debian/changelog (+3/-1)
usr/lib/byobu/include/select-session.py (+0/-2)
To merge this branch: bzr merge lp:~mtmiller/byobu/lp1411122
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+246536@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-01-12 23:39:42 +0000
3+++ debian/changelog 2015-01-15 07:06:08 +0000
4@@ -1,6 +1,8 @@
5 byobu (5.90) unreleased; urgency=medium
6
7- * UNRELEASED
8+ [ Mike Miller ]
9+ * usr/lib/byobu/include/select-session.py: LP: #1411122
10+ - don't print when attaching and restoring environment variables
11
12 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 12 Jan 2015 17:39:42 -0600
13
14
15=== modified file 'usr/lib/byobu/include/select-session.py'
16--- usr/lib/byobu/include/select-session.py 2015-01-12 23:27:24 +0000
17+++ usr/lib/byobu/include/select-session.py 2015-01-15 07:06:08 +0000
18@@ -88,12 +88,10 @@
19 cmd = ["tmux", "setenv", "-t", session_name, var, value]
20 else:
21 cmd = ["screen", "-S", session_name, "-X", "setenv", var, value]
22- print("Sending variable: %s" % (cmd, ))
23 subprocess.call(cmd, stdout=open(os.devnull, "w"))
24
25
26 def attach_session(session):
27- print("Attaching: [%s]\n" % session)
28 update_environment(session)
29 backend, session_name = session.split("____", 2)
30 # must use the binary, not the wrapper!

Subscribers

People subscribed via source and target branches