spectral added a comment.

  In https://phab.mercurial-scm.org/D2678#45552, @durin42 wrote:
  
  > Ugh:
  >
  >   --- /home/augie/hg/tests/test-alias.t
  >   +++ /home/augie/hg/tests/test-alias.t.err
  >   @@ -357,15 +357,8 @@
  >    properly recursive
  >  
  >      $ hg dln
  >   -  changeset:   -1:0000000000000000000000000000000000000000
  >   -  phase:       public
  >   -  parent:      -1:0000000000000000000000000000000000000000
  >   -  parent:      -1:0000000000000000000000000000000000000000
  >   -  manifest:    -1:0000000000000000000000000000000000000000
  >   -  user:
  >   -  date:        Thu Jan 01 00:00:00 1970 +0000
  >   -  extra:       branch=default
  >   -
  >   +  abort: alias 'dln' resolves to unknown command 'lognull'
  >   +  [255]
  
  
  I wasn't able to reproduce this error when based off of 
https://phab.mercurial-scm.org/rHG31581528f2421dc5d8a567125b8ecc0367b2b906
  
  > 
  > 
  >   path expanding
  >    
  > 
  > ERROR: test-alias.t output changed
  > 
  > - /home/augie/hg/tests/test-show.t +++ /home/augie/hg/tests/test-show.t.err 
@@ -135,19 +135,37 @@ commands.show.aliasprefix aliases values to `show <view>`
  > 
  >   $ hg --config commands.show.aliasprefix=s sbookmarks +  devel-warn: 
config item requires an explicit default value: 'alias.sstack' at: 
/tmp/hgtests.iyj57T/install/lib/python/hgext/show.py:430 (extsetup) +  
devel-warn: config item requires an explicit default value: 'alias.swork' at: 
/tmp/hgtests.iyj57T/install/lib/python/hgext/show.py:430 (extsetup) +  
devel-warn: config item requires an explicit default value: 'alias.sbookmarks' 
at: /tmp/hgtests.iyj57T/install/lib/python/hgext/show.py:430 (extsetup) (no 
bookmarks set)
  
  ... etc ....
  
  I fixed this one. PTAL (added third argument of None to call in 
hgext/show.py).

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2678

To: rdamazio, #hg-reviewers, durin42
Cc: mharbison72, spectral, pulkit, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to