mercurial/subrepo.py
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 20:03:58 -0700 Gregory Szorc subrepo: use absolute_import
Thu, 25 Jun 2015 17:57:26 -0500 Matt Mackall subrepo: mark internal-only option
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: use vfs.dirname instead of os.path.dirname
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: use vfs.basename instead of os.path.basename
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: use repo.pathto instead of util.pathto to simplify invocation
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: prefetch ctx.repo() for efficiency and centralization
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
Tue, 16 Jun 2015 23:06:57 -0400 Matt Harbison archive: support 'wdir()'
Tue, 16 Jun 2015 23:03:36 -0400 Matt Harbison subrepo: allow a representation of the working directory subrepo
Tue, 16 Jun 2015 16:15:15 -0400 Matt Harbison verify: check the subrepository references in .hgsubstate
Sun, 14 Jun 2015 21:51:57 -0400 Matt Harbison subrepo: introduce hgsubrepo._getctx()
Wed, 03 Jun 2015 13:45:42 -0400 Matt Harbison subrepo: introduce the nullsubrepo() method
Sun, 17 May 2015 22:42:47 -0400 Matt Harbison files: recurse into subrepos automatically with an explicit path
Mon, 18 May 2015 12:31:41 -0500 Pierre-Yves David subrepo: further replacement of try/except with 'next'
Fri, 15 May 2015 23:13:05 -0400 Matt Harbison subrepo: introduce getfileset()
Wed, 06 May 2015 17:15:38 +0200 Mathias De Maré subrepo: correctly handle git subdirectory status change
Mon, 04 May 2015 22:33:29 -0400 Matt Harbison archive: always use portable path component separators with subrepos stable
Tue, 03 Feb 2015 15:01:43 -0500 Matt Harbison subrepo: propagate the --hidden option to hg subrepositories stable
Mon, 27 Apr 2015 21:34:23 -0400 Matt Harbison subrepo: don't pass the outer repo's --rev or --branch to subrepo incoming() stable
Mon, 27 Apr 2015 21:15:25 -0400 Matt Harbison subrepo: don't pass the outer repo's --rev or --branch to subrepo outgoing() stable
Fri, 24 Apr 2015 23:23:55 -0400 Matt Harbison subrepo: don't write .hgsubstate lines with empty subrepo state (issue4622) stable
Wed, 15 Apr 2015 11:49:44 -0400 Matt Harbison subrepo: calculate _relpath for hgsubrepo based on self instead of parent
Wed, 15 Apr 2015 11:23:26 -0400 Matt Harbison subrepo: backout 93b0e0db7929 to restore reporelpath()
Tue, 14 Apr 2015 20:09:56 +0200 Mathias De Maré subrepo: add include/exclude support for diffing git subrepos
Sat, 11 Apr 2015 23:00:04 +0900 FUJIWARA Katsunori subrepo: use vfs.walk instead of os.walk
Sat, 11 Apr 2015 23:00:04 +0900 FUJIWARA Katsunori subrepo: pass wvfs to _sanitize instead of absolute path to a subrepository
Sat, 07 Feb 2015 12:57:40 -0500 Matt Harbison subrepo: convert the os.path references in git to vfs
Sat, 11 Apr 2015 00:47:09 +0900 FUJIWARA Katsunori subrepo: use vfs.removedirs instead of os.removedirs
Sat, 11 Apr 2015 00:47:09 +0900 FUJIWARA Katsunori subrepo: use vfs.unlink instead of os.remove
Sat, 11 Apr 2015 00:47:09 +0900 FUJIWARA Katsunori subrepo: use vfs.rmtree instead of shutil.rmtree
Sat, 11 Apr 2015 00:47:09 +0900 FUJIWARA Katsunori subrepo: use vfs.readdir instead of os.listdir to avoid expensive stat calls
Fri, 10 Apr 2015 00:36:42 +0900 FUJIWARA Katsunori subrepo: use vfs.reljoin instead of os.path.join
Fri, 10 Apr 2015 00:36:42 +0900 FUJIWARA Katsunori subrepo: inline reporelpath into abstractsubrepo._relpath to centralize logic
Fri, 10 Apr 2015 00:36:42 +0900 FUJIWARA Katsunori subrepo: add _relpath field to centralize subrelpath logic
Fri, 10 Apr 2015 00:36:42 +0900 FUJIWARA Katsunori subrepo: add wvfs field to access the working directory via vfs
Fri, 10 Apr 2015 00:36:42 +0900 FUJIWARA Katsunori subrepo: change arguments of abstractsubrepo.__init__ (API)
Sun, 05 Apr 2015 15:08:55 -0400 Matt Harbison subrepo: precisely identify the missing subrepo spec file
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
Wed, 25 Mar 2015 13:55:32 +0900 FUJIWARA Katsunori subrepo: add dirtyreason to centralize composing dirty reason message
Wed, 18 Mar 2015 23:03:41 -0400 Matt Harbison subrepo: add basic support to hgsubrepo for the files command
Wed, 18 Mar 2015 22:56:41 -0400 Matt Harbison subrepo: add the parent context to hgsubrepo
Thu, 12 Mar 2015 22:59:52 -0400 Matt Harbison subrepo: replace 'ctx._repo' with 'ctx.repo()'
Mon, 09 Mar 2015 22:14:09 +0100 Mathias De Maré subrepo: add status support for ignored and clean files in git subrepos
Tue, 03 Mar 2015 21:31:16 -0500 Matt Harbison subrepo: only fetch unknown files from git when explicitly requested
Tue, 03 Mar 2015 21:24:16 -0500 Matt Harbison subrepo: always return scmutil.status() from gitsubrepo.status()
Tue, 03 Mar 2015 21:17:29 -0500 Matt Harbison subrepo: explicitly request clean and unknown files in status for git's add
Fri, 27 Feb 2015 23:30:42 -0500 Matt Harbison subrepo: warn when adding already tracked files in gitsubrepo
Thu, 26 Feb 2015 15:53:54 -0500 Matt Harbison subrepo: don't exclude files in .hgignore when adding to git
Tue, 24 Feb 2015 08:49:22 +0100 Mathias De Maré subrepos: support adding files in git subrepos
Sun, 15 Feb 2015 17:29:10 -0500 Matt Harbison subrepo: return only the manifest keys from hgsubrepo.files()
Fri, 27 Feb 2015 17:46:03 -0600 Matt Mackall merge with stable
Sun, 08 Feb 2015 00:56:40 -0500 Matt Harbison subrepo: drop unused pattern initialization in hgsubrepo revert
Sat, 07 Feb 2015 21:47:28 -0500 Matt Harbison revert: display full subrepo output with --dry-run
Fri, 06 Feb 2015 20:39:20 -0500 Matt Harbison subrepo: annotate addremove with @annotatesubrepoerror
Tue, 17 Feb 2015 23:20:55 -0800 Martin von Zweigbergk subrepo: add tests for change/remove conflicts stable
Sun, 01 Feb 2015 14:09:31 +0100 Mathias De Maré subrepo: add 'cat' support for git subrepos
Tue, 27 Jan 2015 20:57:43 -0500 Matt Harbison subrepo: don't abort in add when non-hg subrepos are present (issue4513) stable
less more (0) -300 -100 -60 tip