aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@gmail.com>2009-12-03 22:35:10 +0000
committerCatalin Marinas <catalin.marinas@gmail.com>2009-12-03 22:35:10 +0000
commit814d59e31b173fe687d26f073a8cc57fd4485c84 (patch)
treeaf2bcc1b319f0cd6e521353df3497e8132099288
parent0eff9b85622b9e80502911431aaab9e8dc4c1bb8 (diff)
downloadstgit-814d59e31b173fe687d26f073a8cc57fd4485c84.tar.gz
Update the tutorial for the conflict situations
This is a fix for bug #14672. Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
-rw-r--r--Documentation/tutorial.txt12
1 files changed, 2 insertions, 10 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 7484d70..8af50ef 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -258,9 +258,6 @@ top of +second+, now that they both modify +TODO+. We can take a look
at the situation with linkstg:status[]:
$ stg status
- ? TODO.ancestor
- ? TODO.current
- ? TODO.patched
C TODO
As we were told by linkstg:push[], the conflict is in the file +TODO+.
@@ -268,19 +265,14 @@ As we were told by linkstg:push[], the conflict is in the file +TODO+.
listed here; prefixed with +C+ if they had conflicts, and +M+ if StGit
managed to automatically resolve everything in the file.)
-NOTE: +TODO.ancestor+, +TODO.current+, and +TODO.patched+ are the
-three versions of the file that StGit tried to merge. The +.current+
-file is the version before the patch was applied, +.patched+ is the
-version in the patch we tried to push, and +.ancestor+ the version
-that contains neither of the added lines.
-
At this point, we have two options:
1. Undo the failed merge with linkstg:undo[]. (Remember to use the
+$$--hard$$+ flag, since the unresolved conflict means the
worktree is not clean.)
- 2. Manually resolve the conflict.
+ 2. Manually resolve the conflict (editing the file directly followed
+ by +git add+ or using +git mergetool+.)
To resolve the conflict, open +TODO+ in your favorite editor. It ends
like this: