-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|\ merge from release-0.2, released as 0.2.
- Loading branch information
Showing
11 changed files
with
296 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
ayrton (0.2) unstable; urgency=low | ||
|
||
* New function `options()` is similar to `bash`'s `set` command. So far | ||
only the `errexit` and its short versions is accepted. | ||
* The `ssh()` context manager was renamed to `remote()`. See NEWS.rst. | ||
* New function `shitf()` similar to `bash`'s command of the same name. | ||
See the docs. | ||
|
||
-- Marcos Dione <[email protected]> Sat, 14 Sep 2013 17:59:27 +0200 | ||
|
||
ayrton (0.1.2) unstable; urgency=low | ||
|
||
* RunninCommand.exit_code is a property, not a function. Closes #13. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ayrton (0.2) UNRELEASED; urgency=low | ||
|
||
* The `ssh()` context manager was renamed to `remote()` so the `ssh` | ||
executable is stills reachable from code. This was due to the fact | ||
that `ssh` is too complex to mimic. | ||
|
||
-- Marcos Dione <[email protected]> Fri, 13 Sep 2013 13:47:26 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a= 42 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.