Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77645 > unrolled thread

Re: [OT?]cpython pull from hg

Started byPeter Otten <__peter__@web.de>
First post2014-09-06 10:42 +0200
Last post2014-09-06 10:42 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [OT?]cpython pull from hg Peter Otten <__peter__@web.de> - 2014-09-06 10:42 +0200

#77645 — Re: [OT?]cpython pull from hg

FromPeter Otten <__peter__@web.de>
Date2014-09-06 10:42 +0200
SubjectRe: [OT?]cpython pull from hg
Message-ID<mailman.13827.1409992984.18130.python-list@python.org>
Mark Lawrence wrote:

> The following doesn't make any sense to me as I've very limited
> knowledge of Mercurial so can someone explain why it says "added 12
> changesets with 26 changes to 22 files" but then "3 files updated, 0
> files merged, 0 files removed, 0 files unresolved".  I'd expect to see
> 22 files updated.  The output is cut and pasted directly from the
> TortoiseHg Sync screen.

I'm no expert either, but I would guess that the other modified files exist 
only in another branch.

> % hg pull --verbose --update --config ui.merge=internal:merge
> http://hg.python.org/cpython
> pulling from http://hg.python.org/cpython
> searching for changes
> all local heads known remotely
> adding changesets
> adding manifests
> adding file changes
> added 12 changesets with 26 changes to 22 files
> resolving manifests
> getting Doc/library/asyncio.rst
> getting Doc/reference/expressions.rst
> getting Mac/BuildScript/build-installer.py
> 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
> [command completed successfully Sat Sep 06 08:34:18 2014]
> 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web