mercurial/subrepo.py
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
Sun, 14 Dec 2014 11:34:51 +0100 Mathias De Maré subrepo: add revert support without backup for git subrepos
Sun, 30 Nov 2014 22:47:53 -0500 Matt Harbison addremove: automatically process a subrepository's subrepos
Mon, 24 Nov 2014 22:27:49 -0500 Matt Harbison commit: propagate --addremove to subrepos if -S is specified (issue3759)
Wed, 26 Nov 2014 16:13:38 -0500 Matt Harbison subrepo: store the ui object in the base class
Wed, 10 Dec 2014 10:32:51 +0100 Mathias De Maré subrepo: add partial diff support for git subrepos
Wed, 10 Dec 2014 08:41:21 +0100 Mathias De Maré subrepo: extend git version check to 3 digits
Wed, 10 Dec 2014 08:33:03 +0100 Mathias De Maré subrepo: move git version check into a separate method
Fri, 28 Nov 2014 20:16:15 +0100 Mathias De Maré subrepo: add status support for ignored files in git subrepos
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori subrepo: remove "_getstorehashcachepath" referred by no other code paths
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori subrepo: replace direct file APIs around "writelines" by "vfs.writelines"
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori subrepo: replace direct file APIs around "readlines" by "vfs.tryreadlines"
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori subrepo: add "_cachestorehashvfs" to handle cache store hash files via vfs
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori subrepo: remove "_calcfilehash" referred by no other code paths
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori subrepo: replace "_calcfilehash" invocation by "vfs.tryread"
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori subrepo: replace "os.path.exists" by "exists" via wvfs of the parent
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori subrepo: avoid redundant "util.makedirs" invocation
Sat, 15 Nov 2014 21:36:19 -0500 Matt Harbison remove: recurse into subrepositories with --subrepos/-S flag
Sat, 11 Oct 2014 22:43:14 -0700 Martin von Zweigbergk subrepo: use separate instances of empty lists in status
Tue, 14 Oct 2014 00:52:27 -0500 Martin von Zweigbergk status: update various other methods to return new class
Fri, 03 Oct 2014 11:12:55 -0500 Pierre-Yves David subrepo: use exchange.pull
Sun, 28 Sep 2014 12:47:25 -0700 Pierre-Yves David subrepo: stop pulling bookmark manually
Thu, 25 Sep 2014 01:42:49 -0700 Pierre-Yves David push: `exchange.push` instead of `localrepo.push`
Wed, 01 Oct 2014 01:08:17 +0200 Mads Kiilerich subrepo: remove superfluous newline from subrepo prompt
Fri, 20 Jun 2014 00:42:35 +0900 FUJIWARA Katsunori subrepo: ensure "close()" execution at the end of "_initrepo()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "close()" execution at the end of "_cachestorehash()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "close()" execution at the end of "_readstorehashcache()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "close()" execution at the end of "_calcfilehash()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "lock.release()" execution at the end of "storeclean()"
Tue, 27 May 2014 17:41:20 -0700 Matt Mackall merge with stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: normalize path in the specific way for problematic encodings stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: make "_sanitize()" take absolute path to the root of subrepo stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: invoke "_sanitize()" also after "git merge --ff" stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: make "_sanitize()" work stable
Wed, 07 May 2014 00:13:22 +0200 Angel Ezquerra subrepo: use subrepo shortid method to generate subrepo diverged promptchoice
Wed, 07 May 2014 00:08:20 +0200 Angel Ezquerra subrepo: add shortid() method to subrepo classes
Fri, 14 Mar 2014 21:32:05 -0400 Matt Harbison cat: support cat with explicit paths in subrepos
Fri, 11 Apr 2014 15:38:18 -0400 Matt Mackall subrepo: check return code for git push (issue4223)
Tue, 01 Apr 2014 15:11:19 -0500 Matt Mackall merge with stable
Tue, 01 Apr 2014 02:46:03 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problems stable
Tue, 01 Apr 2014 02:46:03 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problems stable
Fri, 21 Mar 2014 16:09:17 -0700 Siddharth Agarwal subrepo: factor out Git version check to add doctests
Fri, 21 Mar 2014 17:20:56 -0500 Matt Mackall merge with stable
Thu, 20 Mar 2014 19:39:05 -0700 Siddharth Agarwal subrepo: add trailing newlines to warnings stable
Thu, 20 Mar 2014 19:38:17 -0700 Siddharth Agarwal subrepo: convert matched string to integer before comparing Git version stable
Thu, 20 Mar 2014 19:37:01 -0700 Siddharth Agarwal subrepo: only retrieve the first two components of the Git version stable
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Mon, 03 Feb 2014 18:36:00 -0500 Augie Fackler itersubrepos: move to scmutil to break a direct import cycle
Sun, 24 Nov 2013 02:17:17 +0100 Angel Ezquerra subrepo: make it possible to update to hidden subrepo revisions stable
Sun, 24 Nov 2013 02:13:00 +0100 Angel Ezquerra subrepo: remove unnecessary else clause in hgsubrepo._get stable
Sun, 24 Nov 2013 02:10:14 +0100 Angel Ezquerra subrepo: do not try to get hidden revisions stable
Wed, 13 Nov 2013 15:55:30 +0900 FUJIWARA Katsunori subrepo: check phase of state in each subrepositories before committing
Mon, 25 Nov 2013 16:15:44 -0600 Matt Mackall merge with stable
less more (0) -300 -100 -60 tip