comparison tests/test-topic.t @ 1857:a506ed8ab8da

topics: add listnames hook so completion works
author Matt Mackall <mpm@selenic.com>
date Mon, 15 Jun 2015 16:56:44 -0500
parents 8db7828751b7
children 4ab1b854ce4e
comparison
equal deleted inserted replaced
1856:7d7f5f9e2f8c 1857:a506ed8ab8da
261 $ hg ci -m 'Finish narf' 261 $ hg ci -m 'Finish narf'
262 $ hg topics 262 $ hg topics
263 fran 263 fran
264 * narf 264 * narf
265 query 265 query
266 $ hg debugnamecomplete
267 default
268 fran
269 narf
270 query
271 tip
266 $ hg phase --public narf 272 $ hg phase --public narf
267 273
268 POSSIBLE BUG: narf topic stays alive even though we just made all 274 POSSIBLE BUG: narf topic stays alive even though we just made all
269 narf commits public: 275 narf commits public:
270 276