aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2009-08-21 22:48:53 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2009-08-21 22:48:53 +0100
commit525817dd5783b97dd955a723998fe25cecaf1440 (patch)
treeed7a9e8f1cef0e4e347bab58e4f9ba48491135e5
parent6a458ad8d2507418f4709c0b25c0d718ba6210a4 (diff)
downloadstgit-525817dd5783b97dd955a723998fe25cecaf1440.tar.gz
Add the next/prev commands to the RELEASENOTES filev0.15-rc2
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
-rw-r--r--RELEASENOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index f6a8b85..0a220a4 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -31,6 +31,9 @@ The main changes since release 0.14.3 are
+ "stg publish", for maintaining merge-friendly branches (which
are not rebased).
+ + "stg prev/next" for printing the name of the previous or next
+ patch in the series.
+
- The commands "stg add", "stg rm", "stg cp", and "stg resolved"
were removed, since there are corresponding Git equivalents