https://bz.mercurial-scm.org/show_bug.cgi?id=5440

            Bug ID: 5440
           Summary: graph log does not draw multiple children from null
                    correctly
           Product: Mercurial
           Version: 4.0-rc
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@selenic.com
          Reporter: martinv...@google.com
                CC: mercurial-de...@selenic.com

$ hg init
$ touch foo
$ hg ci -Am foo
$ hg co null
$ touch bar
$ hg ci -Am bar
$ hg log -G -r 'all() + null'
@  changeset:   1:0764449f61a1
|  tag:         tip
|  parent:      -1:000000000000
|  user:        testuser
|  date:        Fri Dec 09 10:41:50 2016 -0800
|  summary:     bar
|
| o  changeset:   0:f8637b58320a
|    user:        testuser
|    date:        Fri Dec 09 10:41:39 2016 -0800
|    summary:     foo
|
o  changeset:   -1:000000000000
   user:        
   date:        Thu Jan 01 00:00:00 1970 +0000

The "foo" commit has no line connecting it to the nullid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to