Bugs item #1878812, was opened at 2008-01-24 10:41 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1878812&group_id=199155
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: dialogs Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Bundle file handling with synchronize dialog Initial Comment: Pulling from a bundle file works fine if the full path is typed into the remote path field. But 1. If the bundle file is placed in the project directory and just the file name is typed in the remote path field, tortoisehg assembles the full path wrong by adding a whitespace behind the folder name and forgetting a backslash example: bundle file is bundleToe4fb8.bdl generates following output $ pull --verbose --repository D:\home\Documents\Some Paper bundleToe4fb8.bdl *** repository bundleToe4fb8.bdl not found the path "D:\home\Documents\Some Paper bundleToe4fb8.bdl" is passed to hg the right path would be: "D:\home\Documents\Some Paper\bundleToe4fb8.bdl" 2. It would be nice if the file chooser could be used to select a bundle file, currently only the selection of folders is possible. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-03-18 18:55 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Steve Borho (sborho) Date: 2009-02-16 06:10 Message: fixed in crew, will be in 0.7 ---------------------------------------------------------------------- Comment By: Steve Borho (sborho) Date: 2008-02-07 05:31 Message: Logged In: YES user_id=12062 Originator: NO bonus points if synchronize dialog accepted bundle drag events ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1878812&group_id=199155 ------------------------------------------------------------------------------ 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
