New issue 107: Shelve dialog not always allow shelve hunks
http://bitbucket.org/tortoisehg/stable/issue/107/shelve-dialog-not-always-allow-shelve

Walter PadrĂ³n / wpadron on Mon, 16 Mar 2009 20:37:39 +0100:

Description:
  {{{
 hg init
 echo 1 >> a.txt
 echo 2 >> a.txt
 echo A >> a.txt
 echo B >> a.txt
 echo C >> a.txt
 echo D >> a.txt
 echo E >> a.txt

 hg add a.txt
 hg commit -m "add a.txt"

 hg qnew patchF
 echo F >> a.txt
 hg qrefresh
}}}

The Shelve dialog shows the hunk below but hiting the Shelve button does nothing
{{{
 diff --git a/a.txt b/a.txt
 --- a/a.txt
 +++ b/a.txt
 @@ -1,3 +1,4 @@
 +0 
  1 
  2 
  A 
}}}

but after 
{{{
 echo F >> a.txt
}}}
you can shelve all hunks including the previous one.

Responsible:
  tortoisehg
-- 
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