Mon, 05 Aug 2013 17:22:18 -0500 Sean Farley basectx: move __iter__ from changectx
Mon, 05 Aug 2013 17:22:05 -0500 Sean Farley basectx: move __getitem__ from changectx
Mon, 05 Aug 2013 17:21:38 -0500 Sean Farley basectx: move __contains__ from changectx
Mon, 05 Aug 2013 17:21:23 -0500 Sean Farley basectx: move substate from changectx
Mon, 05 Aug 2013 17:00:32 -0500 Sean Farley basectx: move __ne__ from changectx
Mon, 05 Aug 2013 17:00:09 -0500 Sean Farley basectx: move __eq__ from changectx
Fri, 02 Aug 2013 18:24:08 -0500 Sean Farley basectx: move __repr__ from changectx
Fri, 02 Aug 2013 16:52:13 -0500 Sean Farley basectx: move __int__ from changectx
Fri, 02 Aug 2013 16:50:13 -0500 Sean Farley basectx: change _node to node() in hex
Fri, 02 Aug 2013 16:49:01 -0500 Sean Farley basectx: move hex from changectx
Fri, 02 Aug 2013 16:48:19 -0500 Sean Farley basectx: move node from changectx
Fri, 02 Aug 2013 19:09:06 -0500 Sean Farley basectx: move rev from changectx
Fri, 02 Aug 2013 16:46:23 -0500 Sean Farley basectx: move __str__ from changectx
Tue, 06 Aug 2013 16:42:41 -0500 Sean Farley changectx: if passing a basectx then exit __init__ immediately
Tue, 06 Aug 2013 15:50:28 -0500 Sean Farley basectx: return a copied context if changeid is already a basectx
Sat, 13 Jul 2013 19:59:21 -0500 Sean Farley basectx: add an empty class that will be used as a parent of all contexts
Wed, 24 Jul 2013 19:13:39 -0400 Augie Fackler ui.config: fix bug in config alternatives from cc669e4fec95
Sat, 03 Aug 2013 13:23:48 -0500 Matt Mackall proxy: allow wildcards in the no proxy list (issue1821)
Fri, 19 Jul 2013 02:08:19 +0400 Alexander Plavin hgweb: cleaner if conditions in changelog() function
Mon, 15 Jul 2013 01:10:22 +0400 Alexander Plavin hgweb: separate search itself and template generation
Sat, 03 Aug 2013 00:34:56 +0400 Alexander Plavin paper: remove unused occurence of changelogtag in views
Sun, 30 Jun 2013 11:48:21 +0400 Alexander Plavin hgweb: show full date in rfc822 format in tooltips at shortlog page
Sun, 04 Aug 2013 16:19:12 -0500 Kevin Bullock hgweb: remove trailing whitespace in mercurial.js
Mon, 22 Jul 2013 17:07:19 +0400 Alexander Plavin paper: get rid of changelogtag template duplication
Fri, 26 Jul 2013 15:59:16 -0400 Augie Fackler obsolete: clean up a couple of docstrings for correctness
Fri, 26 Jul 2013 21:18:40 -0400 Simon Heimberg run-tests: only check the common criteria once per test
Thu, 01 Aug 2013 22:52:05 -0500 Matt Mackall merge with stable
Thu, 01 Aug 2013 22:37:44 -0500 Matt Mackall Added signature for changeset f37b5a17e6a0 stable
Thu, 01 Aug 2013 22:37:41 -0500 Matt Mackall Added tag 2.7 for changeset f37b5a17e6a0 stable
Thu, 01 Aug 2013 21:43:14 -0500 Kevin Bullock bookmarks: pull --update updates to active bookmark if it moved (issue4007) stable 2.7
Thu, 01 Aug 2013 20:06:00 -0500 Matt Mackall merge with i18n stable
Thu, 01 Aug 2013 02:36:59 -0300 Wagner Bruna i18n-pt_BR: synchronized with 7b815e38022a stable
Thu, 01 Aug 2013 04:32:29 +0900 FUJIWARA Katsunori i18n-ja: synchronized with cfdae231ba78 stable
Thu, 01 Aug 2013 19:55:02 -0500 Matt Mackall histedit: don't clobber working copy on --abort if not on histedit cset stable
Thu, 01 Aug 2013 17:54:12 -0500 Matt Mackall rebase: allow aborting when descendants detected stable
Thu, 01 Aug 2013 17:45:13 -0500 Matt Mackall rebase: continue abort without strip for immutable csets (issue3997) stable
Thu, 01 Aug 2013 17:33:09 -0500 Matt Mackall rebase: don't clobber wd on --abort when we've updated away (issue4009) stable
Fri, 26 Jul 2013 13:34:51 -0700 Wojciech Lopata bookmarks: update only proper bookmarks on push -r/-B (issue 3973) stable
Sun, 28 Jul 2013 15:02:32 -0500 Matt Mackall checklink: work around sshfs brain-damage (issue3636) stable
Sat, 27 Jul 2013 19:31:14 -0500 Matt Mackall import: cut commit messages at --- unconditionally (issue2148) stable
Sat, 27 Jul 2013 21:16:12 +0200 Pascal Quantin win32: update Inno Setup installer script and extensions list stable
Fri, 26 Jul 2013 21:03:25 -0500 Matt Mackall revert: fix largefiles breakage stable
Fri, 26 Jul 2013 17:08:05 -0500 Matt Mackall revert: make backup when unforgetting a file (issue3423) stable
Fri, 26 Jul 2013 15:42:10 -0500 Matt Mackall revsingle: fix silly API issue (issue2992) stable
Fri, 26 Jul 2013 15:05:48 -0500 Matt Mackall Added signature for changeset f0d7721d7322 stable
Fri, 26 Jul 2013 15:05:46 -0500 Matt Mackall Added tag 2.7-rc for changeset f0d7721d7322 stable
Thu, 25 Jul 2013 21:00:03 +0200 Simon Heimberg i18n-it: do not translate rst syntax stable 2.7-rc
Fri, 26 Jul 2013 14:44:13 +0100 Frank Kingswood convert: handle changeset sorting errors without traceback (issue3961) stable
Thu, 25 Jul 2013 14:43:15 -0700 Siddharth Agarwal ancestor.deepest: ignore ninteresting while building result (issue3984) stable
Thu, 25 Jul 2013 17:35:53 +0800 Wei, Elson ancestor.deepest: decrement ninteresting correctly (issue3984) stable
Thu, 25 Jul 2013 14:20:37 -0700 Siddharth Agarwal ancestor.deepest: sort revs in C version stable
Thu, 25 Jul 2013 10:44:51 -0400 Augie Fackler check-code: add a check for the next() builtin, which was new in 2.6 stable
Thu, 25 Jul 2013 10:42:36 -0400 Augie Fackler mq: rename next() to nextpatch() to avoid confusing a future check-code patch stable
Thu, 25 Jul 2013 15:27:41 +0400 Alexander Plavin hgweb: replace next(revs) to revs.next() to fix compatibility with Python 2.5- stable
Thu, 25 Jul 2013 02:44:27 -0500 Matt Mackall tests: glob out exception type for directory collision stable
Thu, 25 Jul 2013 02:34:09 -0500 Matt Mackall record: add checkunfinished support (issue3955) stable
Thu, 25 Jul 2013 02:17:52 -0500 Matt Mackall checkunfinished: accommodate histedit quirk stable
Mon, 22 Jul 2013 10:04:53 +0200 Simon Heimberg tests: test-check-code-hg.t works for all files to check stable
Mon, 22 Jul 2013 10:04:45 +0200 Simon Heimberg check-code: do not abort on an unreadable file, only report this stable
Thu, 25 Jul 2013 00:54:49 -0500 Matt Mackall heads: fix children/descendants in doc (issue3992) stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip