Project

General

Profile

Actions

Defect #1241

closed

Mercurial : Don't browse latest version after a 'hg push'

Added by Frédéric Moulins almost 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2008-05-15
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Hello,

the Mercurial adapter use hg locate to get entries from a hg repository. However, hg locate works on the working copy and so needs an updated working copy.

After an hg push from my local clone to the one use by redmine on a server, the working copy on the server is not updated so changesets are fetched but can't be browsed.

A call to hg update while fetching changesets could solve this in my case because it is sort of a central repository used only for pushing pulling and backup. But if someone use redmine on the repository he is working on, an hg update might not be the best thing to do.

Maybe there could be an option to automatically update the working copy while fetching changesets ?


Related issues

Related to Redmine - Patch #1199: Mercurial adapterClosed2008-05-07

Actions
Actions #1

Updated by Pierre Paysant-Le Roux almost 16 years ago

I proposed a patch (#1199) that improves the Mercurial adapter. It also permits to browse a repository independently of its local state. No need to update the working directory as suggested by Frédéric. The trick is to use the -r tip option (hg locate -r tip).

Actions #2

Updated by Frédéric Moulins almost 16 years ago

  • Status changed from New to Resolved

I confirm latest patches from #1199 solve this issue.

Actions #3

Updated by Pierre Paysant-Le Roux almost 16 years ago

I think you can stay issue open as the patch is not included in the official repository.

Actions #4

Updated by Frédéric Moulins almost 16 years ago

I marked it 'Resolved' to show that a solution has been found and point to the patch, but it is not closed. It still apears in 'Open Defects'.

If the latest patch works also for you, I think it could be included.

Actions #5

Updated by Jean-Philippe Lang almost 16 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Fixed

Patch #1199 is applied in r1499.

Actions

Also available in: Atom PDF