[Bug 3772] New: log: traceback using -G with the rev set ":." for a bare repo

Dave S snidely.too at gmail.com
Tue Jan 22 01:34:09 CST 2013


>                 OS: Mac OS
 >           Reporter: sean.michael.farley at gmail.com
 >           Hardware: Macintosh
 >             Status: UNCONFIRMED
 >            Version: 2.5-rc
 >          Component: Mercurial
 >            Product: Mercurial
 >
 > It seems graphmod.py chokes in asciiedges:
 >
 > $ hg init log-test && cd log-test
 > $ echo A > A
 > $ hg ci -Am0
 > hg log -r :.
 > changeset:   0:fccc7b66c752
 > tag:         tip
 > user:        Sean Farley <sean.michael.farley at gmail.com>
 > date:        Mon Jan 21 19:14:18 2013 -0600
 > summary:     0
 >
 > changeset:   -1:000000000000
 > user:
 > date:        Thu Jan 01 00:00:00 1970 +0000
 > $ hg log -r :. -G
 > o  changeset:   0:fccc7b66c752
 > |  tag:         tip
 > |  user:        Sean Farley <sean.michael.farley at gmail.com>
 > |  date:        Mon Jan 21 19:14:18 2013 -0600
 > |  summary:     0
 > |
 > ** unknown exception encountered, please report by visiting

I haven't tested enough to run into anything like this.   Just an
install on W7-64, and some quick looks at my clone-as-backup repo.
That much looks good, though (hg -log --graph and hg -log --patch; not
a very big or branchy repo).

 /dps


More information about the Mercurial-devel mailing list