log

age author description
Mon, 14 Mar 2016 18:39:19 +0000 Pierre-Yves David stack: allow to refer to changeset using "t2" form
Tue, 15 Mar 2016 17:26:57 +0000 Pierre-Yves David topic: don't take topic into account when pushing to non-topic repo
Wed, 16 Mar 2016 12:14:20 -0700 Pierre-Yves David destination: fix 'hg pull --rebase'
Thu, 17 Mar 2016 09:12:18 -0700 Pierre-Yves David packaging: fix setup.py and install as hgext3rd.topic
Wed, 16 Mar 2016 12:14:20 -0700 Pierre-Yves David destination: fix 'hg pull --rebase'
Tue, 15 Mar 2016 17:25:18 +0000 Pierre-Yves David discovery: remove a spurious print
Mon, 14 Mar 2016 18:24:33 +0000 Pierre-Yves David task: add index number to the output
Mon, 14 Mar 2016 18:11:52 +0000 Pierre-Yves David stack: fix printing order in case of unstability
Mon, 14 Mar 2016 17:48:31 +0000 Pierre-Yves David stack: exclude obsolete changeset from the set
Mon, 14 Mar 2016 17:37:39 +0000 Pierre-Yves David stack: add a very first version of stack display with 'hg topic --list'
Mon, 14 Mar 2016 17:09:02 +0000 Pierre-Yves David topic: get 'Abort' from error, not 'util'
Mon, 14 Mar 2016 21:22:56 -0400 Augie Fackler Makefile: meant tests-@ not tests-tip
Sun, 13 Mar 2016 12:29:43 +0000 Pierre-Yves David update: change default update destination to take topic in account
Sun, 13 Mar 2016 13:07:54 +0000 Pierre-Yves David rebase: test default rebase destination behavior
Sun, 13 Mar 2016 23:44:04 +0000 Pierre-Yves David topicmap: write and read format from disc
Mon, 14 Mar 2016 00:15:54 +0000 Pierre-Yves David topicmap: ensure that 'served' view is updated with topicmap
Mon, 14 Mar 2016 00:12:22 +0000 Pierre-Yves David topicmap: move the monkey patching into a context manager
Sat, 12 Mar 2016 18:42:16 +0000 Pierre-Yves David push: hackish handeling of new branch head from phase move
Sat, 12 Mar 2016 18:19:27 +0000 Pierre-Yves David push: allow pushing new topic to non-publishing server by default
Sat, 12 Mar 2016 15:36:17 +0000 Pierre-Yves David topic: take topic in account for all branch head computation
Mon, 14 Mar 2016 20:18:09 -0400 Augie Fackler testedwith: declare compatibility with Mercurial 3.7
Mon, 14 Mar 2016 20:17:18 -0400 Augie Fackler Makefile: update all-version-tests to explicitly test 3.7
Mon, 14 Mar 2016 20:13:44 -0400 Augie Fackler hgignore: also ignore testtimes
Mon, 14 Mar 2016 20:12:39 -0400 Augie Fackler killdaemons: discard now that it's unused
Mon, 14 Mar 2016 14:38:40 +0000 Pierre-Yves David test: drop custom run-tests.py
Mon, 14 Mar 2016 20:11:47 -0400 Augie Fackler Makefile: rework running of tests
Sat, 12 Mar 2016 12:36:25 +0000 Pierre-Yves David compat: adapt to change in mercurial core
Thu, 31 Dec 2015 11:23:19 -0500 Augie Fackler topic: handle merge.update function signature change
Fri, 11 Dec 2015 13:12:23 -0500 Augie Fackler Merge.
Fri, 11 Dec 2015 13:09:29 -0500 Augie Fackler test-topic-dest: test fixes I should have put in the previous change