>>>>> "J" == J Decker <J> writes:

    J> mtn --db=test.db db init
    J> mtn --db=test.db genkey temp

    J> mtn --db=test.db --key=temp --branch=branch1 setup .

    J> echo "Branch1" >file
    J> mtn --db=test.db --key=temp  add file
    J> mtn --db=test.db --key=temp  commit -m "Begin branch1"

    J> echo "+Branch2" >>file
    J> mtn --db=test.db --key=temp --branch=branch2 commit -m "Changed file, 
begin branch2"

Here the working directory contains the branch2 files.

    J> echo "branch1" >file2
    J> mtn --db=test.db --key=temp add file2
    J> mtn --db=test.db --key=temp --branch=branch1 commit -m "Add a file to 
branch1"

The way I see it, this commit means everything in the working
directory will appear as a new revision in branch1. Since the working
directory is still branch2, this means everything in branch2 will be
included in this new revision.

Maybe I am daft and/or misunderstood something, but I fail to see why
this is confusing.
-- 
Brian May <[EMAIL PROTECTED]>


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to