log mercurial/localrepo.py @ 23203:3872d563e01a

age author description
Fri, 17 Oct 2014 21:55:31 -0700 Pierre-Yves David changelog: handle writepending in the transaction
Sat, 01 Nov 2014 23:17:50 +0000 Pierre-Yves David hook: protect commit hooks against stripping of temporary commit (issue4422) stable
Sat, 01 Nov 2014 17:30:57 -0500 Matt Mackall clone: properly mark branches closed with --uncompressed (issue4428) stable
Fri, 31 Oct 2014 12:56:25 -0700 Durham Goode clone: fix copying bookmarks in uncompressed clones (issue4430) stable
Wed, 01 Oct 2014 23:40:23 -0500 Pierre-Yves David bundle2: change header size and make them signed (new format)
Tue, 14 Oct 2014 13:23:52 -0700 Durham Goode obsolete: add createmarkers option
Tue, 14 Oct 2014 13:20:31 -0700 Durham Goode obsolete: add readonly flag to obstore constructor
Wed, 15 Oct 2014 12:52:10 -0700 Durham Goode obsstore: fix defaultformat option passing
Fri, 10 Oct 2014 14:09:37 -0400 Augie Fackler manifest: rename ambiguously-named set to setflag
Fri, 03 Oct 2014 13:22:31 -0700 Martin von Zweigbergk localrepo: access status fields by name rather than index
Mon, 13 Oct 2014 14:18:47 -0700 Martin von Zweigbergk commit: update file nodeid and flags in the same place
Mon, 13 Oct 2014 14:11:47 -0700 Martin von Zweigbergk commit: use separate variable for p1 manifest and new manifest
Mon, 13 Oct 2014 14:34:53 -0700 Martin von Zweigbergk commit: remove dead initialization of 'lock'
Mon, 13 Oct 2014 16:43:37 -0700 Martin von Zweigbergk commit: reduce scope of 'removed' variable
Tue, 16 Sep 2014 17:52:40 -0700 Pierre-Yves David obsolete: add a "format.obsstore-version" config option
Wed, 08 Oct 2014 11:52:30 -0400 Augie Fackler manifest: simplify manifest.add() by making args required
Fri, 03 Oct 2014 11:37:56 -0500 Pierre-Yves David locarepo: remove the `pull` method (API)
Fri, 03 Oct 2014 11:15:33 -0500 Pierre-Yves David localrepo: use exchange.pull when cloning
Fri, 03 Oct 2014 11:07:47 -0500 Pierre-Yves David exchange: have `pull` return the pulloperation object
Thu, 02 Oct 2014 18:39:57 -0500 Matt Mackall tag: use an abort hint
Thu, 02 Oct 2014 18:38:10 -0500 Matt Mackall tag: only check the status of .hgtags
Thu, 02 Oct 2014 18:37:12 -0500 Matt Mackall tag: properly abort if an unknown or ignored .hgtags is present
Fri, 26 Sep 2014 17:44:00 -0700 Pierre-Yves David pull: move bookmark movements inside the `exchange.pull`
Fri, 26 Sep 2014 12:51:55 -0700 Pierre-Yves David localrepo: pass arbitrary kwargs from `repo.pull` to `exchange.pull`
Thu, 25 Sep 2014 01:43:24 -0700 Pierre-Yves David locarepo: remove the `push` method (API)
Thu, 25 Sep 2014 02:21:59 -0700 Pierre-Yves David push: `exchange.push` now returns the `pushoperation` object
Mon, 22 Sep 2014 16:14:08 -0500 Matt Mackall merge with stable
Sun, 21 Sep 2014 10:07:06 -0500 Matt Mackall commit: catch changed exec bit on files from p1 (issue4382) stable
Fri, 05 Sep 2014 11:36:20 -0700 Durham Goode dirstate: wrap setparent calls with begin/endparentchange (issue4353)
Fri, 05 Sep 2014 11:34:29 -0700 Durham Goode dirstate: add begin/endparentchange to dirstate