Sun, 28 Dec 2014 10:42:25 +0100 |
Mathias De Maré |
subrepo: add full revert support for git subrepos
|
Tue, 23 Dec 2014 19:54:48 -0800 |
Ludovic Chabant |
setup: don't fail when Python doesn't have the cygwinccompiler package
|
Sun, 28 Dec 2014 23:50:08 +0100 |
Thomas Klausner |
tests: adapt glob pattern to fix test with NetBSD's sh(1) (issue4484)
|
Sun, 28 Dec 2014 21:30:52 +0100 |
Thomas Klausner |
tests: run 'cvs init' only on non-existent directories (issue4482)
|
Thu, 25 Dec 2014 21:50:35 -0500 |
Matt Harbison |
remove: use vfs instead of os.path + match.rel() for filesystem checks
|
Thu, 25 Dec 2014 21:43:45 -0500 |
Matt Harbison |
forget: use vfs instead of os.path + match.rel() for filesystem checks
|
Wed, 24 Dec 2014 12:07:59 -0500 |
Matt Harbison |
tests: make a multi-statement hook in bundle2-exchange Windows compatible
|
Mon, 29 Dec 2014 14:27:02 -0600 |
Matt Mackall |
sshpeer: more thorough shell quoting
stable
|
Mon, 29 Dec 2014 13:10:47 -0600 |
Matt Mackall |
merge with stable
|
Mon, 29 Dec 2014 15:59:56 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 3b84bde06d17
stable
|
Fri, 26 Dec 2014 17:21:08 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 53a65929ef1f
stable
|
Tue, 23 Dec 2014 19:48:38 +0100 |
Angel Ezquerra |
localrepo: use the vfs join method to implement the localrepo join method
|
Sun, 21 Dec 2014 00:19:10 +0100 |
Angel Ezquerra |
localrepo: introduce shared method to check if a repository is shared
|
Tue, 23 Dec 2014 16:16:26 -0800 |
Martin von Zweigbergk |
trydiff: use 'ctx1.flags()' for symmetry with 'ctx2.flags()'
|
Tue, 23 Dec 2014 16:25:00 -0800 |
Martin von Zweigbergk |
trydiff: use 'not in addedset' for symmetry with 'not in removedset'
|
Tue, 23 Dec 2014 16:12:54 -0800 |
Martin von Zweigbergk |
trydiff: simplify checking for additions
|
Tue, 23 Dec 2014 14:56:30 -0800 |
Martin von Zweigbergk |
trydiff: extract 'date2' variable like existing 'date1'
|
Tue, 23 Dec 2014 10:41:45 -0800 |
Martin von Zweigbergk |
trydiff: use sets, not lists, for containment checks
|
Wed, 24 Dec 2014 13:33:01 -0600 |
Matt Mackall |
largefiles: fix unused import
|
Sun, 07 Dec 2014 01:32:30 -0500 |
Matt Harbison |
largefiles: look at unfiltered().lfstatus to allow status() to be filtered
|
Fri, 28 Nov 2014 14:21:02 -0500 |
Matt Harbison |
largefiles: eliminate a duplicate message when removing files in verbose mode
|
Wed, 17 Dec 2014 21:51:09 -0500 |
Matt Harbison |
largefiles: ensure that the standin files are available in getlfilestoupload()
|
Thu, 18 Dec 2014 09:22:09 -0800 |
Martin von Zweigbergk |
merge: move checking of unknown files out of manifestmerge()
|
Sat, 13 Dec 2014 23:52:22 -0800 |
Martin von Zweigbergk |
merge: extract method for checking for conflicting untracked file
|
Mon, 15 Dec 2014 16:45:19 -0800 |
Martin von Zweigbergk |
merge: create 'cm' action for 'get or merge' case
|
Fri, 12 Dec 2014 23:18:36 -0800 |
Martin von Zweigbergk |
merge: don't overwrite untracked file at directory rename target
|
Tue, 18 Nov 2014 20:29:25 -0800 |
Martin von Zweigbergk |
merge: remove constant tuple element from 'aborts'
|
Wed, 19 Nov 2014 11:51:31 -0800 |
Martin von Zweigbergk |
merge: collect checking for unknown files at end of manifestmerge()
|
Wed, 19 Nov 2014 11:48:30 -0800 |
Martin von Zweigbergk |
merge: introduce 'c' action like 'g', but with additional safety
|
Wed, 19 Nov 2014 11:44:00 -0800 |
Martin von Zweigbergk |
merge: structure 'remote created' code to match table
|
Mon, 22 Dec 2014 15:48:39 -0800 |
Pierre-Yves David |
pushkey: run hook after the lock release
|
Fri, 12 Dec 2014 15:31:28 -0800 |
Siddharth Agarwal |
setup: use changes since latest tag instead of just distance
|
Fri, 12 Dec 2014 15:29:39 -0800 |
Siddharth Agarwal |
setup: use changessincelatesttag from archive if present
|
Fri, 12 Dec 2014 15:27:13 -0800 |
Siddharth Agarwal |
archive: store number of changes since latest tag as well
|
Mon, 22 Dec 2014 17:26:21 -0600 |
Matt Mackall |
merge with stable
|
Mon, 22 Dec 2014 17:27:31 -0500 |
Augie Fackler |
demandimport: blacklist distutils.msvc9compiler (issue4475)
stable
|
Thu, 11 Dec 2014 22:51:29 -0800 |
Martin von Zweigbergk |
largefiles: don't duplicate 'actions' into 'actionbyfile'
|
Thu, 11 Dec 2014 22:07:41 -0800 |
Martin von Zweigbergk |
merge: make calculateupdates() return file->action dict
|
Thu, 11 Dec 2014 21:58:49 -0800 |
Martin von Zweigbergk |
merge: let _forgetremoved() work on the file->action dict
|
Thu, 11 Dec 2014 21:06:16 -0800 |
Martin von Zweigbergk |
merge: let _resolvetrivial() work on the file->action dict
|
Thu, 11 Dec 2014 20:56:53 -0800 |
Martin von Zweigbergk |
merge: let bid merge work on the file->action dict
|
Mon, 08 Dec 2014 13:24:10 -0800 |
Martin von Zweigbergk |
merge: write manifestmerge() using dictionary with entry per file
|
Wed, 17 Dec 2014 12:21:07 -0800 |
Pierre-Yves David |
repoview: backout ced3ecfc2e57
|
Wed, 17 Dec 2014 12:19:33 -0800 |
Pierre-Yves David |
largefile: explain why no monkey patching on a repoview
|
Wed, 17 Dec 2014 12:10:16 -0800 |
Pierre-Yves David |
largefile: backout ca54fb3d71ce
|
Thu, 18 Dec 2014 12:33:17 -0800 |
Eric Sumner |
incoming: handle phases the same as pull
|
Thu, 18 Dec 2014 12:22:43 -0800 |
Eric Sumner |
bundlerepo: retract phase boundary
|
Thu, 18 Dec 2014 11:38:48 -0800 |
Eric Sumner |
bundlerepo: implement safe phasecache
|
Thu, 18 Dec 2014 11:30:10 -0800 |
Eric Sumner |
localrepo.__getitem__: add slicing support
|
Tue, 16 Dec 2014 14:34:53 -0800 |
Siddharth Agarwal |
ignore: resolve ignore files relative to repo root (issue4473) (BC)
|
Wed, 17 Dec 2014 18:53:38 -0800 |
Siddharth Agarwal |
test-hgignore: add testing for ui.ignore
|
Wed, 10 Dec 2014 22:09:46 -0500 |
Matt Harbison |
tests: add missing globs for Windows
|
Thu, 18 Dec 2014 23:24:17 -0500 |
Matt Harbison |
share: use the 'sharedpath' attr on repo instead of reloading from the file
|
Thu, 18 Dec 2014 23:16:37 -0500 |
Matt Harbison |
share: fix source repo lookup on Windows
|
Mon, 22 Dec 2014 03:20:50 +0100 |
Chingis Dugarzhapov |
help: suggest '-v -e' to get built-in aliases for extensions (issue4461)
|
Thu, 18 Dec 2014 10:11:38 -0800 |
Martin von Zweigbergk |
test-check-commit-hg: clarify misleading "commit message rules" error
|
Sun, 21 Dec 2014 13:02:59 +0000 |
Christian Ebert |
keyword: handle resolve to either parent
|
Sun, 21 Dec 2014 12:53:57 +0000 |
Christian Ebert |
keyword: update test file syntax
|
Mon, 22 Dec 2014 14:49:05 -0600 |
Matt Mackall |
branches: deprecate -a
|
Sun, 21 Dec 2014 15:06:54 -0500 |
Matt Harbison |
largefiles: fix a spurious missing file warning with forget (issue4053)
stable
|
Sun, 21 Dec 2014 15:04:13 -0500 |
Matt Harbison |
largefiles: fix a spurious missing file warning with 'remove -A' (issue4053)
stable
|
Sun, 21 Dec 2014 14:42:46 -0500 |
Matt Harbison |
largefiles: introduce the 'composelargefilematcher()' method
stable
|
Thu, 18 Dec 2014 09:37:14 -0800 |
Durham Goode |
context: return dirstate parents in workingctx.ancestors()
|
Wed, 17 Dec 2014 17:26:12 -0800 |
Mateusz Kwapich |
backout: add --commit option
|
Sat, 13 Dec 2014 11:32:46 -0800 |
Ryan McElroy |
share: add option to share bookmarks
|
Wed, 17 Dec 2014 13:25:24 -0600 |
Matt Mackall |
highlight: ignore Unicode's extra linebreaks (issue4291)
|
Thu, 18 Dec 2014 21:53:55 +0100 |
André Sintzoff |
test: fix typo in test-help.t
|
Mon, 15 Dec 2014 09:40:02 -0800 |
Sean Farley |
templatekw: remove unneeded showtags
|
Thu, 16 Oct 2014 23:19:09 -0700 |
Sean Farley |
namespaces: generate template keyword when registering a namespace
|
Sun, 14 Dec 2014 19:15:37 -0800 |
Sean Farley |
templatekw: add helper method to generate a template keyword for a namespace
|
Sun, 14 Dec 2014 18:54:50 -0800 |
Sean Farley |
namespaces: add names method to return list of names for a given node
|
Mon, 15 Dec 2014 00:24:23 -0800 |
Sean Farley |
namespaces: add nodemap property
|
Sun, 14 Dec 2014 19:12:27 -0800 |
Sean Farley |
namespaces: add method to get template name of namespace
|
Mon, 15 Dec 2014 00:09:52 -0800 |
Sean Farley |
namespaces: add template name of a namespace
|
Fri, 19 Dec 2014 00:11:56 +0900 |
FUJIWARA Katsunori |
memctx: remove redundant test for issue4470 from test-commit.t
|
Fri, 19 Dec 2014 00:11:56 +0900 |
FUJIWARA Katsunori |
memctx: calculate manifest more efficiently
|
Thu, 18 Dec 2014 16:41:59 -0600 |
Matt Mackall |
merge with stable
|
Thu, 18 Dec 2014 14:59:28 -0600 |
Matt Mackall |
Added signature for changeset 6dad422ecc5a
stable
|
Thu, 18 Dec 2014 14:59:23 -0600 |
Matt Mackall |
Added tag 3.2.3 for changeset 6dad422ecc5a
stable
|
Thu, 18 Dec 2014 14:18:28 -0600 |
Matt Mackall |
pathauditor: check for Windows shortname aliases
stable 3.2.3
|
Tue, 16 Dec 2014 13:08:17 -0500 |
Augie Fackler |
pathauditor: check for codepoints ignored on OS X
stable
|
Tue, 16 Dec 2014 13:07:10 -0500 |
Augie Fackler |
darwin: omit ignorable codepoints when normcase()ing a file path
stable
|
Tue, 16 Dec 2014 13:06:41 -0500 |
Augie Fackler |
encoding: add hfsignoreclean to clean out HFS-ignored characters
stable
|
Thu, 11 Dec 2014 15:42:49 -0500 |
Augie Fackler |
test-casefolding.t: demonstrate a bug with HFS+ ignoring some codepoints
stable
|
Fri, 12 Dec 2014 13:40:44 -0500 |
Augie Fackler |
manifest: disallow setting the node id of an entry to None
stable
|
Fri, 12 Dec 2014 15:29:54 -0500 |
Augie Fackler |
context: stop setting None for modified or added nodes
stable
|
Sat, 13 Dec 2014 13:33:48 -0500 |
Matt Harbison |
largefiles: don't actually remove largefiles in an addremove dry run
stable
|
Wed, 17 Dec 2014 15:11:26 -0800 |
Eric Sumner |
bundle2: lowercase part types
|
Wed, 17 Dec 2014 21:14:19 -0800 |
Eric Sumner |
bundle2.bundlepart: make mandatory part flag explicit in API
|
Wed, 17 Dec 2014 15:09:43 +0900 |
FUJIWARA Katsunori |
memctx: calculate manifest correctly with newly-removed files (issue4470)
|
Wed, 17 Dec 2014 15:09:43 +0900 |
FUJIWARA Katsunori |
memctx: calculate manifest including newly added files correctly
|
Wed, 17 Dec 2014 15:09:38 +0900 |
FUJIWARA Katsunori |
memctx: calculate exact status being committed from specified files
|
Fri, 12 Dec 2014 12:31:41 -0800 |
Eric Sumner |
bundle2._processpart: forcing lower-case compare is no longer necessary
|
Fri, 12 Dec 2014 11:26:56 -0800 |
Eric Sumner |
bundle2.unbundlepart: decouple mandatory from parttype
|
Mon, 15 Dec 2014 15:00:54 -0500 |
Augie Fackler |
memctx: fix manifest for removed files (issue4470)
|
Fri, 12 Dec 2014 15:53:17 -0500 |
Augie Fackler |
convert: on svn failure, note libsvn version (issue4043)
|
Mon, 15 Dec 2014 13:32:34 -0800 |
Pierre-Yves David |
vfs: add a 'split' method
|
Mon, 15 Dec 2014 13:27:46 -0800 |
Pierre-Yves David |
vfs: add a 'reljoin' function for joining relative paths
|
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
|
Tue, 09 Dec 2014 09:35:04 -0500 |
Augie Fackler |
graphmod: attempt to clarify documentation of groupbranchiter()
|
Mon, 08 Dec 2014 15:20:28 -0500 |
Augie Fackler |
graphmod: rename graph-topological config to graph-group-branches
|
Thu, 04 Sep 2014 19:28:17 +0200 |
Pierre-Yves David |
groupbranchiter: allow callers to select the first branch
|
Thu, 04 Sep 2014 19:05:36 +0200 |
Pierre-Yves David |
groupbranchiter: support for non-contiguous revsets
|
Fri, 14 Nov 2014 20:08:59 +0000 |
Pierre-Yves David |
groubranchhiter: indent most of the inner code
|
Fri, 14 Nov 2014 17:37:59 +0000 |
Pierre-Yves David |
graphlog: add a way to test the 'groupbranchiter' function
|
Thu, 04 Sep 2014 18:19:32 +0200 |
Pierre-Yves David |
graphmod: add a function for topological iteration
|
Fri, 17 Oct 2014 15:27:12 -0700 |
Sean Farley |
namespaces: add branches
|
Fri, 17 Oct 2014 15:27:33 -0700 |
Sean Farley |
namespaces: add tags
|
Sun, 14 Dec 2014 19:11:44 -0800 |
Ryan McElroy |
namespaces: remove weakref; always pass in repo
|
Thu, 16 Oct 2014 23:27:54 -0700 |
Sean Farley |
changectx: use names api to simplify and extend node lookup
|
Fri, 17 Oct 2014 15:28:40 -0700 |
Sean Farley |
namespaces: add a method to the first matching node for a given name
|