[issue2716] `hg commit .hgsub` doesn't record subrepo state

Eric Eisner bugs at mercurial.selenic.com
Sun Mar 20 02:54:07 UTC 2011


New submission from Eric Eisner <ede at mit.edu>:

this is what happens: .hgsubstate isn't touched

  $ hg init r
  $ cd r
  $ hg init sub
  $ cd sub
  $ echo a>a
  $ hg add a
  $ hg commit -m a
  $ cd ..

  $ echo sub = sub > .hgsub
  $ hg add .hgsub
  $ hg commit .hgsub -m sub    # interesting line
  $ hg manifest
  .hgsub
  $ hg debugsub
  path sub
   source sub
   revision

(hg version 1.8.1+82-48d606d7192b)

----------
messages: 15751
nosy: ede
priority: bug
status: unread
title: `hg commit .hgsub` doesn't record subrepo state

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2716>
____________________________________________________


More information about the Mercurial-devel mailing list