Thu, 12 Jan 2012 01:25:57 +0100 |
Pierre-Yves David |
phases: make secret changeset undiscoverable in all case
|
file |
diff |
annotate
|
Wed, 11 Jan 2012 17:26:27 +0100 |
Pierre-Yves David |
phases: exclude secret when doing a local clone
|
file |
diff |
annotate
|
Fri, 13 Jan 2012 02:29:38 +0100 |
Mads Kiilerich |
localrepo: update branchcache in a more reliable way
|
file |
diff |
annotate
|
Fri, 13 Jan 2012 01:19:08 +0100 |
Mads Kiilerich |
localrepo: remove spurious updatebranchcache return value
|
file |
diff |
annotate
|
Mon, 09 Jan 2012 03:47:16 +0100 |
Pierre-Yves David |
discovery: introduce outgoing object for result of findcommonoutgoing
|
file |
diff |
annotate
|
Wed, 04 Jan 2012 01:12:31 +0100 |
Pierre-Yves David |
phases: fix phase synchronization on push
|
file |
diff |
annotate
|
Fri, 06 Jan 2012 09:51:35 +0100 |
Pierre-Yves David |
phases: store phase values in constant instead of using raw integer
|
file |
diff |
annotate
|
Mon, 26 Dec 2011 18:08:20 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sat, 24 Dec 2011 19:05:25 +0900 |
FUJIWARA Katsunori |
windows: use normalized path to check repository nesting
stable
|
file |
diff |
annotate
|
Tue, 20 Dec 2011 01:31:25 +0100 |
Pierre-Yves David |
Add a phases.new-commit option to control minimal phase of new commit
|
file |
diff |
annotate
|
Thu, 15 Dec 2011 23:08:09 +0100 |
Pierre-Yves David |
phases: change publish behavior to only alter behavior when server.
|
file |
diff |
annotate
|
Thu, 15 Dec 2011 11:45:01 +0100 |
Pierre-Yves David |
phases: exchange phase boundaries on push
|
file |
diff |
annotate
|
Thu, 15 Dec 2011 11:28:42 +0100 |
Pierre-Yves David |
phases: exchange phase boundaries on pull
|
file |
diff |
annotate
|
Thu, 15 Dec 2011 11:57:33 +0100 |
Pierre-Yves David |
phases: add a phases.publish option
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 17:48:40 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 17:39:30 -0500 |
Greg Ward |
rollback: always call destroyed() (regression from 1.9)
stable
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 16:53:44 -0600 |
Matt Mackall |
lock: change name of release chain
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 16:20:07 -0600 |
Matt Mackall |
localrepo: remove asserts in _afterlock
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 15:36:55 -0600 |
Matt Mackall |
localrepo: rename _postrelease to _afterlock
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 15:33:44 -0600 |
Matt Mackall |
addchangegroup: ony queue hooks when we have changesets
|
file |
diff |
annotate
|
Mon, 28 Nov 2011 01:32:13 +0100 |
Pierre-Yves David |
addchangegroup: remove the lock argument on the addchangegroup methods
|
file |
diff |
annotate
|
Mon, 28 Nov 2011 01:18:15 +0100 |
Pierre-Yves David |
addchangegroup: use a postrelease callback to call changegroup hook
|
file |
diff |
annotate
|
Mon, 28 Nov 2011 15:05:26 +0100 |
Pierre-Yves David |
lock: add mechanism to register post release callback
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 00:22:02 +0100 |
Pierre-Yves David |
phases: set common changeset to public on pull
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 00:21:17 +0100 |
Pierre-Yves David |
phases: mark content pushed as public in local repo on push
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 00:19:00 +0100 |
Pierre-Yves David |
phases: marked content of a changegroup as published
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 00:15:22 +0100 |
Pierre-Yves David |
phases: set new commit in 1-phase
|
file |
diff |
annotate
|
Mon, 07 Nov 2011 13:20:22 +0100 |
Pierre-Yves David |
phases: handle unknown nodes in boundary
|
file |
diff |
annotate
|
Mon, 07 Nov 2011 12:27:25 +0100 |
Pierre-Yves David |
phases: add rollback support
|
file |
diff |
annotate
|
Mon, 07 Nov 2011 14:11:01 +0100 |
Pierre-Yves David |
phases: add a moveboundary function to move phases boundaries
|
file |
diff |
annotate
|
Fri, 04 Nov 2011 00:20:20 +0100 |
Pierre-Yves David |
phases: add a cache allowing to know in which phase a changeset is
|
file |
diff |
annotate
|
Fri, 04 Nov 2011 00:16:24 +0100 |
Pierre-Yves David |
phases: basic I/O logic
|
file |
diff |
annotate
|
Wed, 02 Nov 2011 13:37:34 -0500 |
Matt Mackall |
localrepo: add revs helper method
|
file |
diff |
annotate
|
Sat, 29 Oct 2011 11:02:23 -0500 |
Matt Mackall |
backout dbdb777502dc (issue3077) (issue3071)
stable
|
file |
diff |
annotate
|
Mon, 24 Oct 2011 13:51:24 +0200 |
Thomas Arendsen Hein |
consistency: use util.realpath instead of os.path.realpath where useful
stable
|
file |
diff |
annotate
|
Sun, 23 Oct 2011 16:32:27 -0500 |
Matt Mackall |
windows: sanity-check symlink placeholders
stable
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 00:33:08 +0200 |
Martin Geisler |
subrepos: abort commit by default if a subrepo is dirty (BC)
stable
|
file |
diff |
annotate
|
Wed, 12 Oct 2011 11:09:57 -0500 |
Augie Fackler |
bookmarks: delegate writing to the repo just like reading
|
file |
diff |
annotate
|
Sat, 01 Oct 2011 16:18:51 -0500 |
Matt Mackall |
rollback: use a hint for force
|
file |
diff |
annotate
|
Fri, 30 Sep 2011 21:58:54 -0400 |
Greg Ward |
rollback: avoid unsafe rollback when not at tip (issue2998)
|
file |
diff |
annotate
|
Sun, 18 Sep 2011 19:59:33 -0400 |
Greg Ward |
rollback: only restore dirstate and branch when appropriate.
|
file |
diff |
annotate
|
Fri, 16 Sep 2011 21:38:06 -0400 |
Greg Ward |
rollback: refactor for readability; cosmetics.
|
file |
diff |
annotate
|
Wed, 14 Sep 2011 22:28:27 -0400 |
Greg Ward |
share: allow trailing newline on .hg/sharedpath.
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 21:21:58 -0400 |
Greg Ward |
rollback: improve readability; clarify that the return value is an int.
|
file |
diff |
annotate
|
Thu, 25 Aug 2011 20:21:04 -0400 |
Greg Ward |
atomictempfile: make close() consistent with other file-like objects.
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:08:57 +0300 |
Idan Kamara |
localrepo: unify tag related info into a tagscache class
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: make invalidate() walk _filecache
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate manifest() with filecache
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate _bookmarks/current with filecache
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate changelog() with filecache
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: refresh filecache entries after releasing a repo.lock()
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate dirstate() with filecache
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: add a cache with stat info for files under .hg/
|
file |
diff |
annotate
|
Wed, 20 Jul 2011 18:23:06 -0400 |
Andrew Pritchard |
localrepo: make requirements attribute of newly-created repos contain a set
|
file |
diff |
annotate
|
Fri, 22 Jul 2011 16:46:22 -0500 |
Matt Mackall |
localrepo: fix comment on set
|
file |
diff |
annotate
|
Thu, 21 Jul 2011 14:06:55 -0500 |
Matt Mackall |
localrepo: add set method to iterate over a given revset
|
file |
diff |
annotate
|
Wed, 13 Jul 2011 17:41:49 -0500 |
Matt Mackall |
subrepo: use working copy of .hgsub to filter status (issue2901)
stable
|
file |
diff |
annotate
|
Fri, 01 Jul 2011 17:37:09 +0200 |
Mads Kiilerich |
util: rename the util.localpath that uses url to urllocalpath (issue2875)
stable 1.9
|
file |
diff |
annotate
|
Sun, 26 Jun 2011 15:47:39 -0300 |
Wagner Bruna |
localrepo: mark progress step for translation
stable
|
file |
diff |
annotate
|
Wed, 15 Jun 2011 23:15:04 +0300 |
Idan Kamara |
localrepo: don't attempt to open .hgtags twice if the error isn't ENOENT
|
file |
diff |
annotate
|