[issue788] wackiness with pushing named branches

Faheem Mitha mercurial-bugs at selenic.com
Tue Oct 23 21:27:42 CDT 2007


New submission from Faheem Mitha <faheem at email.unc.edu>:

This doesn't seem like optimal handling...

                        Regards, Faheem.

**********************************************

hg init default; hg init trunk
cd trunk; hg branch trunk; touch foo; hg add foo; hg ci -m "commit foo"; hg push
../default
cd ../default; hg up

***********************************************************************************************

faheem at orwell:~/hgbug$ hg init default; hg init trunk
faheem at orwell:~/hgbug$ cd trunk; hg branch trunk; touch foo; hg add foo; hg ci
-m "commit foo";  hg push ../default
marked working directory as branch trunk
pushing to ../default
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
faheem at orwell:~/hgbug/trunk$ cd ../default; hg up
abort: branch default not found

----------
messages: 4166
nosy: faheem
priority: bug
status: unread
title: wackiness with pushing named branches

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue788>
____________________________________________________



More information about the Mercurial-devel mailing list