Fri, 19 Jun 2015 16:13:16 -0500 Matt Mackall topics: consistently use empty string instead of None
Fri, 19 Jun 2015 14:18:34 -0500 Matt Mackall topics: drop debugging print in rebase
Mon, 15 Jun 2015 17:29:07 -0500 Matt Mackall topics: allow commits that only change topic (issue4725)
Mon, 15 Jun 2015 16:56:44 -0500 Matt Mackall topics: add listnames hook so completion works
Thu, 18 Jun 2015 15:46:26 -0400 Augie Fackler rewrite: use a lock and transaction as spotted by devel warnings
Fri, 12 Jun 2015 16:49:46 -0500 Matt Mackall topics: only apply topic to commits of the working copy
Fri, 12 Jun 2015 16:41:10 -0500 Matt Mackall rebase: teach rebase how to copy topics
Fri, 12 Jun 2015 16:39:39 -0500 Matt Mackall topic: wrap the underlying update function rather than the command
Wed, 10 Jun 2015 17:52:07 -0500 Matt Mackall commit: add a topic field to the in-editor commit text
Wed, 10 Jun 2015 17:40:50 -0500 Matt Mackall topic: only require obsolete support for --change
Wed, 10 Jun 2015 17:13:15 -0500 Matt Mackall commit: add a --topic flag
Wed, 10 Jun 2015 16:44:49 -0500 Matt Mackall topic: note when switching topics
Wed, 10 Jun 2015 16:32:20 -0500 Matt Mackall summary: add topic summary hook
Wed, 10 Jun 2015 16:23:56 -0500 Matt Mackall topics: add command summary
Wed, 10 Jun 2015 16:20:05 -0500 Matt Mackall docs: fix format of extension docstring
Wed, 10 Jun 2015 16:13:20 -0400 Augie Fackler constants: extract key for extra into a constant
Wed, 10 Jun 2015 15:03:39 -0400 Augie Fackler topic: add ability to change topic of non-public changes
Wed, 10 Jun 2015 15:26:50 -0400 Augie Fackler revset: add a topic() revset for querying topics
Wed, 10 Jun 2015 15:01:36 -0400 Augie Fackler topic: disallow use of topics without obsolete enabled
Wed, 10 Jun 2015 14:59:46 -0400 Augie Fackler topic: use repo.set() where we need a changectx anyway
Wed, 10 Jun 2015 14:59:05 -0400 Augie Fackler testlib: enable rebase and obsolete for easier testing
Wed, 20 May 2015 21:23:28 -0400 Augie Fackler Initial dumb version of topics.
Tue, 28 Feb 2017 18:21:23 +0100 Pierre-Yves David serveronly: deduplicate code with the main evolve extension
Tue, 28 Feb 2017 16:12:34 +0100 Pierre-Yves David serveronly: clean up imports
Tue, 28 Feb 2017 14:31:28 +0100 Pierre-Yves David compat: just use '_callcompressable'
Tue, 28 Feb 2017 14:31:18 +0100 Pierre-Yves David compat: drop bookmark compatibility layer
Tue, 28 Feb 2017 14:29:36 +0100 Pierre-Yves David compat: drop compat for older wireproto implementation
Tue, 28 Feb 2017 14:28:54 +0100 Pierre-Yves David compat: always use the strip revset from core
Tue, 28 Feb 2017 14:28:23 +0100 Pierre-Yves David compat: drop support for ancestral pushop object
Tue, 28 Feb 2017 14:27:54 +0100 Pierre-Yves David compat: drop compatibility layer around update
Tue, 28 Feb 2017 14:27:08 +0100 Pierre-Yves David compat: drop compatibility layer for 'tryimportone'
Tue, 28 Feb 2017 14:25:35 +0100 Pierre-Yves David compat: drop superfluous summary output
Tue, 28 Feb 2017 14:24:04 +0100 Pierre-Yves David compat: drop compatibility layer around memctx
Tue, 28 Feb 2017 14:22:25 +0100 Pierre-Yves David compat: drop handling of ancestral 'helploader' caller
Tue, 28 Feb 2017 14:22:05 +0100 Pierre-Yves David compat: drop hack around a 'graft' signature change
Tue, 28 Feb 2017 14:21:17 +0100 Pierre-Yves David evolve: proactively detect bad version early
Tue, 01 Nov 2016 16:21:16 +0100 Pierre-Yves David evolve: drop support for version older than 3.8
Tue, 28 Feb 2017 13:27:04 +0100 Pierre-Yves David evolve: cleanup imports
Tue, 28 Feb 2017 17:27:44 +0100 Pierre-Yves David merge with stable
Tue, 28 Feb 2017 17:19:31 +0100 Pierre-Yves David merge with mercurial-3.5 mercurial-3.4
Tue, 28 Feb 2017 17:17:40 +0100 Pierre-Yves David merge with mercurial-3.6 mercurial-3.5
Tue, 28 Feb 2017 17:15:21 +0100 Pierre-Yves David merge with mercurial-3.7 mercurial-3.6
Tue, 28 Feb 2017 17:11:51 +0100 Pierre-Yves David merge with mercurial-3.8 mercurial-3.7
Tue, 28 Feb 2017 17:08:14 +0100 Pierre-Yves David merge with mercurial-3.9 mercurial-3.8
Tue, 28 Feb 2017 17:04:58 +0100 Pierre-Yves David merge with mercurial-4.0 mercurial-3.9
Tue, 28 Feb 2017 17:00:17 +0100 Pierre-Yves David merge future 5.6.1 mercurial-4.0
Tue, 28 Feb 2017 17:22:21 +0100 Pierre-Yves David Added tag 5.6.1 for changeset 70694b2621ba stable
Tue, 28 Feb 2017 17:21:56 +0100 Pierre-Yves David update debian changelog stable
Thu, 02 Feb 2017 16:33:17 +0100 Pierre-Yves David evolve: extend API fix from 25254b2f8116 to another relevant case stable
Tue, 01 Nov 2016 16:19:33 +0100 Pierre-Yves David hgext3rd: drop the last remains of hgext3rd
Tue, 01 Nov 2016 16:18:21 +0100 Pierre-Yves David hgext3rd: move 'obsolete' as 'evolve.legacy'
Tue, 01 Nov 2016 16:11:50 +0100 Pierre-Yves David hgext3rd: move 'drophack' as 'evolve.hack.drophack'
Tue, 01 Nov 2016 16:07:28 +0100 Pierre-Yves David hgext3rd: move 'simple4server' as 'evolve.serveronly'
Tue, 28 Feb 2017 14:36:18 +0100 Pierre-Yves David hgext3rd: move 'directaccess' and 'inhibit' in 'evolve.hack'
Tue, 28 Feb 2017 15:09:03 +0100 Pierre-Yves David evolve: move the extensions to 'hgext3rd'
Tue, 01 Nov 2016 05:42:50 +0100 Pierre-Yves David extensions: drop the old 'pushexperiment' extension
Wed, 01 Feb 2017 16:23:11 +0100 Pierre-Yves David merge with stable
Wed, 01 Feb 2017 16:19:58 +0100 Pierre-Yves David Update tag 5.6.0 for changeset e7b6e9c4a5d4 stable
Wed, 01 Feb 2017 16:19:50 +0100 Pierre-Yves David fix release date in the Readme, stable 5.6.0
Wed, 01 Feb 2017 16:17:09 +0100 Pierre-Yves David reopen the default branch
Wed, 01 Feb 2017 16:03:39 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.4
Wed, 01 Feb 2017 15:51:02 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.5
Wed, 01 Feb 2017 15:45:20 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.6
Wed, 01 Feb 2017 15:40:51 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.7
Wed, 01 Feb 2017 15:32:59 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.8
Wed, 01 Feb 2017 15:27:04 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.9
Wed, 01 Feb 2017 15:15:34 +0100 Pierre-Yves David merge with future 5.6.0 mercurial-4.0
Wed, 01 Feb 2017 16:09:40 +0100 Pierre-Yves David Added tag 5.6.0 for changeset 99ede2d77545 stable
Wed, 01 Feb 2017 16:05:21 +0100 Pierre-Yves David exchange: fix compatibility layer stable
Wed, 01 Feb 2017 15:09:06 +0100 Pierre-Yves David open the mercurial-3.9 compat branch mercurial-4.0
Wed, 01 Feb 2017 15:08:03 +0100 Pierre-Yves David prepare release 5.6.0 stable
Wed, 01 Feb 2017 15:07:30 +0100 Pierre-Yves David debian: fix version format stable
Wed, 01 Feb 2017 15:04:54 +0100 Pierre-Yves David merge with default to prepare the next version stable
Wed, 01 Feb 2017 15:02:59 +0100 Pierre-Yves David merge with stable
Tue, 31 Jan 2017 12:32:45 -0800 Martin von Zweigbergk uncommit: don't lose copy information of remaining files (issue5403) stable
Wed, 25 Jan 2017 16:50:19 +0100 Pierre-Yves David merge with stable
Wed, 25 Jan 2017 16:40:45 +0100 Pierre-Yves David fold: cleanly abort on empty fold set (issue5453) stable
Mon, 23 Jan 2017 16:09:16 +0100 Pierre-Yves David README: update changelog
Thu, 12 Jan 2017 13:47:49 -0800 Martin von Zweigbergk fold: require --from flag for folding revisions to working copy
Tue, 13 Dec 2016 10:28:09 -0800 Martin von Zweigbergk fold: use 'fold', not 'touch', for transaction description
Thu, 05 Jan 2017 01:36:37 -0800 Stanislau Hlebik tests: fix tests to reflect hg core changes
Wed, 23 Nov 2016 21:00:42 +0530 Pulkit Goyal prune: improve error message if unstable changes are disallowed
Wed, 30 Nov 2016 11:17:55 +0000 Martijn Pieters wireproto: chunking and compression is forthwith to be handled by hgweb
Sun, 06 Nov 2016 19:19:28 +0100 Pierre-Yves David readme: fix the test run command stable
Wed, 02 Nov 2016 18:56:44 +0100 Pierre-Yves David Manifest.in: exclude unshipped extensions
Wed, 02 Nov 2016 18:54:05 +0100 Pierre-Yves David Manifest.in: include Manifest.in
Wed, 02 Nov 2016 18:53:49 +0100 Pierre-Yves David Manifest.in: exclude debian related file
Wed, 02 Nov 2016 18:53:28 +0100 Pierre-Yves David Manifest.in: include all script in tests
Wed, 02 Nov 2016 18:53:07 +0100 Pierre-Yves David Manifest.in: drop tests/test-qsync.t entry
Wed, 02 Nov 2016 18:52:46 +0100 Pierre-Yves David Manifest.in: drop the 'tests/dummyssh' entry
Wed, 02 Nov 2016 18:50:54 +0100 Pierre-Yves David Manifest.in: sort entry
Wed, 02 Nov 2016 18:49:19 +0100 Pierre-Yves David makefile: fix documentation
Tue, 25 Oct 2016 05:15:52 -0700 Simon Farnsworth tests: use curl instead of wget
Sun, 30 Oct 2016 23:31:31 +0100 Pierre-Yves David merge with stable
Sun, 30 Oct 2016 23:28:34 +0100 Pierre-Yves David Added tag 5.5.0 for changeset 727c7211c810 stable
Sun, 30 Oct 2016 23:18:33 +0100 Pierre-Yves David prepare release 5.5.0 stable 5.5.0
Sun, 30 Oct 2016 23:16:04 +0100 Pierre-Yves David readme: mention that the next release make use 4.0 compatible stable
Sat, 29 Oct 2016 15:07:27 +0200 Pierre-Yves David merge with latest fix mercurial-3.4
Sat, 29 Oct 2016 15:04:23 +0200 Pierre-Yves David merge with latest fix mercurial-3.5
Sat, 29 Oct 2016 15:01:41 +0200 Pierre-Yves David merge with latest fix mercurial-3.6
Sat, 29 Oct 2016 14:55:57 +0200 Pierre-Yves David merge with latest fix mercurial-3.7
Sat, 29 Oct 2016 14:49:37 +0200 Pierre-Yves David merge with latest fix mercurial-3.8
Sat, 29 Oct 2016 14:40:47 +0200 Pierre-Yves David merge with latest fix mercurial-3.9
Fri, 28 Oct 2016 17:25:06 -0700 Martin von Zweigbergk errors: add missing imports of mercurial.error stable
Fri, 28 Oct 2016 17:15:57 -0700 Martin von Zweigbergk evolve: use single quotes in usage messages stable
Fri, 28 Oct 2016 17:11:43 -0700 Martin von Zweigbergk evolve: prefer "abort" over "abandon" in messages for consistency stable
Fri, 28 Oct 2016 15:17:27 -0700 Martin von Zweigbergk setupevolveunfinished: use "hg update -C ." to abort stable
Fri, 28 Oct 2016 15:04:40 -0700 Martin von Zweigbergk evolve: suggest "hg update -C .", including '.', to abort evolve stable
Fri, 28 Oct 2016 17:03:53 +0200 Pierre-Yves David evolve: update the tested with statement stable
Fri, 28 Oct 2016 17:02:56 +0200 Pierre-Yves David merge with future 5.5 mercurial-3.4
Fri, 28 Oct 2016 16:59:32 +0200 Pierre-Yves David merge future 5.5 mercurial-3.5
Fri, 28 Oct 2016 16:34:57 +0200 Pierre-Yves David merge with future 5.5 mercurial-3.6
Fri, 28 Oct 2016 16:26:25 +0200 Pierre-Yves David merge with future 5.5 mercurial-3.7
Fri, 28 Oct 2016 16:16:19 +0200 Pierre-Yves David merge with future 5.5 mercurial-3.8
Fri, 28 Oct 2016 16:03:00 +0200 Pierre-Yves David integrate code update and test change from future 5.5 code mercurial-3.9
Fri, 28 Oct 2016 15:44:15 +0200 Pierre-Yves David merge with default, Mercurial 4.0-rc is out stable
Fri, 28 Oct 2016 15:43:21 +0200 Pierre-Yves David open the mercurial-3.9 compat branch mercurial-3.9
Sun, 16 Oct 2016 20:29:27 +0200 Pierre-Yves David merge with stable
Sun, 16 Oct 2016 09:52:53 -0700 Simon Farnsworth evolve: lock the working copy early in next and prev (issue5244) stable
Sat, 08 Oct 2016 08:14:21 -0700 Simon Farnsworth evolve: indent cmdnext and cmdprev ready for locking change (issue5244) stable
Sun, 16 Oct 2016 13:50:45 +0200 Pierre-Yves David tests: adapt to some change to topic output stable
Sat, 08 Oct 2016 15:49:12 +0200 Philippe Pepiot split: avoid trying to split an empty commit (issue5191) stable
Sat, 08 Oct 2016 15:49:12 +0200 Philippe Pepiot split: avoid trying to split an empty commit (issue5191)
Thu, 22 Sep 2016 09:15:30 -0700 Kostia Balytskyi evolve: fix test breaks related to double->single quote changes
Tue, 13 Sep 2016 01:25:17 +0200 Pierre-Yves David merge with stable
Mon, 12 Sep 2016 10:41:00 -0700 Durham Goode bump: copy parent manifest before editting it stable
Tue, 13 Sep 2016 00:56:57 +0200 Pierre-Yves David backed out changeset 7a76f9a43e89
Sat, 10 Sep 2016 13:26:19 +0200 Pierre-Yves David readme: add an entry about the {obsolete} template change
Fri, 09 Sep 2016 16:42:41 -0700 Martin von Zweigbergk templates: change {obsolete} to emit only "obsolete" or ""
Wed, 07 Sep 2016 17:51:15 +0200 Pierre-Yves David debug data for manifest change in core
Thu, 01 Sep 2016 07:40:27 +0530 Pulkit Goyal evolve: drop point release of versions
Thu, 01 Sep 2016 04:38:56 +0530 Pulkit Goyal evolve: removed redundant try/finally blocks
Sat, 27 Aug 2016 20:37:15 +0800 Anton Shestakov docs: spelling fixes
Sat, 27 Aug 2016 20:25:17 +0800 Anton Shestakov simple4server: update buglink to point to bz.mercurial-scm.org
Sat, 27 Aug 2016 20:24:58 +0800 Anton Shestakov evolve: update buglink to point to bz.mercurial-scm.org
Sat, 27 Aug 2016 20:24:13 +0800 Anton Shestakov docs: use https for mercurial-scm.org
Sat, 27 Aug 2016 20:17:41 +0800 Anton Shestakov docs: point wiki and bz links to mercurial-scm.org
Mon, 29 Aug 2016 14:54:20 +0200 Pierre-Yves David test: adapt to topic changes
Thu, 11 Aug 2016 23:00:46 +0200 Pierre-Yves David continue: ensure we hold the wlock before writing file to disk
Tue, 09 Aug 2016 00:37:58 +0200 Pierre-Yves David test: also use 'devel.legacy.exchange=bundle1' in test
Mon, 08 Aug 2016 10:05:47 -0700 Ryan McElroy dirstate: use arg count for version check
Mon, 01 Aug 2016 22:55:11 +0200 Pierre-Yves David merge back with stable
Mon, 01 Aug 2016 22:42:38 +0200 Pierre-Yves David Added tag 5.4.1 for changeset 2ad40d972a74 stable
Mon, 01 Aug 2016 22:40:04 +0200 Pierre-Yves David prepare release 5.4.1 stable 5.4.1
Mon, 01 Aug 2016 22:37:48 +0200 Pierre-Yves David 3.9 have been released stable
Mon, 01 Aug 2016 22:37:03 +0200 Pierre-Yves David open mercurial-3.7 compat branch mercurial-3.8
Wed, 22 Jun 2016 18:22:17 +0100 Jun Wu directaccess: make sure gethashsymbols does not return rev numbers
Wed, 15 Jun 2016 15:19:38 -0700 Jeroen Vaelen evolve: use hashlib to compute sha1 hashes
Fri, 27 May 2016 17:36:07 +0200 Pierre-Yves David merge with stable
Fri, 27 May 2016 17:33:53 +0200 Pierre-Yves David inhibit: protect agains dropped 'bmstore.write' stable
Wed, 25 May 2016 19:41:08 +0000 timeless help: fix evolution help grammar stable
Wed, 25 May 2016 19:13:26 +0000 timeless help: fix evolution hg phases reference stable
Fri, 06 May 2016 00:24:17 +0200 Pierre-Yves David merge latest tag in 3.4 branch mercurial-3.4
Fri, 06 May 2016 00:24:00 +0200 Pierre-Yves David merge latest tag in 3.5 branch mercurial-3.5
Fri, 06 May 2016 00:23:43 +0200 Pierre-Yves David merge latest tag in 3.6-branch mercurial-3.6
Fri, 06 May 2016 00:23:25 +0200 Pierre-Yves David merge latest tag in 3.7-branch mercurial-3.7
Fri, 06 May 2016 00:22:54 +0200 Pierre-Yves David merge back with stable
Fri, 06 May 2016 00:22:24 +0200 Pierre-Yves David Added tag 5.4.0 for changeset b21ce82e6f76 stable
Fri, 06 May 2016 00:18:24 +0200 Pierre-Yves David evolve: prepare release of version 5.4.0 stable 5.4.0
Fri, 06 May 2016 00:16:18 +0200 Pierre-Yves David evolve: update testedwith field stable
Fri, 06 May 2016 00:08:31 +0200 Pierre-Yves David merge with stable through 3.5 branch mercurial-3.4
Fri, 06 May 2016 00:03:28 +0200 Pierre-Yves David test: wider glob for payload size mercurial-3.4
Fri, 06 May 2016 00:00:14 +0200 Pierre-Yves David merge with stable throug 3.6 branch mercurial-3.5
Thu, 05 May 2016 23:51:35 +0200 Pierre-Yves David merge with stable through 3.7 branch mercurial-3.6
Thu, 05 May 2016 22:22:30 +0200 Pierre-Yves David mercurial-3.7: revert output change mercurial-3.7
Thu, 05 May 2016 22:13:02 +0200 Pierre-Yves David merge default into stable stable
Thu, 05 May 2016 21:54:26 +0200 Pierre-Yves David test: rename TOPICROOT to HGTEST_TOPICROOT
Thu, 05 May 2016 21:42:49 +0200 Pierre-Yves David test: update topic test output for order change
Thu, 05 May 2016 21:38:04 +0200 Pierre-Yves David test: update topic test output for indexing change
Thu, 05 May 2016 21:35:53 +0200 Pierre-Yves David test: adapt topic test
Thu, 05 May 2016 20:14:39 +0200 Pierre-Yves David test: improve skipped message for topic
Mon, 02 May 2016 18:40:21 +0200 Pierre-Yves David prune: suggest --biject in error "hint"
Mon, 02 May 2016 18:24:36 +0200 Pierre-Yves David metaedit: check for public changeset before instability
Mon, 02 May 2016 18:21:54 +0200 Pierre-Yves David fold: move sanity check after locking
Mon, 25 Apr 2016 16:24:42 -0700 Siddharth Agarwal metaedit: add support for folding commits while editing their metadata
Mon, 25 Apr 2016 16:24:42 -0700 Siddharth Agarwal commands: introduce a new command to edit commit metadata
Mon, 25 Apr 2016 16:24:42 -0700 Siddharth Agarwal evolve: factor out check for creating unstable commits
Mon, 25 Apr 2016 16:24:42 -0700 Siddharth Agarwal evolve: factor out sanity checks for folds
Thu, 21 Apr 2016 06:12:20 +0000 timeless evolve: include node, rev, desc, and phase in list
Thu, 21 Apr 2016 06:11:57 +0000 timeless evolve: use hex in list output
Wed, 20 Apr 2016 19:00:13 +0000 timeless py3: use items() instead of iteritems()
Wed, 20 Apr 2016 18:59:46 +0000 timeless py3: change except from two comma to as notation
Wed, 20 Apr 2016 18:58:52 +0000 timeless py3: tolerate io/StringIO divergence
Sun, 24 Apr 2016 22:31:58 -0400 Jordi GutiƩrrez Hermoso split: rewrite the pre-split commit message
Wed, 20 Apr 2016 17:11:49 -0700 Pierre-Yves David open mercurial-3.7 compat branch mercurial-3.7
Wed, 20 Apr 2016 17:08:59 -0700 Pierre-Yves David readme: add various missing parts
Wed, 20 Apr 2016 16:40:11 -0700 Pierre-Yves David hgignore: add an ignore rule for test timing stable
Tue, 19 Apr 2016 14:29:40 -0700 Laurent Charignon tests: change quoting pattern to match core's conventions
Fri, 14 Sep 2012 11:32:28 -0400 timeless Spelling: committed
Fri, 14 Sep 2012 11:30:32 -0400 timeless Spelling (en-us): behavior
Fri, 14 Sep 2012 11:28:31 -0400 timeless Spelling: forbidden
Wed, 12 Sep 2012 17:57:30 -0400 timeless Brand: Mercurial
Wed, 12 Sep 2012 18:27:16 -0400 timeless Grammar: paragraphs should end with periods
Wed, 12 Sep 2012 18:25:48 -0400 timeless Grammar: the
Wed, 12 Sep 2012 17:57:15 -0400 timeless Grammar: resulting issues
Wed, 12 Sep 2012 18:06:44 -0400 timeless Grammar: introduced
Wed, 12 Sep 2012 18:31:15 -0400 timeless Grammar: has
Fri, 14 Sep 2012 10:37:09 -0400 timeless Spelling: versioning
Wed, 12 Sep 2012 18:15:16 -0400 timeless Spelling: unnecessary
Wed, 12 Sep 2012 18:14:40 -0400 timeless Spelling: through
Fri, 14 Sep 2012 10:35:21 -0400 timeless Spelling: those
Wed, 12 Sep 2012 18:11:23 -0400 timeless Spelling: succeeded
Fri, 14 Sep 2012 10:32:39 -0400 timeless Spelling: remotely
Wed, 12 Sep 2012 18:02:05 -0400 timeless Spelling: remains
Fri, 14 Sep 2012 10:07:31 -0400 timeless Spelling: precursors
Fri, 14 Sep 2012 10:07:15 -0400 timeless Spelling: practice
Thu, 13 Sep 2012 17:34:14 -0400 timeless Spelling: directory
Thu, 13 Sep 2012 17:31:46 -0400 timeless Spelling: happened
Wed, 12 Sep 2012 18:06:36 -0400 timeless Spelling: formerly
Wed, 12 Sep 2012 18:05:44 -0400 timeless Spelling: extinct
Thu, 13 Sep 2012 17:34:29 -0400 timeless Spelling: directly
Wed, 12 Sep 2012 18:03:19 -0400 timeless Spelling: deserialize
Thu, 13 Sep 2012 17:29:45 -0400 timeless Spelling: accessing
Wed, 12 Sep 2012 18:09:10 -0400 timeless Spelling (en-us): -ize
Thu, 14 Apr 2016 21:30:57 +0000 timeless list: report the phase for divergent commits
Thu, 14 Apr 2016 17:42:18 +0000 timeless readme: improve bug tracker link
Thu, 14 Apr 2016 17:40:56 +0000 timeless readme: fix domain for bug tracker (bz.mercurial-scm.org)
Thu, 14 Apr 2016 18:33:00 +0000 timeless ignore: remove stale items
Thu, 14 Apr 2016 18:07:40 +0000 timeless project: change evolution domain to mercurial-scm
Thu, 14 Apr 2016 13:02:23 -0700 Pierre-Yves David tests: adapt output to the new graphlog style
Thu, 14 Apr 2016 03:42:48 +0000 timeless evolve: add --continue note to summary
Thu, 14 Apr 2016 15:03:18 +0000 timeless evolve: report merge node
Thu, 14 Apr 2016 15:02:10 +0000 timeless evolve: treat no support as non fatal
Wed, 13 Apr 2016 23:36:44 +0000 timeless list: limit to descriptions to firstline
Fri, 08 Apr 2016 18:45:58 +0000 timeless config: report evolve as origin for config
Fri, 08 Apr 2016 18:45:45 +0000 timeless alias: report evolve as origin for aliases
Tue, 22 Mar 2016 14:08:16 -0700 Kostia Balytskyi evolve--list: initial implementation
Fri, 18 Mar 2016 23:49:32 -0700 Pierre-Yves David merge with stable
Thu, 17 Mar 2016 17:03:51 -0700 Juntao Li evolve: Fix crash when reading docstring stable
Fri, 18 Mar 2016 16:37:49 -0700 Pierre-Yves David prune: remove the kill alias
Thu, 17 Mar 2016 15:04:05 -0700 Juntao Li evolve: Fix crush when reading docstring
Thu, 17 Mar 2016 11:31:55 -0700 Pierre-Yves David topic: restrict 'hg prev' to current topic unless --no-topic is passed
Thu, 17 Mar 2016 11:25:01 -0700 Pierre-Yves David topic: restrict 'hg prev' to current topic unless --no-topic is passed
Thu, 17 Mar 2016 10:04:30 -0700 Pierre-Yves David topic: preserve topic during evolve
Thu, 17 Mar 2016 09:39:35 -0700 Pierre-Yves David topic: 'hg evolve --all' pick all trouble within current topic
Sat, 07 Nov 2015 16:08:42 -0500 Pierre-Yves David close branch 3.3 mercurial-3.3
Sat, 12 Mar 2016 13:59:07 +0800 Anton Shestakov evolve: mark progress units for translation
Sat, 12 Mar 2016 13:45:25 +0800 Anton Shestakov evolve: ui.progress doesn't use total count if pos is None, let's drop it
Sat, 12 Mar 2016 13:15:28 +0800 Anton Shestakov debugrecordpruneparents: fix an apparent typo (marks) stable
Fri, 11 Mar 2016 23:47:59 +0000 Pierre-Yves David test: explicitly disable rebaseskipobsolete in a couple of place (issue5135)
(0) -1000 -240 +240 +1000 +3000 tip