# HG changeset patch # User Gregory Szorc # Date 1499141448 25200 # Node ID 9e7efe4213952f5e0cccc8f41c2bfd9cc52fd252 # Parent 895ecec31c705fcafeb3e16f9b0e2933e3ffdf8f show: tweak warning message '.' is "working directory parent" not "working directory." diff -r 895ecec31c70 -r 9e7efe421395 hgext/show.py --- a/hgext/show.py Fri Jun 23 13:49:34 2017 +0200 +++ b/hgext/show.py Mon Jul 03 21:10:48 2017 -0700 @@ -182,7 +182,7 @@ 'working directory')) if wdirctx.phase() == phases.public: - ui.write(_('(empty stack; working directory is a published ' + ui.write(_('(empty stack; working directory parent is a published ' 'changeset)\n')) return diff -r 895ecec31c70 -r 9e7efe421395 tests/test-show-stack.t --- a/tests/test-show-stack.t Fri Jun 23 13:49:34 2017 +0200 +++ b/tests/test-show-stack.t Mon Jul 03 21:10:48 2017 -0700 @@ -77,7 +77,7 @@ $ hg -q up 1 $ hg show stack - (empty stack; working directory is a published changeset) + (empty stack; working directory parent is a published changeset) Branch point in descendants displayed at top of graph