|
From: | Ben Abbott |
Subject: | Re: extra head |
Date: | Fri, 16 Aug 2013 13:44:07 -0400 |
On Aug 16, 2013, at 1:22 PM, Daniel J Sebald wrote:Ben, is this the first push you've done since starting to use the bookmarks? "hg heads" looks good too. $ hg heads changeset: 17263:2ab5636ee75f bookmark: @ tag: tip user: Ben Abbott <address@hidden> date: Fri Aug 16 13:00:46 2013 -0400 summary: * scripts/plot/hold.m: Fix typo "vargin" -> "varargin". changeset: 17112:eff3d78367f0 branch: stable parent: 17108:2c76db746701 user: Jordi Gutiérrez Hermoso <address@hidden> date: Tue Jul 30 13:20:58 2013 -0400 summary: * Makefile.am (doxyhtml): Restore doxyhtml argument in recursive make call changeset: 16896:498b2dd1bd56 branch: classdef parent: 16698:13b3b92ea99c parent: 16895:b8c37a855074 user: John W. Eaton <address@hidden> date: Thu Jul 04 10:09:58 2013 -0400 summary: periodic merge of default to classdef I think the clue lies in this statement: divergent bookmark @ stored as @default Might it be that the patch you imported was created prior to using the bookmark feature? hg pullhg update -C @hg import changeset.patchhg outgoinghg push ssh://address@hidden/octavehg rollbackhg revert --allhg pullhg update -C @ $ hg id 2ab5636ee75f+ tip @ $ hg tip changeset: 17263:2ab5636ee75f bookmark: @ tag: tip user: Ben Abbott <address@hidden> date: Fri Aug 16 13:00:46 2013 -0400 summary: * scripts/plot/hold.m: Fix typo "vargin" -> "varargin". $ hg log | less changeset: 17263:2ab5636ee75f bookmark: @ tag: tip user: Ben Abbott <address@hidden> date: Fri Aug 16 13:00:46 2013 -0400 summary: * scripts/plot/hold.m: Fix typo "vargin" -> "varargin". <snip> and a snippet from "hg view" (which is what I prefer to look at as it provides more info). Does any of this look unusual? I'm running mercurial version 2.6.3. Ben |
[Prev in Thread] | Current Thread | [Next in Thread] |