##// END OF EJS Templates
show: tweak warning message...
Gregory Szorc -
r33205:9e7efe42 default
parent child Browse files
Show More
@@ -182,7 +182,7 b' def showstack(ui, repo, displayer):'
182 'working directory'))
182 'working directory'))
183
183
184 if wdirctx.phase() == phases.public:
184 if wdirctx.phase() == phases.public:
185 ui.write(_('(empty stack; working directory is a published '
185 ui.write(_('(empty stack; working directory parent is a published '
186 'changeset)\n'))
186 'changeset)\n'))
187 return
187 return
188
188
@@ -77,7 +77,7 b' working dir on public changeset should d'
77
77
78 $ hg -q up 1
78 $ hg -q up 1
79 $ hg show stack
79 $ hg show stack
80 (empty stack; working directory is a published changeset)
80 (empty stack; working directory parent is a published changeset)
81
81
82 Branch point in descendants displayed at top of graph
82 Branch point in descendants displayed at top of graph
83
83
General Comments 0
You need to be logged in to leave comments. Login now