mercurial/subrepo.py
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
Wed, 21 Jan 2015 21:47:27 +0100 Mathias De Maré subrepo: correctly add newline for git subrepo diffs stable
Mon, 12 Jan 2015 20:59:17 -0500 Matt Harbison add: pass options via keyword args
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Sun, 28 Dec 2014 23:59:57 +0100 Mathias De Maré subrepo: add forgotten annotation for reverting git subrepos
Sun, 28 Dec 2014 10:42:25 +0100 Mathias De Maré subrepo: add full revert support for git subrepos
Sun, 21 Dec 2014 00:19:10 +0100 Angel Ezquerra localrepo: introduce shared method to check if a repository is shared
Thu, 18 Dec 2014 12:07:03 -0600 Matt Mackall subrepo: fix git subrepo ui argument
Sat, 13 Dec 2014 19:44:55 -0500 Matt Harbison subrepo: drop the 'ui' parameter to revert()
Sat, 13 Dec 2014 19:36:50 -0500 Matt Harbison subrepo: drop the 'ui' parameter to removefiles()
Sat, 13 Dec 2014 19:23:30 -0500 Matt Harbison subrepo: drop the 'ui' parameter to forget()
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"
less more (0) -300 -100 -60 tip