Sat, 08 Aug 2015 20:03:58 -0700 |
Gregory Szorc |
subrepo: use absolute_import
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 17:57:26 -0500 |
Matt Mackall |
subrepo: mark internal-only option
|
file |
diff |
annotate
|
Fri, 10 Jul 2015 00:59:51 +0900 |
FUJIWARA Katsunori |
subrepo: use vfs.dirname instead of os.path.dirname
|
file |
diff |
annotate
|
Fri, 10 Jul 2015 00:59:51 +0900 |
FUJIWARA Katsunori |
subrepo: use vfs.basename instead of os.path.basename
|
file |
diff |
annotate
|
Fri, 10 Jul 2015 00:59:51 +0900 |
FUJIWARA Katsunori |
subrepo: use repo.pathto instead of util.pathto to simplify invocation
|
file |
diff |
annotate
|
Fri, 10 Jul 2015 00:59:51 +0900 |
FUJIWARA Katsunori |
subrepo: prefetch ctx.repo() for efficiency and centralization
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:30:33 -0700 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|
file |
diff |
annotate
|
Tue, 16 Jun 2015 23:06:57 -0400 |
Matt Harbison |
archive: support 'wdir()'
|
file |
diff |
annotate
|
Tue, 16 Jun 2015 23:03:36 -0400 |
Matt Harbison |
subrepo: allow a representation of the working directory subrepo
|
file |
diff |
annotate
|
Tue, 16 Jun 2015 16:15:15 -0400 |
Matt Harbison |
verify: check the subrepository references in .hgsubstate
|
file |
diff |
annotate
|
Sun, 14 Jun 2015 21:51:57 -0400 |
Matt Harbison |
subrepo: introduce hgsubrepo._getctx()
|
file |
diff |
annotate
|
Wed, 03 Jun 2015 13:45:42 -0400 |
Matt Harbison |
subrepo: introduce the nullsubrepo() method
|
file |
diff |
annotate
|
Sun, 17 May 2015 22:42:47 -0400 |
Matt Harbison |
files: recurse into subrepos automatically with an explicit path
|
file |
diff |
annotate
|
Mon, 18 May 2015 12:31:41 -0500 |
Pierre-Yves David |
subrepo: further replacement of try/except with 'next'
|
file |
diff |
annotate
|
Fri, 15 May 2015 23:13:05 -0400 |
Matt Harbison |
subrepo: introduce getfileset()
|
file |
diff |
annotate
|
Wed, 06 May 2015 17:15:38 +0200 |
Mathias De Maré |
subrepo: correctly handle git subdirectory status change
|
file |
diff |
annotate
|
Mon, 04 May 2015 22:33:29 -0400 |
Matt Harbison |
archive: always use portable path component separators with subrepos
stable
|
file |
diff |
annotate
|
Tue, 03 Feb 2015 15:01:43 -0500 |
Matt Harbison |
subrepo: propagate the --hidden option to hg subrepositories
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 24 Apr 2015 23:23:55 -0400 |
Matt Harbison |
subrepo: don't write .hgsubstate lines with empty subrepo state (issue4622)
stable
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 11:49:44 -0400 |
Matt Harbison |
subrepo: calculate _relpath for hgsubrepo based on self instead of parent
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 11:23:26 -0400 |
Matt Harbison |
subrepo: backout 93b0e0db7929 to restore reporelpath()
|
file |
diff |
annotate
|
Tue, 14 Apr 2015 20:09:56 +0200 |
Mathias De Maré |
subrepo: add include/exclude support for diffing git subrepos
|
file |
diff |
annotate
|
Sat, 11 Apr 2015 23:00:04 +0900 |
FUJIWARA Katsunori |
subrepo: use vfs.walk instead of os.walk
|
file |
diff |
annotate
|
Sat, 11 Apr 2015 23:00:04 +0900 |
FUJIWARA Katsunori |
subrepo: pass wvfs to _sanitize instead of absolute path to a subrepository
|
file |
diff |
annotate
|
Sat, 07 Feb 2015 12:57:40 -0500 |
Matt Harbison |
subrepo: convert the os.path references in git to vfs
|
file |
diff |
annotate
|
Sat, 11 Apr 2015 00:47:09 +0900 |
FUJIWARA Katsunori |
subrepo: use vfs.removedirs instead of os.removedirs
|
file |
diff |
annotate
|
Sat, 11 Apr 2015 00:47:09 +0900 |
FUJIWARA Katsunori |
subrepo: use vfs.unlink instead of os.remove
|
file |
diff |
annotate
|
Sat, 11 Apr 2015 00:47:09 +0900 |
FUJIWARA Katsunori |
subrepo: use vfs.rmtree instead of shutil.rmtree
|
file |
diff |
annotate
|
Sat, 11 Apr 2015 00:47:09 +0900 |
FUJIWARA Katsunori |
subrepo: use vfs.readdir instead of os.listdir to avoid expensive stat calls
|
file |
diff |
annotate
|
Fri, 10 Apr 2015 00:36:42 +0900 |
FUJIWARA Katsunori |
subrepo: use vfs.reljoin instead of os.path.join
|
file |
diff |
annotate
|
Fri, 10 Apr 2015 00:36:42 +0900 |
FUJIWARA Katsunori |
subrepo: inline reporelpath into abstractsubrepo._relpath to centralize logic
|
file |
diff |
annotate
|
Fri, 10 Apr 2015 00:36:42 +0900 |
FUJIWARA Katsunori |
subrepo: add _relpath field to centralize subrelpath logic
|
file |
diff |
annotate
|
Fri, 10 Apr 2015 00:36:42 +0900 |
FUJIWARA Katsunori |
subrepo: add wvfs field to access the working directory via vfs
|
file |
diff |
annotate
|
Fri, 10 Apr 2015 00:36:42 +0900 |
FUJIWARA Katsunori |
subrepo: change arguments of abstractsubrepo.__init__ (API)
|
file |
diff |
annotate
|
Sun, 05 Apr 2015 15:08:55 -0400 |
Matt Harbison |
subrepo: precisely identify the missing subrepo spec file
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 13:55:32 +0900 |
FUJIWARA Katsunori |
subrepo: add dirtyreason to centralize composing dirty reason message
|
file |
diff |
annotate
|
Wed, 18 Mar 2015 23:03:41 -0400 |
Matt Harbison |
subrepo: add basic support to hgsubrepo for the files command
|
file |
diff |
annotate
|
Wed, 18 Mar 2015 22:56:41 -0400 |
Matt Harbison |
subrepo: add the parent context to hgsubrepo
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 22:59:52 -0400 |
Matt Harbison |
subrepo: replace 'ctx._repo' with 'ctx.repo()'
|
file |
diff |
annotate
|
Mon, 09 Mar 2015 22:14:09 +0100 |
Mathias De Maré |
subrepo: add status support for ignored and clean files in git subrepos
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 21:31:16 -0500 |
Matt Harbison |
subrepo: only fetch unknown files from git when explicitly requested
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 21:24:16 -0500 |
Matt Harbison |
subrepo: always return scmutil.status() from gitsubrepo.status()
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 21:17:29 -0500 |
Matt Harbison |
subrepo: explicitly request clean and unknown files in status for git's add
|
file |
diff |
annotate
|
Fri, 27 Feb 2015 23:30:42 -0500 |
Matt Harbison |
subrepo: warn when adding already tracked files in gitsubrepo
|
file |
diff |
annotate
|
Thu, 26 Feb 2015 15:53:54 -0500 |
Matt Harbison |
subrepo: don't exclude files in .hgignore when adding to git
|
file |
diff |
annotate
|
Tue, 24 Feb 2015 08:49:22 +0100 |
Mathias De Maré |
subrepos: support adding files in git subrepos
|
file |
diff |
annotate
|
Sun, 15 Feb 2015 17:29:10 -0500 |
Matt Harbison |
subrepo: return only the manifest keys from hgsubrepo.files()
|
file |
diff |
annotate
|
Fri, 27 Feb 2015 17:46:03 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sun, 08 Feb 2015 00:56:40 -0500 |
Matt Harbison |
subrepo: drop unused pattern initialization in hgsubrepo revert
|
file |
diff |
annotate
|
Sat, 07 Feb 2015 21:47:28 -0500 |
Matt Harbison |
revert: display full subrepo output with --dry-run
|
file |
diff |
annotate
|
Fri, 06 Feb 2015 20:39:20 -0500 |
Matt Harbison |
subrepo: annotate addremove with @annotatesubrepoerror
|
file |
diff |
annotate
|
Tue, 17 Feb 2015 23:20:55 -0800 |
Martin von Zweigbergk |
subrepo: add tests for change/remove conflicts
stable
|
file |
diff |
annotate
|
Sun, 01 Feb 2015 14:09:31 +0100 |
Mathias De Maré |
subrepo: add 'cat' support for git subrepos
|
file |
diff |
annotate
|
Tue, 27 Jan 2015 20:57:43 -0500 |
Matt Harbison |
subrepo: don't abort in add when non-hg subrepos are present (issue4513)
stable
|
file |
diff |
annotate
|
Wed, 21 Jan 2015 21:47:27 +0100 |
Mathias De Maré |
subrepo: correctly add newline for git subrepo diffs
stable
|
file |
diff |
annotate
|
Mon, 12 Jan 2015 20:59:17 -0500 |
Matt Harbison |
add: pass options via keyword args
|
file |
diff |
annotate
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
file |
diff |
annotate
|
Sun, 28 Dec 2014 23:59:57 +0100 |
Mathias De Maré |
subrepo: add forgotten annotation for reverting git subrepos
|
file |
diff |
annotate
|
Sun, 28 Dec 2014 10:42:25 +0100 |
Mathias De Maré |
subrepo: add full revert support for git subrepos
|
file |
diff |
annotate
|
Sun, 21 Dec 2014 00:19:10 +0100 |
Angel Ezquerra |
localrepo: introduce shared method to check if a repository is shared
|
file |
diff |
annotate
|
Thu, 18 Dec 2014 12:07:03 -0600 |
Matt Mackall |
subrepo: fix git subrepo ui argument
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 19:44:55 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to revert()
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 19:36:50 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to removefiles()
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 19:23:30 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to forget()
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 14:26:38 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to cat()
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 14:53:46 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to archive()
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 22:44:22 -0500 |
Matt Harbison |
subrepo: use 'self.ui' instead of 'self._repo.ui'
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 20:43:01 -0500 |
Matt Harbison |
subrepo: reset 'self.ui' to the subrepo copy of 'ui' in the hgsubrepo class
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 15:19:38 -0500 |
Matt Harbison |
subrepo: rename the '_ui' member to 'ui'
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 15:13:07 -0500 |
Matt Harbison |
subrepo: drop the '_ui' member in the subrepo subclasses
|
file |
diff |
annotate
|
Sun, 14 Dec 2014 11:34:51 +0100 |
Mathias De Maré |
subrepo: add revert support without backup for git subrepos
|
file |
diff |
annotate
|
Sun, 30 Nov 2014 22:47:53 -0500 |
Matt Harbison |
addremove: automatically process a subrepository's subrepos
|
file |
diff |
annotate
|
Mon, 24 Nov 2014 22:27:49 -0500 |
Matt Harbison |
commit: propagate --addremove to subrepos if -S is specified (issue3759)
|
file |
diff |
annotate
|
Wed, 26 Nov 2014 16:13:38 -0500 |
Matt Harbison |
subrepo: store the ui object in the base class
|
file |
diff |
annotate
|
Wed, 10 Dec 2014 10:32:51 +0100 |
Mathias De Maré |
subrepo: add partial diff support for git subrepos
|
file |
diff |
annotate
|
Wed, 10 Dec 2014 08:41:21 +0100 |
Mathias De Maré |
subrepo: extend git version check to 3 digits
|
file |
diff |
annotate
|
Wed, 10 Dec 2014 08:33:03 +0100 |
Mathias De Maré |
subrepo: move git version check into a separate method
|
file |
diff |
annotate
|
Fri, 28 Nov 2014 20:16:15 +0100 |
Mathias De Maré |
subrepo: add status support for ignored files in git subrepos
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: remove "_getstorehashcachepath" referred by no other code paths
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: replace direct file APIs around "writelines" by "vfs.writelines"
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: replace direct file APIs around "readlines" by "vfs.tryreadlines"
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: add "_cachestorehashvfs" to handle cache store hash files via vfs
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: remove "_calcfilehash" referred by no other code paths
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: replace "_calcfilehash" invocation by "vfs.tryread"
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: replace "os.path.exists" by "exists" via wvfs of the parent
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: avoid redundant "util.makedirs" invocation
|
file |
diff |
annotate
|
Sat, 15 Nov 2014 21:36:19 -0500 |
Matt Harbison |
remove: recurse into subrepositories with --subrepos/-S flag
|
file |
diff |
annotate
|
Sat, 11 Oct 2014 22:43:14 -0700 |
Martin von Zweigbergk |
subrepo: use separate instances of empty lists in status
|
file |
diff |
annotate
|
Tue, 14 Oct 2014 00:52:27 -0500 |
Martin von Zweigbergk |
status: update various other methods to return new class
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 11:12:55 -0500 |
Pierre-Yves David |
subrepo: use exchange.pull
|
file |
diff |
annotate
|
Sun, 28 Sep 2014 12:47:25 -0700 |
Pierre-Yves David |
subrepo: stop pulling bookmark manually
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 01:42:49 -0700 |
Pierre-Yves David |
push: `exchange.push` instead of `localrepo.push`
|
file |
diff |
annotate
|
Wed, 01 Oct 2014 01:08:17 +0200 |
Mads Kiilerich |
subrepo: remove superfluous newline from subrepo prompt
|
file |
diff |
annotate
|
Fri, 20 Jun 2014 00:42:35 +0900 |
FUJIWARA Katsunori |
subrepo: ensure "close()" execution at the end of "_initrepo()"
|
file |
diff |
annotate
|
Fri, 20 Jun 2014 00:21:19 +0900 |
FUJIWARA Katsunori |
subrepo: ensure "close()" execution at the end of "_cachestorehash()"
|
file |
diff |
annotate
|
Fri, 20 Jun 2014 00:21:19 +0900 |
FUJIWARA Katsunori |
subrepo: ensure "close()" execution at the end of "_readstorehashcache()"
|
file |
diff |
annotate
|
Fri, 20 Jun 2014 00:21:19 +0900 |
FUJIWARA Katsunori |
subrepo: ensure "close()" execution at the end of "_calcfilehash()"
|
file |
diff |
annotate
|
Fri, 20 Jun 2014 00:21:19 +0900 |
FUJIWARA Katsunori |
subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()"
|
file |
diff |
annotate
|
Fri, 20 Jun 2014 00:21:19 +0900 |
FUJIWARA Katsunori |
subrepo: ensure "lock.release()" execution at the end of "storeclean()"
|
file |
diff |
annotate
|
Tue, 27 May 2014 17:41:20 -0700 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 08 May 2014 19:03:00 +0900 |
FUJIWARA Katsunori |
subrepo: normalize path in the specific way for problematic encodings
stable
|
file |
diff |
annotate
|
Thu, 08 May 2014 19:03:00 +0900 |
FUJIWARA Katsunori |
subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos
stable
|
file |
diff |
annotate
|
Thu, 08 May 2014 19:03:00 +0900 |
FUJIWARA Katsunori |
subrepo: make "_sanitize()" take absolute path to the root of subrepo
stable
|
file |
diff |
annotate
|
Thu, 08 May 2014 19:03:00 +0900 |
FUJIWARA Katsunori |
subrepo: invoke "_sanitize()" also after "git merge --ff"
stable
|
file |
diff |
annotate
|
Thu, 08 May 2014 19:03:00 +0900 |
FUJIWARA Katsunori |
subrepo: make "_sanitize()" work
stable
|
file |
diff |
annotate
|
Wed, 07 May 2014 00:13:22 +0200 |
Angel Ezquerra |
subrepo: use subrepo shortid method to generate subrepo diverged promptchoice
|
file |
diff |
annotate
|
Wed, 07 May 2014 00:08:20 +0200 |
Angel Ezquerra |
subrepo: add shortid() method to subrepo classes
|
file |
diff |
annotate
|
Fri, 14 Mar 2014 21:32:05 -0400 |
Matt Harbison |
cat: support cat with explicit paths in subrepos
|
file |
diff |
annotate
|
Fri, 11 Apr 2014 15:38:18 -0400 |
Matt Mackall |
subrepo: check return code for git push (issue4223)
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:11:19 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
file |
diff |
annotate
|
Fri, 21 Mar 2014 16:09:17 -0700 |
Siddharth Agarwal |
subrepo: factor out Git version check to add doctests
|
file |
diff |
annotate
|
Fri, 21 Mar 2014 17:20:56 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 20 Mar 2014 19:39:05 -0700 |
Siddharth Agarwal |
subrepo: add trailing newlines to warnings
stable
|
file |
diff |
annotate
|
Thu, 20 Mar 2014 19:38:17 -0700 |
Siddharth Agarwal |
subrepo: convert matched string to integer before comparing Git version
stable
|
file |
diff |
annotate
|