log mercurial/localrepo.py @ 15650:5b26667fc4d3

age author description
Thu, 15 Dec 2011 11:28:42 +0100 Pierre-Yves David phases: exchange phase boundaries on pull
Thu, 15 Dec 2011 11:57:33 +0100 Pierre-Yves David phases: add a phases.publish option
Mon, 05 Dec 2011 17:48:40 -0600 Matt Mackall merge with stable
Thu, 01 Dec 2011 17:39:30 -0500 Greg Ward rollback: always call destroyed() (regression from 1.9) stable
Wed, 30 Nov 2011 16:53:44 -0600 Matt Mackall lock: change name of release chain
Wed, 30 Nov 2011 16:20:07 -0600 Matt Mackall localrepo: remove asserts in _afterlock
Wed, 30 Nov 2011 15:36:55 -0600 Matt Mackall localrepo: rename _postrelease to _afterlock
Wed, 30 Nov 2011 15:33:44 -0600 Matt Mackall addchangegroup: ony queue hooks when we have changesets
Mon, 28 Nov 2011 01:32:13 +0100 Pierre-Yves David addchangegroup: remove the lock argument on the addchangegroup methods
Mon, 28 Nov 2011 01:18:15 +0100 Pierre-Yves David addchangegroup: use a postrelease callback to call changegroup hook
Mon, 28 Nov 2011 15:05:26 +0100 Pierre-Yves David lock: add mechanism to register post release callback
Fri, 11 Nov 2011 00:22:02 +0100 Pierre-Yves David phases: set common changeset to public on pull
Fri, 11 Nov 2011 00:21:17 +0100 Pierre-Yves David phases: mark content pushed as public in local repo on push
Fri, 11 Nov 2011 00:19:00 +0100 Pierre-Yves David phases: marked content of a changegroup as published
Fri, 11 Nov 2011 00:15:22 +0100 Pierre-Yves David phases: set new commit in 1-phase
Mon, 07 Nov 2011 13:20:22 +0100 Pierre-Yves David phases: handle unknown nodes in boundary
Mon, 07 Nov 2011 12:27:25 +0100 Pierre-Yves David phases: add rollback support
Mon, 07 Nov 2011 14:11:01 +0100 Pierre-Yves David phases: add a moveboundary function to move phases boundaries
Fri, 04 Nov 2011 00:20:20 +0100 Pierre-Yves David phases: add a cache allowing to know in which phase a changeset is
Fri, 04 Nov 2011 00:16:24 +0100 Pierre-Yves David phases: basic I/O logic
Wed, 02 Nov 2011 13:37:34 -0500 Matt Mackall localrepo: add revs helper method
Sat, 29 Oct 2011 11:02:23 -0500 Matt Mackall backout dbdb777502dc (issue3077) (issue3071) stable
Mon, 24 Oct 2011 13:51:24 +0200 Thomas Arendsen Hein consistency: use util.realpath instead of os.path.realpath where useful stable
Sun, 23 Oct 2011 16:32:27 -0500 Matt Mackall windows: sanity-check symlink placeholders stable
Fri, 21 Oct 2011 00:33:08 +0200 Martin Geisler subrepos: abort commit by default if a subrepo is dirty (BC) stable
Wed, 12 Oct 2011 11:09:57 -0500 Augie Fackler bookmarks: delegate writing to the repo just like reading
Sat, 01 Oct 2011 16:18:51 -0500 Matt Mackall rollback: use a hint for force
Fri, 30 Sep 2011 21:58:54 -0400 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998)
Sun, 18 Sep 2011 19:59:33 -0400 Greg Ward rollback: only restore dirstate and branch when appropriate.
Fri, 16 Sep 2011 21:38:06 -0400 Greg Ward rollback: refactor for readability; cosmetics.