[issue1571] bundle history merged with local

IsaacJurado mercurial-bugs at selenic.com
Wed Mar 25 08:24:11 CDT 2009


New submission from IsaacJurado <diptongo at gmail.com>:

Local repository history gets appended to bundle history when using -R bundle
inside a local repository.

The script attached provides the example.  The obtained outputs are:

*** Log of local repo
changeset:   0:3261a964a1a6
tag:         tip
user:        etanol at pescanova
date:        Wed Mar 25 14:05:48 2009 +0100
summary:     Another commit


*** Log of bundle inside local repo
changeset:   1:db4a4b4020fa
tag:         tip
parent:      -1:000000000000
user:        etanol at pescanova
date:        Wed Mar 25 14:05:48 2009 +0100
summary:     Bundled commit

changeset:   0:3261a964a1a6
user:        etanol at pescanova
date:        Wed Mar 25 14:05:48 2009 +0100
summary:     Another commit


*** Log of bundle outside local repo
changeset:   0:db4a4b4020fa
tag:         tip
user:        etanol at pescanova
date:        Wed Mar 25 14:05:48 2009 +0100
summary:     Bundled commit

------

*** GLog of local repo
@  changeset:   0:3261a964a1a6
   tag:         tip
   user:        etanol at pescanova
   date:        Wed Mar 25 14:05:48 2009 +0100
   summary:     Another commit


*** GLog of bundle inside local repo
o  changeset:   1:db4a4b4020fa
   tag:         tip
   parent:      -1:000000000000
   user:        etanol at pescanova
   date:        Wed Mar 25 14:05:48 2009 +0100
   summary:     Bundled commit

@  changeset:   0:3261a964a1a6
   user:        etanol at pescanova
   date:        Wed Mar 25 14:05:48 2009 +0100
   summary:     Another commit


*** GLog of bundle outside local repo
o  changeset:   0:db4a4b4020fa
   tag:         tip
   user:        etanol at pescanova
   date:        Wed Mar 25 14:05:48 2009 +0100
   summary:     Bundled commit


This behavior seems to be introduced from commit af062a9fea9b.

----------
files: try_bundle.sh
messages: 8899
nosy: IsaacJurado
priority: bug
status: unread
title: bundle history merged with local

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1571>
____________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: try_bundle.sh
Type: application/x-sh
Size: 1054 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20090325/eb41d60c/attachment.sh 


More information about the Mercurial-devel mailing list