cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 125704 - Support Fetch extension
: Support Fetch extension
Status: RESOLVED FIXED
: versioncontrol
Mercurial
: 6.1
: All All
: P2 (vote)
: TBD
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-01-21 19:41 by
Modified: 2008-01-31 13:23 (History)
Issue Type: ENHANCEMENT
:


Attachments
65122_d28df42b4215 - adding Fetch support (23.32 KB, text/plain)
2008-01-31 07:54, John Rice
Details


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-01-21 19:41:22
See issue #125013 for background. Since pulling and merging is a basic part of
Hg workflow, needed whenever you want to
push and someone else has gotten there first, I suggest supporting the Fetch
extension or its equivalent, either as

1. A menu item Fetch running 'hg fetch'. Safest, since the logic is a tested
part of Hg itself.

2. A dialog displayed after pulling creates new local heads prompting you to
merge. (If no new heads created, update.)
------- Comment #1 From 2008-01-30 11:08:14 -------
*** Issue 120595 has been marked as a duplicate of this issue. ***
------- Comment #2 From 2008-01-31 07:54:11 -------
changeset:   65122:d28df42b4215
user:        jrice@netbeans.org
date:        Wed Jan 30 22:50:40 2008 +0000
summary:     #125704: Support for Fetch Extension - also prompts user and
modifies ~/.hgrc if fecth extension not there
------- Comment #3 From 2008-01-31 07:54:54 -------
Created an attachment (id=55813) [details]
65122_d28df42b4215 - adding Fetch support
------- Comment #4 From 2008-01-31 08:05:16 -------
Committed
------- Comment #5 From 2008-01-31 08:33:41 -------
Note in Head: rev 65269 cset d28df42b4215
------- Comment #6 From 2008-01-31 13:23:49 -------
You don't actually need to modify ~/.hgrc, you just need to use

  hg --config extensions.fetch= fetch