log

age author description
Thu, 27 Nov 2014 02:04:30 +0100 Mads Kiilerich run-tests: automatically add (glob) to "saved backup bundle to" lines
Mon, 05 Jan 2015 15:00:02 -0800 Pierre-Yves David transaction: use the right location when cleaning up backup file (issue4479)
Mon, 05 Jan 2015 15:46:14 -0600 Matt Mackall merge with stable
Mon, 05 Jan 2015 11:02:04 +0900 FUJIWARA Katsunori revset: delay showing parse error for the revset alias until it is referred
Sat, 03 Jan 2015 10:25:08 +0900 Yuya Nishihara revset: drop pre-lazyset optimization for stringset of subset == entire repo stable
Sat, 03 Jan 2015 11:12:44 +0000 Christian Ebert keyword: update copyright year
Sat, 03 Jan 2015 11:11:46 +0000 Christian Ebert keyword: use vfs.reljoin and util.unlinkpath to remove kwdemo
Sun, 04 Jan 2015 15:26:26 -0500 Matt Harbison largefiles: properly sync lfdirstate after removing largefiles stable
Mon, 29 Dec 2014 18:35:23 -0800 Pierre-Yves David linkrev-filelog: handle filtered linkrev with no visible children (issue4307)
Mon, 29 Dec 2014 17:23:16 -0800 Pierre-Yves David linkrev: work around linkrev to filtered entry in 'filelog' revset
Sun, 21 Dec 2014 13:06:24 -0800 Sean Farley namespaces: update documentation and code indentation
Fri, 19 Dec 2014 17:27:20 -0800 Sean Farley namespaces: use namespace object instead of dictionary
Fri, 19 Dec 2014 17:17:17 -0800 Sean Farley namespaces: copy implementation to new namespace object
Fri, 19 Dec 2014 17:00:28 -0800 Sean Farley namespaces: add a namespace object
Fri, 02 Jan 2015 13:30:38 +0100 Angel Ezquerra localrepo: use vfs.reljoin rather than os.path.join in the localrepository class
Wed, 26 Nov 2014 19:28:11 -0500 Matt Harbison largefiles: drop a redundant check for patterns when removing without --after
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: override _dirstatestatus in workingcommitctx for correct matching
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: avoid breaking already fixed self._status at ctx.status()
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: add workingcommitctx for exact context to be committed
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: make unknown/ignored/clean of cached status empty for equivalence
Wed, 31 Dec 2014 13:48:55 -0800 Gregory Szorc templatefilters.json: stabilize output
Wed, 31 Dec 2014 11:22:17 -0800 Gregory Szorc templatefilters.json: call functions
Thu, 01 Jan 2015 16:47:14 -0600 Matt Mackall merge with stable
Wed, 24 Dec 2014 03:26:48 -0800 Pierre-Yves David linkrev: also adjust linkrev when bootstrapping annotate (issue4305)
Mon, 29 Dec 2014 23:40:24 -0800 Pierre-Yves David linkrev: also adjust linkrev when bootstrapping 'follow' revset
Tue, 23 Dec 2014 16:14:39 -0800 Pierre-Yves David linkrev: introduce an 'introrev' method on filectx
Tue, 23 Dec 2014 15:30:38 -0800 Pierre-Yves David filectx.parents: enforce changeid of parent to be in own changectx ancestors
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: remove unreliable accessor methods from committablectx
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: cache self._status correctly at workingctx.status
Tue, 23 Dec 2014 18:30:46 -0800 Pierre-Yves David filectx.parents: also fetch the filelog of rename source too
Thu, 01 Jan 2015 16:30:11 -0600 Matt Mackall Added signature for changeset 1265a3a71d75 stable
Thu, 01 Jan 2015 16:29:51 -0600 Matt Mackall Added tag 3.2.4 for changeset 1265a3a71d75 stable
Wed, 31 Dec 2014 14:46:03 +0100 Mads Kiilerich largefiles: backout f72d73937853 - linear updates handle m -> a differently stable 3.2.4
Wed, 31 Dec 2014 14:46:02 +0100 Mads Kiilerich largefiles: mark lfile as added in lfdirstate when the standin is added stable
Wed, 31 Dec 2014 14:45:02 +0100 Mads Kiilerich tests: add test coverage for lfdirstate invalidation of linear update stable
Tue, 30 Dec 2014 15:51:14 -0600 Matt Mackall test-subrepo-git: ignore global git config
Fri, 21 Nov 2014 16:02:26 -0800 Siddharth Agarwal tests/autodiff.py: explicitly only honor feature diffopts
Fri, 21 Nov 2014 16:01:55 -0800 Siddharth Agarwal cmdutil.changeset_printer: explicitly honor all diffopts
Tue, 18 Nov 2014 22:21:03 -0800 Siddharth Agarwal export: explicitly honor all diffopts
Fri, 21 Nov 2014 16:16:03 -0800 Siddharth Agarwal webcommands.annotate: explicitly only honor whitespace diffopts
Tue, 23 Dec 2014 18:29:03 -0800 Pierre-Yves David filectx.parents: filter nullrev parent sooner
Tue, 23 Dec 2014 17:13:51 -0800 Pierre-Yves David context: catch FilteredRepoLookupError instead of RepoLookupError
Thu, 27 Nov 2014 10:16:56 -0500 Matt Harbison narrowmatcher: propagate the rel() method
Fri, 28 Nov 2014 20:15:46 -0500 Matt Harbison match: add the abs() method
Mon, 29 Dec 2014 16:39:20 -0600 Matt Mackall merge with stable
Thu, 25 Dec 2014 23:33:26 +0900 FUJIWARA Katsunori posix: quote the specified string only when it may have to be quoted
Thu, 25 Dec 2014 23:33:26 +0900 FUJIWARA Katsunori windows: quote the specified string only when it has to be quoted
Thu, 25 Dec 2014 23:33:26 +0900 FUJIWARA Katsunori extdiff: rename the name of an argument for readability
Thu, 25 Dec 2014 23:33:26 +0900 FUJIWARA Katsunori extdiff: avoid unexpected quoting arguments for external tools (issue4463)
Sun, 28 Dec 2014 23:59:57 +0100 Mathias De Maré subrepo: add forgotten annotation for reverting git subrepos
Sun, 28 Dec 2014 10:42:25 +0100 Mathias De Maré subrepo: add full revert support for git subrepos
Tue, 23 Dec 2014 19:54:48 -0800 Ludovic Chabant setup: don't fail when Python doesn't have the cygwinccompiler package
Sun, 28 Dec 2014 23:50:08 +0100 Thomas Klausner tests: adapt glob pattern to fix test with NetBSD's sh(1) (issue4484)
Sun, 28 Dec 2014 21:30:52 +0100 Thomas Klausner tests: run 'cvs init' only on non-existent directories (issue4482)
Thu, 25 Dec 2014 21:50:35 -0500 Matt Harbison remove: use vfs instead of os.path + match.rel() for filesystem checks
Thu, 25 Dec 2014 21:43:45 -0500 Matt Harbison forget: use vfs instead of os.path + match.rel() for filesystem checks
Wed, 24 Dec 2014 12:07:59 -0500 Matt Harbison tests: make a multi-statement hook in bundle2-exchange Windows compatible
Mon, 29 Dec 2014 14:27:02 -0600 Matt Mackall sshpeer: more thorough shell quoting stable
Mon, 29 Dec 2014 13:10:47 -0600 Matt Mackall merge with stable
Mon, 29 Dec 2014 15:59:56 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 3b84bde06d17 stable