log

age author description
Mon, 16 Sep 2013 12:17:55 -0700 Bryan O'Sullivan parsers: correctly handle a failed allocation
Mon, 16 Sep 2013 12:12:37 -0700 Bryan O'Sullivan parsers: use Py_INCREF safely
Mon, 16 Sep 2013 12:10:28 -0700 Bryan O'Sullivan parsers: state is a char, not an int
Fri, 13 Sep 2013 10:00:57 +0800 Wei, Elson setup: check if mercurial/util.h has been modified
Fri, 13 Sep 2013 09:54:43 +0800 Wei, Elson util.h: add stdint basic type definitions
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin hgweb: add revset syntax support to search
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin revset: add a whitelist of DoS-safe symbols
Wed, 07 Aug 2013 01:21:31 +0400 Alexander Plavin revset: add helper function to get functions used in a revset parse tree
Fri, 09 Aug 2013 22:52:58 +0400 Alexander Plavin revset: add helper function to get revset parse tree depth
Sat, 07 Sep 2013 00:59:24 -0700 Siddharth Agarwal parsers: use a lookup table to convert hex to binary
Fri, 06 Sep 2013 23:05:33 -0700 Siddharth Agarwal revlog: remove _chunkbase since it is no longer used
Fri, 06 Sep 2013 23:05:11 -0700 Siddharth Agarwal revlog: move chunk cache preload from revision to _chunks
Fri, 06 Sep 2013 22:57:51 -0700 Siddharth Agarwal revlog._chunks: inline getchunk
Sat, 07 Sep 2013 12:42:46 -0700 Siddharth Agarwal revlog.revision: fix cache preload for inline revlogs
Fri, 06 Sep 2013 16:31:35 -0700 Siddharth Agarwal revlog: add a fast method for getting a list of chunks
Fri, 06 Sep 2013 13:35:29 -0700 Siddharth Agarwal perfmanifest: allow and require passing in a rev
Fri, 06 Sep 2013 13:20:07 -0700 Siddharth Agarwal perfmanifest: fix cache invalidation
Fri, 06 Sep 2013 13:16:21 -0700 Siddharth Agarwal lrucachedict: implement clear()
Sat, 07 Sep 2013 16:08:11 -0500 Kevin Bullock merge with stable
Sat, 07 Sep 2013 21:20:00 +0200 Antoine Pitrou bundle: fix performance regression when bundling file changes (issue4031) stable
Sat, 07 Sep 2013 00:08:36 -0500 Kevin Bullock merge with stable
Tue, 06 Aug 2013 00:52:06 +0400 Alexander Plavin revset: fix wrong keyword() behaviour for strings with spaces stable
Thu, 15 Aug 2013 13:42:56 -0500 Sean Farley commitablefilectx: move children from workingfilectx
Thu, 15 Aug 2013 13:42:33 -0500 Sean Farley commitablefilectx: move parents from workingfilectx
Thu, 15 Aug 2013 13:23:06 -0500 Sean Farley commitablefilectx: move __nonzero__ from workingfilectx
Thu, 15 Aug 2013 13:12:50 -0500 Sean Farley commitablefilectx: move __init__ from workingfilectx
Thu, 15 Aug 2013 13:11:51 -0500 Sean Farley commitablefilectx: add a class that will be used for mutable file contexts
Wed, 14 Aug 2013 16:40:34 -0500 Sean Farley commitablectx: move dirs from workingctx
Wed, 14 Aug 2013 16:40:27 -0500 Sean Farley commitablectx: move markcommitted from workingctx
Wed, 14 Aug 2013 16:37:59 -0500 Sean Farley commitablectx: move ancestors from workingctx
Wed, 14 Aug 2013 16:37:11 -0500 Sean Farley commitablectx: move walk from workingctx
Wed, 14 Aug 2013 16:37:01 -0500 Sean Farley commitablectx: move ancestor from workingctx
Wed, 14 Aug 2013 16:25:43 -0500 Sean Farley commitablectx: move flags from workingctx
Wed, 14 Aug 2013 16:25:26 -0500 Sean Farley commitablectx: move children from workingctx
Wed, 14 Aug 2013 16:25:17 -0500 Sean Farley commitablectx: move hidden from workingctx
Wed, 14 Aug 2013 16:24:59 -0500 Sean Farley commitablectx: move phase from workingctx
Wed, 14 Aug 2013 16:24:33 -0500 Sean Farley commitablectx: move bookmarks from workingctx
Wed, 14 Aug 2013 16:24:16 -0500 Sean Farley commitablectx: move tags from workingctx
Wed, 14 Aug 2013 16:23:28 -0500 Sean Farley commitablectx: move extra from workingctx
Wed, 14 Aug 2013 16:23:16 -0500 Sean Farley commitablectx: move closesbranch from workingctx
Wed, 14 Aug 2013 16:23:02 -0500 Sean Farley commitablectx: move branch from workingctx
Wed, 14 Aug 2013 16:22:42 -0500 Sean Farley commitablectx: move clean from workingctx
Wed, 14 Aug 2013 16:22:32 -0500 Sean Farley commitablectx: move ignored from workingctx
Wed, 14 Aug 2013 16:22:20 -0500 Sean Farley commitablectx: move unknown from workingctx
Wed, 14 Aug 2013 16:21:55 -0500 Sean Farley commitablectx: move deleted from workingctx
Wed, 14 Aug 2013 16:15:29 -0500 Sean Farley commitablectx: move removed from workingctx
Wed, 14 Aug 2013 16:15:18 -0500 Sean Farley commitablectx: move added from workingctx
Wed, 14 Aug 2013 16:14:58 -0500 Sean Farley commitablectx: move modified from workingctx
Wed, 14 Aug 2013 16:09:45 -0500 Sean Farley commitablectx: move files from workingctx
Wed, 14 Aug 2013 16:09:30 -0500 Sean Farley commitablectx: move description from workingctx
Wed, 14 Aug 2013 16:03:32 -0500 Sean Farley commitablectx: move date from workingctx
Thu, 15 Aug 2013 10:57:43 -0500 Sean Farley commitablectx: move _date from workingctx
Wed, 14 Aug 2013 15:57:24 -0500 Sean Farley commitablectx: move user from workingctx
Thu, 15 Aug 2013 10:51:53 -0500 Sean Farley commitablectx: move _user from workingctx
Wed, 14 Aug 2013 15:55:56 -0500 Sean Farley commitablectx: move status from workingctx
Wed, 14 Aug 2013 15:41:22 -0500 Sean Farley commitablectx: move _status from workingctx
Wed, 14 Aug 2013 15:34:18 -0500 Sean Farley commitablectx: move _manifest from workingctx
Wed, 14 Aug 2013 15:30:17 -0500 Sean Farley commitablectx: move _flagfunc from workingctx
Wed, 14 Aug 2013 15:29:48 -0500 Sean Farley commitablectx: move _buildflagfunc from workingctx
Wed, 14 Aug 2013 15:29:09 -0500 Sean Farley commitablectx: move __contains__ from workingctx
Wed, 14 Aug 2013 15:28:43 -0500 Sean Farley commitablectx: move __nonzero__ from workingctx
Wed, 14 Aug 2013 15:25:14 -0500 Sean Farley commitablectx: move __str__ from workingctx
Wed, 14 Aug 2013 15:24:58 -0500 Sean Farley commitablectx: move __init__ from workingctx
Wed, 14 Aug 2013 15:02:08 -0500 Sean Farley commitablectx: add a class that will be used as a parent of mutable contexts
Wed, 14 Aug 2013 13:32:56 -0500 Sean Farley workingfilectx: remove unneeded __repr__ since it is now inherited
Thu, 15 Aug 2013 13:09:34 -0500 Sean Farley workingfilectx: remove bogus comment
Thu, 15 Aug 2013 13:32:07 -0500 Sean Farley workingfilectx: remove __str__ manifest since it is now inherited
Thu, 15 Aug 2013 13:31:17 -0500 Sean Farley basefilectx: use basectx __str__ instead of duplicating logic
Wed, 14 Aug 2013 13:41:09 -0500 Sean Farley workingctx: remove unneeded manifest since it is now inherited
Wed, 14 Aug 2013 13:32:44 -0500 Sean Farley workingctx: remove unneeded __repr__ since it is now inherited
Tue, 03 Sep 2013 20:02:53 +0400 Alexander Plavin hgweb: import the whole util module in webcommands instead of just one function
Wed, 04 Sep 2013 19:40:04 +0400 Alexander Plavin hgweb: add string constants for search mode names
Wed, 04 Sep 2013 18:42:55 -0700 Siddharth Agarwal addremove: don't do full walks
Thu, 05 Sep 2013 11:45:27 -0400 Augie Fackler merge with mpm
Tue, 03 Sep 2013 17:06:19 -0400 Augie Fackler merge with mpm
Sat, 17 Aug 2013 20:48:49 -0700 Siddharth Agarwal pack_dirstate: only invalidate mtime for files written in the last second
Sat, 31 Aug 2013 10:20:15 -0700 Siddharth Agarwal dirstate.status: don't ignore symlink placeholders in the normal set
Sat, 31 Aug 2013 10:16:06 -0700 Siddharth Agarwal localrepo.status: ignore empty symlink placeholders
Tue, 03 Sep 2013 18:08:27 -0500 Matt Mackall merge with stable
Tue, 03 Sep 2013 18:05:11 -0500 Matt Mackall Added signature for changeset 335a558f81dc stable
Tue, 03 Sep 2013 18:05:06 -0500 Matt Mackall Added tag 2.7.1 for changeset 335a558f81dc stable
Wed, 28 Aug 2013 22:09:53 +0900 FUJIWARA Katsunori tags: write tag overwriting history also into tag cache file (issue3911) stable 2.7.1
Tue, 03 Sep 2013 15:50:59 -0500 Matt Mackall merge with stable
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: add description about "histedit --outgoing" to command help stable
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: add description about basic histedit function to command help stable
Tue, 03 Sep 2013 15:12:35 -0400 Bryan O'Sullivan rebase: handle bookmarks matching revset function names (issue3950) stable
Tue, 03 Sep 2013 15:12:35 -0400 Bryan O'Sullivan rebase: handle bookmarks matching revset function names (issue3950)
Thu, 25 Jul 2013 22:28:34 -0500 Sean Farley dispatch: add ability to specify a custom pdb module as a debugger
Sat, 13 Jul 2013 16:33:07 -0500 Sean Farley dispatch: move command line --config argument parsing to _runcatch()
Tue, 13 Aug 2013 01:38:30 +0200 Angel Ezquerra mq: update subrepos when applying / unapplying patches that change .hgsubstate
Wed, 21 Aug 2013 22:34:04 +0200 Angel Ezquerra subrepo: make submerge() return the merged substate
Tue, 06 Aug 2013 00:49:39 +0200 Angel Ezquerra mq: look for modified subrepos when checking for local changes
Wed, 07 Aug 2013 09:59:45 +0800 Wei, Elson localrepo: get value from the unfiltered caches should check if the attribute existed.
Fri, 19 Jul 2013 02:09:13 +0400 Alexander Plavin hgweb: always run search when a query is entered (bc)
Fri, 19 Jul 2013 02:41:11 +0400 Alexander Plavin hgweb: search() function supports direct pointing to revision
Thu, 22 Aug 2013 16:42:10 +0400 Alexander Plavin hgweb: pass arguments which a function depends on explicitly in search
Thu, 22 Aug 2013 16:45:23 +0400 Alexander Plavin hgweb: add dynamic search function selection, depending on the query
Mon, 26 Aug 2013 17:11:01 -0700 Wojciech Lopata unionrevlog: extract 'baserevision' and 'baserevdiff' methods
Mon, 26 Aug 2013 16:50:31 -0700 Wojciech Lopata bundlerevlog: extract 'baserevision' method
Mon, 26 Aug 2013 15:20:44 -0700 Danek Duvall solaris: tests can't use tail -n
Fri, 23 Aug 2013 16:05:38 -0700 Danek Duvall solaris: sed doesn't recognize a line without a newline
Fri, 23 Aug 2013 14:31:42 -0700 Danek Duvall solaris: test cases can't use grep -a
Mon, 19 Aug 2013 11:25:23 -0700 Wojciech Lopata revlog: pass node as an argument of addrevision
Mon, 19 Aug 2013 11:06:38 -0700 Wojciech Lopata revlog: extract 'checkhash' method
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: discard meaningless comment about 'hexlify node'
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: add description about "histedit --outgoing" to command help
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: add description about basic histedit function to command help
Fri, 23 Aug 2013 16:16:22 -0400 Augie Fackler httpclient: import 0d1b0a8bc549 to fix bug involving late-arriving RST after a response
Fri, 23 Aug 2013 13:28:18 -0400 Augie Fackler progress: stop getting stuck in a nested topic during a long inner step
Thu, 15 Aug 2013 21:36:53 -0400 Augie Fackler Backed out changeset 77d434760857
Thu, 15 Aug 2013 21:35:56 -0400 Jeff Sickel hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Wed, 14 Aug 2013 12:42:22 -0500 Matt Mackall debugfs: add hardlink support reporting
Sun, 04 Aug 2013 13:43:39 +0200 Dan Villiom Podlaski Christiansen obsolete: allow passing a revision to successorssets()
Mon, 12 Aug 2013 17:44:31 -0500 Jeff Sickel factotum: clean up keychain for multiple hg repository authentication
Mon, 12 Aug 2013 17:36:49 -0500 Jeff Sickel 9mail: new script to add support for Plan 9 upas/marshal email wrapper
Sun, 11 Aug 2013 23:50:32 -0500 Sean Farley workingfilectx: inherit from basefilectx instead of filectx
Sun, 11 Aug 2013 23:06:10 -0500 Sean Farley basefilectx: move copies from filectx
Sun, 11 Aug 2013 23:05:50 -0500 Sean Farley basefilectx: move ancestors from filectx
Sun, 11 Aug 2013 23:05:08 -0500 Sean Farley basefilectx: move ancestor from filectx
Sun, 11 Aug 2013 23:03:33 -0500 Sean Farley basefilectx: move annotate from filectx
Sun, 11 Aug 2013 23:00:11 -0500 Sean Farley basefilectx: move p2 from filectx
Sun, 11 Aug 2013 22:59:10 -0500 Sean Farley basefilectx: move p1 from filectx
Sun, 11 Aug 2013 22:57:21 -0500 Sean Farley basefilectx: move parents from filectx
Sun, 11 Aug 2013 22:56:53 -0500 Sean Farley basefilectx: move cmp from filectx
Sun, 11 Aug 2013 22:56:30 -0500 Sean Farley basefilectx: move isbinary from filectx
Sun, 11 Aug 2013 22:56:18 -0500 Sean Farley basefilectx: move path from filectx
Sun, 11 Aug 2013 22:56:02 -0500 Sean Farley basefilectx: move changectx from filectx
Sun, 11 Aug 2013 22:55:09 -0500 Sean Farley basefilectx: move manifest from filectx
Sun, 11 Aug 2013 22:54:58 -0500 Sean Farley basefilectx: move phasestr from filectx
Sun, 11 Aug 2013 22:54:48 -0500 Sean Farley basefilectx: move phase from filectx
Sun, 11 Aug 2013 22:54:39 -0500 Sean Farley basefilectx: move extra from filectx
Sun, 11 Aug 2013 22:54:31 -0500 Sean Farley basefilectx: move branch from filectx
Sun, 11 Aug 2013 22:54:22 -0500 Sean Farley basefilectx: move description from filectx
Sun, 11 Aug 2013 22:54:12 -0500 Sean Farley basefilectx: move files from filectx
Sun, 11 Aug 2013 22:53:56 -0500 Sean Farley basefilectx: move date from filectx
Sun, 11 Aug 2013 22:53:47 -0500 Sean Farley basefilectx: move user from filectx
Sun, 11 Aug 2013 22:53:23 -0500 Sean Farley basefilectx: move hex from filectx
Sun, 11 Aug 2013 22:51:53 -0500 Sean Farley basefilectx: move node from filectx
Sun, 11 Aug 2013 22:51:41 -0500 Sean Farley basefilectx: move linkrev from filectx
Sun, 11 Aug 2013 22:51:30 -0500 Sean Farley basefilectx: move rev from filectx
Sun, 11 Aug 2013 22:51:18 -0500 Sean Farley basefilectx: move filelog from filectx
Sun, 11 Aug 2013 22:51:04 -0500 Sean Farley basefilectx: move flags from filectx
Sun, 11 Aug 2013 22:50:37 -0500 Sean Farley basefilectx: move filenode from filectx
Sun, 11 Aug 2013 22:50:15 -0500 Sean Farley basefilectx: move filerev from filectx
Sun, 11 Aug 2013 22:49:40 -0500 Sean Farley basefilectx: move __ne__ from filectx
Sun, 11 Aug 2013 22:49:03 -0500 Sean Farley basefilectx: move __eq__ from filectx
Sun, 11 Aug 2013 22:47:39 -0500 Sean Farley basefilectx: move __hash__ from filectx
Sun, 11 Aug 2013 22:46:54 -0500 Sean Farley basefilectx: move __repr__ from filectx
Sun, 11 Aug 2013 22:45:30 -0500 Sean Farley basefilectx: move __str__ from filectx
Sun, 11 Aug 2013 22:45:13 -0500 Sean Farley basefilectx: move __nonzero__ from filectx
Sun, 11 Aug 2013 22:44:51 -0500 Sean Farley basefilectx: move _repopath from filectx
Sun, 11 Aug 2013 22:44:36 -0500 Sean Farley basefilectx: move _filerev from filectx
Sun, 11 Aug 2013 22:44:19 -0500 Sean Farley basefilectx: move _filenode from filectx
Sun, 11 Aug 2013 22:44:06 -0500 Sean Farley basefilectx: move _changeid from filectx
Sun, 11 Aug 2013 22:40:59 -0500 Sean Farley basefilectx: move _filelog from filectx
Sat, 10 Aug 2013 15:10:26 -0500 Sean Farley basefilectx: add an empty class that will be used as a parent of file contexts
Mon, 05 Aug 2013 18:44:18 -0500 Sean Farley workingctx: inherit from basectx instead of changectx
Tue, 06 Aug 2013 15:10:09 -0500 Sean Farley largefiles: remove unnecessary check of instance
Tue, 06 Aug 2013 15:11:42 -0500 Sean Farley localrepo: remove unnecessary check of instance
Tue, 06 Aug 2013 15:11:31 -0500 Sean Farley basectx: remove unnecessary check of instance
Mon, 05 Aug 2013 18:42:41 -0500 Sean Farley basectx: move dirty from changectx
Mon, 05 Aug 2013 18:41:56 -0500 Sean Farley basectx: move dirs from changectx
Mon, 05 Aug 2013 18:41:43 -0500 Sean Farley basectx: move _dirs from changectx
Mon, 05 Aug 2013 18:41:12 -0500 Sean Farley basectx: move diff from changectx
Mon, 05 Aug 2013 18:41:00 -0500 Sean Farley basectx: move match from changectx
Mon, 05 Aug 2013 18:40:36 -0500 Sean Farley basectx: move sub from changectx
Mon, 05 Aug 2013 18:28:54 -0500 Sean Farley basectx: move flags from changectx
Mon, 05 Aug 2013 18:28:40 -0500 Sean Farley basectx: move filenode from changectx
Mon, 05 Aug 2013 18:28:23 -0500 Sean Farley basectx: move _fileinfo from changectx
Mon, 05 Aug 2013 18:26:54 -0500 Sean Farley basectx: move p2 from changectx
Mon, 05 Aug 2013 18:26:15 -0500 Sean Farley basectx: move p1 from changectx
Mon, 05 Aug 2013 18:19:38 -0500 Sean Farley basectx: move parents from changectx
Mon, 05 Aug 2013 18:19:19 -0500 Sean Farley basectx: move mutable from changectx
Mon, 05 Aug 2013 18:19:04 -0500 Sean Farley basectx: move phasestr from changectx
Mon, 05 Aug 2013 17:22:49 -0500 Sean Farley basectx: move manifest from changectx
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
Sun, 21 Jul 2013 18:50:54 +0400 Alexander Plavin paper: fix rendering of the first tab in a line in Webkit (issue3990) stable
Sun, 21 Jul 2013 01:38:04 +0400 Alexander Plavin hgweb: fix duplication for some search queries stable
Wed, 24 Jul 2013 14:51:13 -0400 Augie Fackler sslutil: force SSLv3 on Python 2.6 and later (issue3905) stable
Wed, 24 Jul 2013 14:45:29 -0400 Augie Fackler httpclient: update to revision 9517a2b56fe9 of httpplus (issue3905) stable
Sat, 11 May 2013 20:40:15 -0500 Augie Fackler hgweb: force connection close on early response stable