New issue 96: Add "Update Current Branch" button on Synchronize Dialog
http://bitbucket.org/tortoisehg/stable/issue/96/add-update-current-branch-button-on-synchronize

Anonymous on Sat, 14 Mar 2009 07:35:34 +0100:

Description:
  Currently we have a few named branches in our repository.  If I'm working in 
"Branch X" and I do a Pull I will pull down the changes from all the branches 
(which is what I want so that I can merge from 'default' when I am ready).  

If I click (or have the Pull option set) "Update to Tip" this will update my 
working folder to the current tip, which may be another branch or the 'default' 
branch. This is annoying as I wanted to only update to my current branch 
"Branch X".  Basically this button is of no use if you're working in a branch.

I believe the difference is just issuing the commands separately:
hg pull
hg update  --- updates to tip of current branch

vs.

hg pull -u  --- updates to tip & may switch branch


-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to