Re: [fossil-users] Question about command line matching branch creation

2014-08-02 Thread David J. Weller-Fahy

I just realized I never said:

$ f version
This is fossil version 1.30 [ffef4edceb] 2014-07-25 13:12:52 UTC

* David J. Weller-Fahy  [2014-08-02 22:42 
-0500]:
I've been trying to puzzle this out myself, but decided someone must 
know on the list.


Assume I execute the following commands (with `alias f='fossil'`).


--
dave [ please don't CC me ]


pgpjxHRpULDR7.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Question about command line matching branch creation

2014-08-02 Thread David J. Weller-Fahy
I've been trying to puzzle this out myself, but decided someone must 
know on the list.


Assume I execute the following commands (with `alias f='fossil'`).

#v+
alias f='fossil'
f init ~/FOSSIL/1.fossil
f open ~/FOSSIL/1.fossil
touch 1
f add 1
f commit -m "1"
mkdir 2
mkdir 3
cd 2
git init
touch a
touch b
touch c
git add a
git commit -m "a" a
git add b
git commit -m "b" b
git add c
git commit -m "c" c
git fast-export --all | f import --incremental --git ~/FOSSIL/1.fossil
#v-

At this point I have a single commit which was part of the original 
repository, and three commits *prior* to the original repository which 
were imported from git.


What I would like to do is imitate the results of the following.

Using the fossil ui command, access the timeline.  Click on the first 
commit imported from git.  Click on edit.  Replace the branch name with 
"2".  Click Apply Changes.


I've tried using the branch command to create a new branch, and the tag 
command to tag the specified commits.  But I've been unable to duplicate 
the create of a new branch using the web-ui.


So, my question: What combination of commands would allow me to 
duplicate that on the command line?


Regards,
--
dave [ please don't CC me ]


pgpbempsmDrEx.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users