Merge lp:~statik/statik/tarmac1 into lp:statik

Proposed by Elliot Murphy
Status: Merged
Approved by: Elliot Murphy
Approved revision: 50
Merged at revision: not available
Proposed branch: lp:~statik/statik/tarmac1
Merge into: lp:statik
Diff against target: None lines
To merge this branch: bzr merge lp:~statik/statik/tarmac1
Reviewer Review Type Date Requested Status
Elliot Murphy Approve
Review via email: mp+4178@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Elliot Murphy (statik) wrote :

This is a test, of course.

Revision history for this message
Elliot Murphy (statik) wrote :

Commit message: This is a test commit message.

Revision history for this message
Elliot Murphy (statik) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'Makefile'
--- Makefile 1970-01-01 00:00:00 +0000
+++ Makefile 2009-03-05 02:22:12 +0000
@@ -0,0 +1,8 @@
1TESTFLAGS=
2test:
3 trial $(TESTFLAGS) tarmac
4
5test-fail:
6 trial this-will-fail
7
8.PHONY: test test-fail
09
=== modified file 'tarmac/bin.py'
--- tarmac/bin.py 2009-03-05 01:21:01 +0000
+++ tarmac/bin.py 2009-03-05 02:22:12 +0000
@@ -103,6 +103,7 @@
103 if retcode == 0:103 if retcode == 0:
104 # TODO: It would be very nice if the commit message included104 # TODO: It would be very nice if the commit message included
105 # some reference to the people who voted approve.105 # some reference to the people who voted approve.
106 target_tree.commit(commit_message)106 print 'would have committed'
107 #target_tree.commit(commit_message)
107 else:108 else:
108 target_tree.revert()109 target_tree.revert()

Subscribers

People subscribed via source and target branches

to all changes: