francois / piston

Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.

This URL has Read+Write access

piston / History.txt
100644 29 lines (19 sloc) 0.91 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
== 2.0.2 2009-04-07
 
* Fixed a bug in the command line parser that was interpreting status as statu.
 
== 2.0.1 2009-04-01
 
* Finished testing on Ruby 1.9.1.
* Released new website.
 
== 1.9.5 2008-11-12
 
* Merged everything that was relevant from the community.
* Thanks to scambra for fixing many problems with piston update.
 
== 1.9.4
 
* Thanks to scambra for fixing lock/unlock errors.
* Thanks to Geoffrey Grosenbach (topfunky), piston has a gemspec for use on GitHub.
* Thanks to Brian Takita (btakita), piston update with a Git repository works!
* Thanks to mattknox and scambra for manifest updates.
* Thanks to Marcos Tapajós (tapajos) for many small improvements.
 
== 1.9.3 2008-06-03
 
* Import git branches using --revision origin/BRANCH_NAME, or a tag
  using --revision TAG_NAME, or even a specific commit using
  --revision COMMIT_ID. In fact, use a committish and you'll be fine,
  even HEAD^3.