Thu, 18 Dec 2014 14:59:28 -0600 Matt Mackall Added signature for changeset 6dad422ecc5a stable
Thu, 18 Dec 2014 14:59:23 -0600 Matt Mackall Added tag 3.2.3 for changeset 6dad422ecc5a stable
Thu, 18 Dec 2014 14:18:28 -0600 Matt Mackall pathauditor: check for Windows shortname aliases stable 3.2.3
Tue, 16 Dec 2014 13:08:17 -0500 Augie Fackler pathauditor: check for codepoints ignored on OS X stable
Tue, 16 Dec 2014 13:07:10 -0500 Augie Fackler darwin: omit ignorable codepoints when normcase()ing a file path stable
Tue, 16 Dec 2014 13:06:41 -0500 Augie Fackler encoding: add hfsignoreclean to clean out HFS-ignored characters stable
Thu, 11 Dec 2014 15:42:49 -0500 Augie Fackler test-casefolding.t: demonstrate a bug with HFS+ ignoring some codepoints stable
Fri, 12 Dec 2014 13:40:44 -0500 Augie Fackler manifest: disallow setting the node id of an entry to None stable
Fri, 12 Dec 2014 15:29:54 -0500 Augie Fackler context: stop setting None for modified or added nodes stable
Sat, 13 Dec 2014 13:33:48 -0500 Matt Harbison largefiles: don't actually remove largefiles in an addremove dry run stable
Wed, 17 Dec 2014 15:11:26 -0800 Eric Sumner bundle2: lowercase part types
Wed, 17 Dec 2014 21:14:19 -0800 Eric Sumner bundle2.bundlepart: make mandatory part flag explicit in API
Wed, 17 Dec 2014 15:09:43 +0900 FUJIWARA Katsunori memctx: calculate manifest correctly with newly-removed files (issue4470)
Wed, 17 Dec 2014 15:09:43 +0900 FUJIWARA Katsunori memctx: calculate manifest including newly added files correctly
Wed, 17 Dec 2014 15:09:38 +0900 FUJIWARA Katsunori memctx: calculate exact status being committed from specified files
Fri, 12 Dec 2014 12:31:41 -0800 Eric Sumner bundle2._processpart: forcing lower-case compare is no longer necessary
Fri, 12 Dec 2014 11:26:56 -0800 Eric Sumner bundle2.unbundlepart: decouple mandatory from parttype
Mon, 15 Dec 2014 15:00:54 -0500 Augie Fackler memctx: fix manifest for removed files (issue4470)
Fri, 12 Dec 2014 15:53:17 -0500 Augie Fackler convert: on svn failure, note libsvn version (issue4043)
Mon, 15 Dec 2014 13:32:34 -0800 Pierre-Yves David vfs: add a 'split' method
Mon, 15 Dec 2014 13:27:46 -0800 Pierre-Yves David vfs: add a 'reljoin' function for joining relative paths
Thu, 18 Dec 2014 12:07:03 -0600 Matt Mackall subrepo: fix git subrepo ui argument
Sat, 13 Dec 2014 19:44:55 -0500 Matt Harbison subrepo: drop the 'ui' parameter to revert()
Sat, 13 Dec 2014 19:36:50 -0500 Matt Harbison subrepo: drop the 'ui' parameter to removefiles()
Sat, 13 Dec 2014 19:23:30 -0500 Matt Harbison subrepo: drop the 'ui' parameter to forget()
Sat, 13 Dec 2014 14:26:38 -0500 Matt Harbison subrepo: drop the 'ui' parameter to cat()
Sat, 13 Dec 2014 14:53:46 -0500 Matt Harbison subrepo: drop the 'ui' parameter to archive()
Sat, 13 Dec 2014 22:44:22 -0500 Matt Harbison subrepo: use 'self.ui' instead of 'self._repo.ui'
Sat, 13 Dec 2014 20:43:01 -0500 Matt Harbison subrepo: reset 'self.ui' to the subrepo copy of 'ui' in the hgsubrepo class
Sat, 13 Dec 2014 15:19:38 -0500 Matt Harbison subrepo: rename the '_ui' member to 'ui'
Sat, 13 Dec 2014 15:13:07 -0500 Matt Harbison subrepo: drop the '_ui' member in the subrepo subclasses
Tue, 09 Dec 2014 09:35:04 -0500 Augie Fackler graphmod: attempt to clarify documentation of groupbranchiter()
Mon, 08 Dec 2014 15:20:28 -0500 Augie Fackler graphmod: rename graph-topological config to graph-group-branches
Thu, 04 Sep 2014 19:28:17 +0200 Pierre-Yves David groupbranchiter: allow callers to select the first branch
Thu, 04 Sep 2014 19:05:36 +0200 Pierre-Yves David groupbranchiter: support for non-contiguous revsets
Fri, 14 Nov 2014 20:08:59 +0000 Pierre-Yves David groubranchhiter: indent most of the inner code
Fri, 14 Nov 2014 17:37:59 +0000 Pierre-Yves David graphlog: add a way to test the 'groupbranchiter' function
Thu, 04 Sep 2014 18:19:32 +0200 Pierre-Yves David graphmod: add a function for topological iteration
Fri, 17 Oct 2014 15:27:12 -0700 Sean Farley namespaces: add branches
Fri, 17 Oct 2014 15:27:33 -0700 Sean Farley namespaces: add tags
Sun, 14 Dec 2014 19:11:44 -0800 Ryan McElroy namespaces: remove weakref; always pass in repo
Thu, 16 Oct 2014 23:27:54 -0700 Sean Farley changectx: use names api to simplify and extend node lookup
Fri, 17 Oct 2014 15:28:40 -0700 Sean Farley namespaces: add a method to the first matching node for a given name
Sun, 14 Dec 2014 12:53:50 -0800 Sean Farley namespaces: add bookmarks to the names data structure
Sun, 14 Dec 2014 16:22:24 -0800 Sean Farley namespaces: add a convenience property for the weakref _repo
Sun, 14 Dec 2014 15:35:57 -0800 Sean Farley namespaces: pass repo to __init__
Sun, 14 Dec 2014 15:04:40 -0800 Sean Farley namespaces: add a function to turn single results into lists
Fri, 17 Oct 2014 11:25:51 -0700 Sean Farley namespaces: add a method to register new namespaces
Sun, 14 Dec 2014 12:29:28 -0800 Sean Farley namespaces: introduce a generic way to map between names and nodes
Sun, 14 Dec 2014 19:27:58 +0100 Mads Kiilerich statichttprepo: update profile of __call__ in mock vfs object
Sun, 14 Dec 2014 21:00:58 +0100 Mathias De Maré tests: avoid git diffstat singular/plural output difference
Sun, 14 Dec 2014 11:34:51 +0100 Mathias De Maré subrepo: add revert support without backup for git subrepos
Sat, 01 Nov 2014 22:56:49 -0700 Martin von Zweigbergk match: make 'always' and 'exact' functions, not classes
Sat, 13 Dec 2014 14:31:55 -0800 Ryan McElroy share: implement shared bookmark functionality
Sat, 13 Dec 2014 13:56:05 -0800 Kyle Lippincott debugindex: respect --debug flag to show full nodeids
Fri, 12 Dec 2014 14:06:36 -0800 Siddharth Agarwal localrepo.clone: add a way to override server preferuncompressed
Fri, 12 Dec 2014 14:02:56 -0800 Siddharth Agarwal hg.clone: set 'stream' depending on whether --pull was requested or not
Fri, 14 Nov 2014 05:53:04 -0800 Martin von Zweigbergk merge: perform case-collision checking on final set of actions
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Sat, 13 Dec 2014 09:45:00 +0100 Mathias De Maré tests: allow more flexibility in git diffstat output
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip