From 5d7af99b6807783d850f26534f02d515308e26d3 Mon Sep 17 00:00:00 2001 From: gh0st Date: Tue, 4 Jan 2011 06:12:57 -0800 Subject: [PATCH] --- sandbox/testpage/index.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sandbox/testpage/index.mdwn b/sandbox/testpage/index.mdwn index 6739da08..a4766806 100644 --- a/sandbox/testpage/index.mdwn +++ b/sandbox/testpage/index.mdwn @@ -64,14 +64,14 @@ Get data that refers to transaction id and put it in test.old You can aslo specify the 'd' flag and get a diff output - # undo -d -o test.diff -t 0x0000000110d6e9d0 test - # cat test.diff - --- test@@0x000000110d6e9d0 2010-01-04 15:36:31 -0600 - +++ test 2011-01-04 15:37:32 -0600 - @@ -1,2 +1,3 @@ - Hello - world - +some more data + # undo -d -o test.diff -t 0x0000000110d6e9d0 test + # cat test.diff + --- test@@0x000000110d6e9d0 2010-01-04 15:36:31 -0600 + +++ test 2011-01-04 15:37:32 -0600 + @@ -1,2 +1,3 @@ + Hello + world + +some more data # Restore directory ... -- 2.41.0