Tue, 23 Dec 2014 17:13:51 -0800 |
Pierre-Yves David |
context: catch FilteredRepoLookupError instead of RepoLookupError
|
Thu, 27 Nov 2014 10:16:56 -0500 |
Matt Harbison |
narrowmatcher: propagate the rel() method
|
Fri, 28 Nov 2014 20:15:46 -0500 |
Matt Harbison |
match: add the abs() method
|
Mon, 29 Dec 2014 16:39:20 -0600 |
Matt Mackall |
merge with stable
|
Thu, 25 Dec 2014 23:33:26 +0900 |
FUJIWARA Katsunori |
posix: quote the specified string only when it may have to be quoted
|
Thu, 25 Dec 2014 23:33:26 +0900 |
FUJIWARA Katsunori |
windows: quote the specified string only when it has to be quoted
|
Thu, 25 Dec 2014 23:33:26 +0900 |
FUJIWARA Katsunori |
extdiff: rename the name of an argument for readability
|
Thu, 25 Dec 2014 23:33:26 +0900 |
FUJIWARA Katsunori |
extdiff: avoid unexpected quoting arguments for external tools (issue4463)
|
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
|
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
|
Sun, 14 Dec 2014 12:53:50 -0800 |
Sean Farley |
namespaces: add bookmarks to the names data structure
|
Sun, 14 Dec 2014 16:22:24 -0800 |
Sean Farley |
namespaces: add a convenience property for the weakref _repo
|
Sun, 14 Dec 2014 15:35:57 -0800 |
Sean Farley |
namespaces: pass repo to __init__
|
Sun, 14 Dec 2014 15:04:40 -0800 |
Sean Farley |
namespaces: add a function to turn single results into lists
|
Fri, 17 Oct 2014 11:25:51 -0700 |
Sean Farley |
namespaces: add a method to register new namespaces
|
Sun, 14 Dec 2014 12:29:28 -0800 |
Sean Farley |
namespaces: introduce a generic way to map between names and nodes
|
Sun, 14 Dec 2014 19:27:58 +0100 |
Mads Kiilerich |
statichttprepo: update profile of __call__ in mock vfs object
|
Sun, 14 Dec 2014 21:00:58 +0100 |
Mathias De Maré |
tests: avoid git diffstat singular/plural output difference
|
Sun, 14 Dec 2014 11:34:51 +0100 |
Mathias De Maré |
subrepo: add revert support without backup for git subrepos
|
Sat, 01 Nov 2014 22:56:49 -0700 |
Martin von Zweigbergk |
match: make 'always' and 'exact' functions, not classes
|
Sat, 13 Dec 2014 14:31:55 -0800 |
Ryan McElroy |
share: implement shared bookmark functionality
|
Sat, 13 Dec 2014 13:56:05 -0800 |
Kyle Lippincott |
debugindex: respect --debug flag to show full nodeids
|
Fri, 12 Dec 2014 14:06:36 -0800 |
Siddharth Agarwal |
localrepo.clone: add a way to override server preferuncompressed
|
Fri, 12 Dec 2014 14:02:56 -0800 |
Siddharth Agarwal |
hg.clone: set 'stream' depending on whether --pull was requested or not
|
Fri, 14 Nov 2014 05:53:04 -0800 |
Martin von Zweigbergk |
merge: perform case-collision checking on final set of actions
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Sat, 13 Dec 2014 09:45:00 +0100 |
Mathias De Maré |
tests: allow more flexibility in git diffstat output
|
Thu, 11 Dec 2014 21:21:21 -0800 |
Martin von Zweigbergk |
merge: move cd/dc prompts after largefiles prompts
|
Sun, 30 Nov 2014 22:47:53 -0500 |
Matt Harbison |
addremove: automatically process a subrepository's subrepos
|
Sun, 09 Nov 2014 23:46:25 -0500 |
Matt Harbison |
addremove: support addremove with explicit paths in subrepos
|
Mon, 24 Nov 2014 23:51:26 -0500 |
Matt Harbison |
addremove: add support for the -S flag
|
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, 26 Nov 2014 15:16:22 -0500 |
Matt Harbison |
commit: abort if --addremove is specified, but fails
|
Wed, 26 Nov 2014 14:27:36 -0500 |
Matt Harbison |
addremove: warn when addremove fails to operate on a named path
|
Sun, 09 Nov 2014 19:57:02 -0500 |
Matt Harbison |
scmutil: pass a matcher to scmutil.addremove() instead of a list of patterns
|
Wed, 10 Dec 2014 23:46:47 -0500 |
Enrique A. Tobis |
tests: fix a typo in test-walkrepos.py
|
Wed, 03 Dec 2014 13:50:28 -0800 |
Martin von Zweigbergk |
merge: extract _resolvetrivial() function
|
Tue, 09 Dec 2014 22:10:51 -0800 |
Martin von Zweigbergk |
largefiles: start by finding files of interest
|
Tue, 09 Dec 2014 22:03:53 -0800 |
Martin von Zweigbergk |
largefiles: rewrite merge code using dictionary with entry per file
|
Tue, 09 Dec 2014 09:53:26 -0800 |
Martin von Zweigbergk |
largefiles: put same 'action' object back in 'newglist'
|
Mon, 08 Dec 2014 15:20:42 -0800 |
Martin von Zweigbergk |
largefiles: don't unnecessarily sort merge action lists
|
Tue, 09 Dec 2014 16:49:55 -0800 |
Martin von Zweigbergk |
merge: don't treat 'diverge' and 'renamedelete' like actions
|
Tue, 09 Dec 2014 14:18:31 -0800 |
Martin von Zweigbergk |
merge: move dr/rd warning messages out of applyupdates()
|
Fri, 05 Dec 2014 16:13:26 -0800 |
Martin von Zweigbergk |
merge: don't report progress for dr/rd actions
|
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
|
Thu, 11 Oct 2012 23:22:02 +0200 |
Mads Kiilerich |
rebase: show a note for updated mq patches
|
Wed, 10 Dec 2014 06:20:35 +0100 |
Mads Kiilerich |
rebase: improve debug messages while processing the list of rebases
|
Wed, 10 Dec 2014 06:20:35 +0100 |
Mads Kiilerich |
rebase: show warning when rebase creates no changes to commit
|
Tue, 09 Dec 2014 03:45:26 +0100 |
Mads Kiilerich |
rebase: show more useful status information while rebasing
|
Sun, 07 Dec 2014 20:04:45 +0100 |
Mads Kiilerich |
tests: make 'saved backup' globbing less narrow in rebase tests
|
Tue, 09 Dec 2014 03:37:06 +0100 |
Mads Kiilerich |
tests: stabilise mq rebase tests
|
Tue, 09 Dec 2014 14:45:12 -0500 |
Augie Fackler |
test-graft: use strip extension instead of mq extension
|
Thu, 04 Dec 2014 13:52:46 -0800 |
Pierre-Yves David |
transaction: remove the 'onabort' mechanism
|
Thu, 04 Dec 2014 13:51:41 -0800 |
Pierre-Yves David |
transaction: remove the redundant 'onclose' mechanism
|
Thu, 04 Dec 2014 16:35:03 -0800 |
Pierre-Yves David |
fncache: document the fact fncache is outdate at hook run time
|
Thu, 04 Dec 2014 13:49:45 -0800 |
Pierre-Yves David |
fncache: drop dedicated 'onclose' function in favor of 'tr.addfinalize'
|
Tue, 09 Dec 2014 13:32:19 -0600 |
Matt Mackall |
merge with stable
|
Tue, 09 Dec 2014 12:39:23 -0600 |
Matt Mackall |
graft: drop cset description from empty commit message
|
Tue, 09 Dec 2014 03:38:23 +0100 |
Mads Kiilerich |
graft: show hashes in user-facing messages
|
Tue, 09 Dec 2014 03:38:23 +0100 |
Mads Kiilerich |
graft: give helpful warning for empty grafts
|
Tue, 09 Dec 2014 03:38:23 +0100 |
Mads Kiilerich |
graft: show more useful status information while grafting
|
Tue, 09 Dec 2014 03:37:55 +0100 |
Mads Kiilerich |
tests: test coverage for empty graft
|
Sun, 07 Dec 2014 10:54:29 -0500 |
Matt Harbison |
largefiles: drop the unfiltered repo usage in overridepurge()
|
Sun, 07 Dec 2014 10:52:56 -0500 |
Matt Harbison |
repoview: allow methods on the proxy class to be replaced
|
Mon, 08 Dec 2014 15:41:54 -0800 |
Durham Goode |
log: fix log revset instability
stable
|
Fri, 05 Dec 2014 14:27:32 -0800 |
Durham Goode |
log: fix log -f slow path to actually follow history
stable
|
Wed, 26 Nov 2014 23:23:33 -0800 |
Pierre-Yves David |
obsstore: cache size computation for fm1 node
|
Wed, 26 Nov 2014 23:21:20 -0800 |
Pierre-Yves David |
obsstore: prefetch struct.calcsize
|
Wed, 26 Nov 2014 16:58:31 -0800 |
Pierre-Yves David |
obsstore: disable garbage collection during initialization (issue4456)
|
Thu, 04 Dec 2014 05:43:15 -0800 |
Pierre-Yves David |
dirstate: use the 'nogc' decorator
|
Thu, 04 Dec 2014 05:43:40 -0800 |
Pierre-Yves David |
util: add a 'nogc' decorator to disable the garbage collection
|
Fri, 05 Dec 2014 22:58:02 -0500 |
Matt Harbison |
generate-working-copy-states: open() in binary mode when writing content
|
Fri, 05 Dec 2014 16:45:52 -0800 |
Martin von Zweigbergk |
largefiles: don't use 'r' action for standin that doesn't exist
|
Fri, 05 Dec 2014 16:51:37 -0800 |
Martin von Zweigbergk |
largefiles: don't use 'r' action for normal file that doesn't exist
|
Tue, 02 Dec 2014 12:23:12 -0800 |
Pierre-Yves David |
rebase: handle revtodo as a special value when storing/restoring state
|
Tue, 02 Dec 2014 09:46:20 -0800 |
Pierre-Yves David |
rebase: add a 'revtodo' constant
|
Thu, 04 Dec 2014 07:03:02 -0800 |
Pierre-Yves David |
rebase: use '>= 0' to know is a revision was rebased
|
Tue, 02 Dec 2014 17:35:21 -0800 |
Pierre-Yves David |
patchbomb: introduce a 'patchbomb.confirm' option
|
Tue, 02 Dec 2014 17:24:52 -0800 |
Pierre-Yves David |
patchbomb: add a 'patchbomb.intro' option
|
Tue, 02 Dec 2014 16:51:32 -0800 |
Pierre-Yves David |
patchbomb: extract 'getoutgoing' closure into its own function
|
Thu, 20 Nov 2014 16:27:55 -0800 |
Pierre-Yves David |
perf: add a perfloadmarkers command
|
Wed, 19 Nov 2014 03:38:51 +0100 |
Mads Kiilerich |
rebase: move base calculation from rebasenode() to defineparents()
|
Fri, 05 Dec 2014 10:53:25 -0800 |
Martin von Zweigbergk |
largefiles: remove redundant checks for false modify/delete conflicts
|
Wed, 03 Dec 2014 14:03:20 -0800 |
Martin von Zweigbergk |
merge: make 'keep' message more descriptive
|
Thu, 04 Dec 2014 23:08:27 -0500 |
Matt Harbison |
addremove: restore the relative path printing when files are named
|
Thu, 04 Dec 2014 23:04:55 -0500 |
Matt Harbison |
match: introduce uipath() to properly style a file path
|
Fri, 05 Dec 2014 12:10:56 -0600 |
Matt Mackall |
merge with stable
|
Sun, 16 Nov 2014 23:41:44 -0800 |
Martin von Zweigbergk |
update: don't overwrite untracked ignored files on update
stable
|
Tue, 02 Dec 2014 17:11:01 -0800 |
Martin von Zweigbergk |
update: add tests for untracked local file
stable
|
Wed, 03 Dec 2014 11:02:52 -0800 |
Martin von Zweigbergk |
merge: don't overwrite conflicting file in locally renamed directory
|
Wed, 03 Dec 2014 10:56:07 -0800 |
Martin von Zweigbergk |
merge: don't ignore conflicting file in remote renamed directory
|
Sun, 23 Nov 2014 15:08:50 -0800 |
Martin von Zweigbergk |
merge: duplicate 'if f in copied' into each branch
|
Sun, 23 Nov 2014 14:09:10 -0800 |
Martin von Zweigbergk |
merge: branch code into {n1 and n2, n1, n2} top-level cases
|
Tue, 02 Dec 2014 16:39:59 -0800 |
Martin von Zweigbergk |
update: remove redundant and misplaced merge tests
|
Fri, 21 Nov 2014 13:02:45 -0800 |
Martin von Zweigbergk |
largefiles: use clearer debug messages in actions
|
Fri, 21 Nov 2014 11:44:57 -0800 |
Martin von Zweigbergk |
largefiles: don't clobber merge action message with user message
|
Tue, 02 Dec 2014 20:31:19 -0800 |
Ryan McElroy |
bookmarks: factor out repository lookup from writing bookmarks file
|
Thu, 04 Dec 2014 12:02:02 -0500 |
Mike Edgar |
parsers: ensure revlog index node tree is initialized before insertion
|
Wed, 03 Dec 2014 22:56:42 +0900 |
Yuya Nishihara |
revset: add 'only' to DoS-safe symbols
|
Wed, 03 Dec 2014 22:52:54 +0900 |
Yuya Nishihara |
revset: move 'only' so that functions are sorted alphabetically
|
Tue, 02 Dec 2014 22:42:41 -0500 |
Matt Harbison |
tests: drop unnecessary glob that causes a warning on Windows
|
Wed, 03 Dec 2014 10:01:24 -0800 |
Martin von Zweigbergk |
merge: add test with conflicting file and remote directory rename
|
Wed, 03 Dec 2014 15:03:29 -0800 |
Martin von Zweigbergk |
graft: use a real conflict for the tests
|
Wed, 03 Dec 2014 14:33:29 -0800 |
John Coomes |
add: use lexists so that broken symbolic links are added
|
Tue, 02 Dec 2014 05:12:59 +0100 |
Mads Kiilerich |
rebase: avoid redundant repo[rev].rev() - just keep working in rev space
|
Tue, 02 Dec 2014 05:12:59 +0100 |
Mads Kiilerich |
rebase: always store rev in state, also when collapsing
|
Tue, 02 Dec 2014 05:12:53 +0100 |
Mads Kiilerich |
rebase: clarify naming of variables holding node hashes - don't call them rev
|
Thu, 27 Nov 2014 00:24:25 -0800 |
Ryan McElroy |
bookmarks: factor out bookmark file opening for easier extensibility
|
Tue, 02 Dec 2014 17:19:20 -0600 |
Matt Mackall |
merge with stable
|
Tue, 18 Nov 2014 22:18:05 -0800 |
Siddharth Agarwal |
diff: explicitly honor all diffopts
|
Tue, 18 Nov 2014 22:16:46 -0800 |
Siddharth Agarwal |
annotate: explicitly only honor whitespace diffopts
|
Tue, 18 Nov 2014 21:47:47 -0800 |
Siddharth Agarwal |
notify: explicitly honor all diffopts
|
Tue, 18 Nov 2014 22:13:05 -0800 |
Siddharth Agarwal |
jsonchangeset: don't honor whitespace and format-changing diffopts
|
Tue, 18 Nov 2014 21:49:05 -0800 |
Siddharth Agarwal |
transplant: don't honor whitespace and format-changing diffopts
|
Tue, 18 Nov 2014 21:38:19 -0800 |
Siddharth Agarwal |
hgk: don't honor whitespace and format-changing diffopts
|
Tue, 18 Nov 2014 17:36:24 -0800 |
Siddharth Agarwal |
patchbomb: don't honor whitespace and format-changing diffopts (BC)
|
Wed, 26 Nov 2014 11:45:21 -0800 |
Martin von Zweigbergk |
merge: add more thorough tests for --force
|
Wed, 26 Nov 2014 10:25:27 -0800 |
Martin von Zweigbergk |
merge: display modify/delete conflict prompts in sorted order
|
Sun, 09 Nov 2014 00:10:29 -0800 |
Martin von Zweigbergk |
generate-working-copy-states: accept depth arguments on command line
|
Sat, 08 Nov 2014 23:37:54 -0800 |
Martin von Zweigbergk |
generate-working-copy-states: generalize for depth
|
Sat, 29 Nov 2014 14:39:33 -0800 |
Martin von Zweigbergk |
generate-working-copy-states: make 'tracked' a string
|
Tue, 02 Dec 2014 13:28:07 -0800 |
Martin von Zweigbergk |
merge: demonstrate that directory renames can lose local file content
|
Fri, 28 Nov 2014 03:09:19 +0100 |
Mads Kiilerich |
mq: drop updateheader - inserthgheader and insertplainheader is enough
|
Fri, 28 Nov 2014 03:09:06 +0100 |
Mads Kiilerich |
mq: smarter handling of plain headers
|
Sun, 30 Nov 2014 23:30:31 -0500 |
Matt Harbison |
largefiles: drop the override for 'fetch'
|
Tue, 02 Dec 2014 11:06:38 -0800 |
Pierre-Yves David |
rebase: ignore negative state when updating back to original wc parent
stable
|
Fri, 21 Nov 2014 15:50:38 -0800 |
Eric Sumner |
bundle2-push: provide transaction to reply unbundler
|
Mon, 24 Nov 2014 16:04:44 -0800 |
Eric Sumner |
bundle2.processbundle: let callers request default behavior
|
Fri, 21 Nov 2014 15:06:38 -0800 |
Eric Sumner |
push: elevate phase transaction to cover entire operation
|
Fri, 21 Nov 2014 14:32:57 -0800 |
Eric Sumner |
pull: extract transaction logic into separate object
|
Tue, 18 Nov 2014 20:00:37 -0800 |
Siddharth Agarwal |
record: don't honor format-changing diffopts (issue4459)
|
Tue, 18 Nov 2014 17:22:03 -0800 |
Siddharth Agarwal |
patch.difffeatureopts: add a feature for format-changing diffopts
|
Tue, 18 Nov 2014 17:09:26 -0800 |
Siddharth Agarwal |
patch.difffeatureopts: add a feature for whitespace diffopts
|
Tue, 18 Nov 2014 17:10:14 -0800 |
Siddharth Agarwal |
patch.difffeatureopts: add a feature for diff.git
|
Tue, 18 Nov 2014 21:43:38 -0800 |
Siddharth Agarwal |
patch: rename diffopts to diffallopts
|
Tue, 18 Nov 2014 16:53:22 -0800 |
Siddharth Agarwal |
patch: add a new function to initialize diffopts by feature
|
Tue, 18 Nov 2014 16:00:54 -0800 |
Siddharth Agarwal |
patch.diffopts: use a dict for initialization
|
Fri, 21 Nov 2014 22:24:45 -0500 |
Matt Harbison |
largefiles: split the creation of a normal matcher out of its install method
|
Mon, 01 Dec 2014 21:48:32 -0800 |
Martin von Zweigbergk |
addremove: print relative paths when called with -I/-X (BC)
|
Mon, 01 Dec 2014 19:34:11 -0600 |
Matt Mackall |
merge with stable
|
Mon, 01 Dec 2014 18:51:10 -0600 |
Matt Mackall |
merge with i18n
stable
|
Mon, 01 Dec 2014 11:21:30 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 3bd577a3283e
stable
|
Sat, 29 Nov 2014 14:32:12 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with edf29f9c15f0
stable
|
Mon, 01 Dec 2014 18:39:19 -0600 |
Matt Mackall |
Added signature for changeset 902554884335
stable
|
Mon, 01 Dec 2014 18:39:14 -0600 |
Matt Mackall |
Added tag 3.2.2 for changeset 902554884335
stable
|
Mon, 01 Dec 2014 02:30:21 +0100 |
Mads Kiilerich |
merge: before cd/dc prompt, check that changed side really changed
stable 3.2.2
|
Mon, 01 Dec 2014 02:11:29 +0100 |
Mads Kiilerich |
largefiles: don't show largefile/normal prompts if one side is unchanged
stable
|
Mon, 01 Dec 2014 02:11:17 +0100 |
Mads Kiilerich |
tests: add test-issue3084.t cases for 'changed but same' as for 'unchanged'
stable
|
Mon, 01 Dec 2014 02:10:57 +0100 |
Mads Kiilerich |
tests: clean-up of largefiles tests in test-issue3084.t
stable
|
Sat, 29 Nov 2014 19:17:47 -0800 |
Pierre-Yves David |
pushkey: gracefully handle prepushkey hook failure (issue4455)
stable
|
Sat, 29 Nov 2014 19:13:35 -0800 |
Pierre-Yves David |
hook: raise a more specialized HookAbort exception when a hook fails
stable
|
Mon, 01 Dec 2014 15:04:34 -0600 |
Matt Mackall |
help: fix typo in files help
stable
|
Mon, 01 Dec 2014 05:18:12 -0800 |
Pierre-Yves David |
revset: fix first and last for generatorset (issue4465)
stable
|
Fri, 28 Nov 2014 02:57:33 +0100 |
Mads Kiilerich |
mq: fix update of headers that occur in the "wrong" order
stable
|
Fri, 28 Nov 2014 20:16:15 +0100 |
Mathias De Maré |
subrepo: add status support for ignored files in git subrepos
|
Wed, 26 Nov 2014 15:37:01 -0800 |
Pierre-Yves David |
manifest: document the extra letter in working copy manifest node
|
Fri, 28 Nov 2014 10:59:02 -0800 |
Gregory Szorc |
hgweb: send proper HTTP response after uncaught exception
stable
|
Sun, 30 Nov 2014 20:06:53 +0100 |
Mads Kiilerich |
tests: test rebase of merge of target ancestors
|
Sun, 30 Nov 2014 19:36:03 +0100 |
Mads Kiilerich |
tests: test coverage of parent order with p1 outside rebase set
|
Sun, 30 Nov 2014 19:35:54 +0100 |
Mads Kiilerich |
tests: add test for rebasing merges with ancestors of the rebase destination
|
Sun, 30 Nov 2014 19:26:53 +0100 |
Mads Kiilerich |
merge: 0 is a valid ancestor different from None
|
Thu, 27 Nov 2014 12:25:01 -0600 |
Matt Mackall |
merge with stable
|
Tue, 25 Nov 2014 19:40:54 -0800 |
Pierre-Yves David |
revert: look for copy information for all local modifications
stable
|
Mon, 24 Nov 2014 18:42:56 -0800 |
Pierre-Yves David |
rename: properly report removed and added file as modified (issue4458)
stable
|
Wed, 26 Nov 2014 14:54:16 -0800 |
Pierre-Yves David |
manifest: fix a bug where working copy file 'add' mark was buggy
stable
|
Wed, 26 Nov 2014 17:22:09 +0300 |
anatoly techtonik |
merge: be precise about what merged into what in short desc
stable
|
Tue, 11 Nov 2014 20:32:10 -0800 |
Gregory Szorc |
docker: add Docker files for running an Apache mod_wsgi server
|
Mon, 24 Nov 2014 16:17:02 -0800 |
Martin von Zweigbergk |
merge: use None as filename for base in 'both created' conflicts
|
Mon, 24 Nov 2014 16:42:36 -0800 |
Martin von Zweigbergk |
merge: break out "both renamed a -> b" case
|
Mon, 24 Nov 2014 16:16:34 -0800 |
Martin von Zweigbergk |
merge: separate out "both created" cases
|
Mon, 24 Nov 2014 16:11:22 -0800 |
Martin von Zweigbergk |
merge: indent to prepare for next patch
|
Tue, 25 Nov 2014 17:30:05 -0600 |
Matt Mackall |
merge with stable
|
Tue, 25 Nov 2014 02:31:52 -0600 |
David Eckhardt |
factotum: convert Plan 9 quoted string to Python string
|
Tue, 25 Nov 2014 02:27:31 -0600 |
Jeff Sickel |
plan9: setup check for current python build
|
Wed, 19 Nov 2014 22:27:55 -0500 |
Matt Harbison |
add: check for the existence of a file matched inexactly before adding it
|
Thu, 20 Nov 2014 22:33:40 -0500 |
Matt Harbison |
tests: choose the proper environment variable style for the platform
|
Thu, 20 Nov 2014 20:07:34 -0500 |
Matt Harbison |
tests: fix another multi-statement hook for Windows
|
Wed, 19 Nov 2014 23:41:40 -0500 |
Matt Harbison |
run-tests: set a default largefiles usercache in the default hgrc file
|
Mon, 24 Nov 2014 09:50:27 -0800 |
Martin von Zweigbergk |
merge: remove obsolete check for untracked files in 'dm' action
|
Sun, 23 Nov 2014 23:10:34 -0800 |
Martin von Zweigbergk |
merge: remove dead assignment in applyupdates()
|
Fri, 21 Nov 2014 13:06:04 -0800 |
Martin von Zweigbergk |
merge: move calculateupdates() before applyupdated()
|
Mon, 24 Nov 2014 11:28:46 -0800 |
Martin von Zweigbergk |
merge: remove unused variables from _checkcollision()
|
Tue, 25 Nov 2014 18:37:28 +0900 |
FUJIWARA Katsunori |
largefiles: avoid exec-bit examination on the platform being unaware of it
stable
|
Sat, 22 Nov 2014 17:09:04 -0600 |
Matt Mackall |
merge with stable
|
Thu, 20 Nov 2014 16:30:57 -0800 |
Durham Goode |
changegroup: fix file linkrevs during reorders (issue4462)
stable
|
Thu, 20 Nov 2014 16:39:32 -0800 |
Martin von Zweigbergk |
merge: consistently use single quotes for non-user-facing strings
|
Thu, 13 Nov 2014 11:12:47 +0000 |
Pierre-Yves David |
localrepo: add a currenttransaction method
|
Thu, 13 Nov 2014 11:11:17 +0000 |
Pierre-Yves David |
repoview: extract actual hidden cache writing in its own function
|
Fri, 21 Nov 2014 13:58:49 +0800 |
Anton Shestakov |
templates: fix broken "less" & "more" links in paper style (issue4460)
stable
|
Wed, 19 Nov 2014 01:36:17 +0000 |
Pierre-Yves David |
push: stop independent usage of bundle2 in syncphase (issue4454)
stable
|
Wed, 19 Nov 2014 23:15:07 -0800 |
Martin von Zweigbergk |
dirstate: speed up repeated missing directory checks
|
Wed, 19 Nov 2014 17:07:27 -0800 |
Martin von Zweigbergk |
revert: access status fields by name rather than index
|
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 |
vfs: add "writelines"
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
vfs: add "notindexed" argument to invoke "ensuredir" with it in write mode
|
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 |
vfs: add "readlines" and "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
|
Wed, 19 Nov 2014 08:50:08 -0800 |
Martin von Zweigbergk |
merge: remove confusing comment about --force
|
Fri, 17 Oct 2014 22:23:06 -0700 |
Pierre-Yves David |
phases: read pending data when appropriate
|
Sun, 28 Sep 2014 21:27:48 -0700 |
Pierre-Yves David |
bookmark: read pending data when appropriate
|
Wed, 12 Nov 2014 16:54:57 +0000 |
Pierre-Yves David |
test-bundle2: check visible data in pre/post-transaction hooks
|
Fri, 17 Oct 2014 22:19:05 -0700 |
Pierre-Yves David |
transaction: write pending generated files
|
Fri, 17 Oct 2014 21:57:32 -0700 |
Pierre-Yves David |
transaction: have _generatefile return a boolean
|
Mon, 29 Sep 2014 01:29:08 -0700 |
Pierre-Yves David |
transaction: allow generating files with a suffix
|
Wed, 19 Nov 2014 09:52:05 -0600 |
Matt Mackall |
transaction: fix some docstring grammar
|
Wed, 12 Nov 2014 14:57:41 +0000 |
Pierre-Yves David |
transaction: accept a 'location' argument for registertmp
|
Tue, 18 Nov 2014 23:51:58 -0500 |
Matt Harbison |
tests: handle differences between missing file error strings on Windows and Unix
|
Tue, 18 Nov 2014 22:02:00 -0500 |
Matt Harbison |
run-tests: don't warn on unnecessary globs mandated by check-code.py
|
Tue, 18 Nov 2014 16:14:32 -0800 |
Martin von Zweigbergk |
update: remove unnecessary check for unknown files with --check
|
Tue, 18 Nov 2014 12:29:30 -0600 |
Matt Mackall |
merge with stable
|
Sun, 16 Nov 2014 22:03:57 -0500 |
Matt Harbison |
tests: move a multi-statement debuglocks hook into a shell script for Windows
|
Sun, 16 Nov 2014 16:26:15 -0500 |
Matt Harbison |
tests: fix globs for Windows
|
Tue, 04 Nov 2014 12:46:00 -0500 |
Matt Harbison |
run-tests: include quotes in the HGEDITOR value when storing sys.executable
|
Mon, 17 Nov 2014 01:48:43 +0100 |
Mads Kiilerich |
mq: when adding headers in plain mode, separate them from message (issue4453)
stable
|
Mon, 17 Nov 2014 01:48:19 +0100 |
Mads Kiilerich |
mq: introduce insertplainheader - same naive implementation as before
stable
|
Sun, 16 Nov 2014 19:57:40 +0100 |
Mads Kiilerich |
mq: when setting message in plain mode, separate it from header (issue4453)
stable
|
Sun, 16 Nov 2014 00:40:29 -0800 |
Siddharth Agarwal |
setdiscovery: avoid a full changelog graph traversal
|
Fri, 14 Nov 2014 19:40:30 -0800 |
Siddharth Agarwal |
ancestor: add a way to remove ancestors of bases from a given set
|
Fri, 14 Nov 2014 17:21:00 -0800 |
Siddharth Agarwal |
ancestor: add a way to add to bases of a missing ancestor object
|
Sun, 16 Nov 2014 00:39:29 -0800 |
Siddharth Agarwal |
ancestor: add a way to test whether a missing ancestor object has bases
|
Fri, 14 Nov 2014 16:53:40 -0800 |
Siddharth Agarwal |
ancestor: remove now-unused missingancestors function
|
Fri, 14 Nov 2014 16:52:40 -0800 |
Siddharth Agarwal |
revlog: switch findmissing* methods to incrementalmissingrevs
|
Sun, 16 Nov 2014 00:39:48 -0800 |
Siddharth Agarwal |
revlog: add a method to get missing revs incrementally
|
Sat, 15 Nov 2014 19:26:20 -0800 |
Siddharth Agarwal |
test-ancestor: add support for multiple tests against one incremental object
|
Fri, 14 Nov 2014 23:50:01 -0800 |
Siddharth Agarwal |
test-ancestor: move naive missing ancestor algorithm into a class
|
Fri, 14 Nov 2014 23:44:38 -0800 |
Siddharth Agarwal |
ancestor.missingancestors: turn into a state-keeping class
|
Fri, 14 Nov 2014 13:47:25 -0800 |
Siddharth Agarwal |
ancestor.missingancestors: calculate start point after filtering revsvisit
|
Fri, 14 Nov 2014 11:33:52 -0800 |
Siddharth Agarwal |
ancestor.missingancestors: don't discard from basesvisit
|
Sat, 15 Nov 2014 10:55:34 -0800 |
Siddharth Agarwal |
test-ancestor: use random testing for missing ancestors
|
Sat, 15 Nov 2014 18:52:44 -0800 |
Siddharth Agarwal |
test-ancestor: define a main function
|
Fri, 14 Nov 2014 14:50:03 -0800 |
Siddharth Agarwal |
test-ancestor: test iteration for lazyancestors
|
Fri, 14 Nov 2014 14:36:25 -0800 |
Siddharth Agarwal |
ancestor.lazyancestors: take parentrevs function rather than changelog
|
Sun, 16 Nov 2014 00:24:23 -0500 |
Matt Harbison |
remove: avoid a bogus warning about no tracked files when removing '.'
|
Wed, 12 Nov 2014 23:15:20 -0500 |
Matt Harbison |
remove: support remove with explicit paths in subrepos
|
Sat, 15 Nov 2014 21:36:19 -0500 |
Matt Harbison |
remove: recurse into subrepositories with --subrepos/-S flag
|
Sat, 15 Nov 2014 13:50:43 +0900 |
Yuya Nishihara |
cmdserver: protect pipe server streams against corruption caused by direct io
|
Sat, 15 Nov 2014 13:04:41 +0900 |
Yuya Nishihara |
cmdserver: postpone creation of pipe server until run()
|
Sat, 15 Nov 2014 12:43:35 +0900 |
Yuya Nishihara |
cmdserver: use given streams as pipe channels like other commands
|
Fri, 14 Nov 2014 16:38:58 -0800 |
Siddharth Agarwal |
revset.only: use cl.findmissingrevs
|
Fri, 14 Nov 2014 09:33:28 -0800 |
Martin von Zweigbergk |
manifestmerge: use already existing fl2 synonym for m2.flags(f)
|
Thu, 13 Nov 2014 23:12:15 -0800 |
Martin von Zweigbergk |
merge: drop underscore prefix from _checkunknown()
|
Wed, 12 Nov 2014 14:47:48 +0000 |
Pierre-Yves David |
transaction: drop special handling for phases and bookmarks generation
|
Fri, 17 Oct 2014 20:53:42 -0700 |
Pierre-Yves David |
transaction: use 'location' instead of 'vfs' objects for file generation
|
Wed, 05 Nov 2014 01:59:32 +0000 |
Pierre-Yves David |
transaction: use 'location' instead of 'vfs' in the addbackup method
|
Fri, 14 Nov 2014 00:14:23 +0000 |
Pierre-Yves David |
addbackup: handle file in subdirectory
|
Fri, 14 Nov 2014 14:54:55 +0000 |
Pierre-Yves David |
addbackup: use the vfs for the backup destination too
|
Thu, 13 Nov 2014 11:17:36 +0000 |
Pierre-Yves David |
transaction: set backupentries version to proper value
|
Thu, 13 Nov 2014 11:17:09 +0000 |
Pierre-Yves David |
transaction: support cache file in backupentries
|
Fri, 17 Oct 2014 21:04:35 -0700 |
Pierre-Yves David |
transaction: use the location value when doing backup
|
Fri, 17 Oct 2014 20:49:39 -0700 |
Pierre-Yves David |
transaction: pass a vfs map to the transaction
|
Wed, 05 Nov 2014 01:52:46 +0000 |
Pierre-Yves David |
transaction: change the on disk format for backupentries
|
Thu, 13 Nov 2014 15:47:15 -0500 |
Augie Fackler |
silenttestrunner: add environment variable to make tests noisy again
|
Fri, 14 Nov 2014 05:58:59 -0800 |
Martin von Zweigbergk |
largefiles: update comments to refer to the right overridden method
|
Thu, 13 Nov 2014 21:36:38 -0800 |
Siddharth Agarwal |
revlog: cache chain info after calculating it for a rev (issue4452)
|
Wed, 22 Oct 2014 21:38:30 -0700 |
Martin von Zweigbergk |
manifest: add matches() method
|
Wed, 12 Nov 2014 22:20:36 -0800 |
Martin von Zweigbergk |
context.status: pass status tuple into _buildstatus
|
Wed, 12 Nov 2014 22:07:31 -0800 |
Martin von Zweigbergk |
context.status: avoid de- and reconstructing status tuple
|
Wed, 12 Nov 2014 16:51:11 -0800 |
Martin von Zweigbergk |
context.status: make _dirstatestatus() return an status tuple
|
Wed, 12 Nov 2014 21:19:07 -0800 |
Martin von Zweigbergk |
context.status: wipe deleted/unknown/ignored fields when reversed
|
Wed, 12 Nov 2014 23:50:21 -0800 |
Siddharth Agarwal |
patch.trydiff: add support for noprefix
|
Wed, 12 Nov 2014 23:29:14 -0800 |
Siddharth Agarwal |
mdiff.unidiff: add support for noprefix
|
Thu, 13 Nov 2014 00:13:48 -0800 |
Siddharth Agarwal |
diff: add a --noprefix option
|
Thu, 13 Nov 2014 00:08:44 -0800 |
Siddharth Agarwal |
patch.diffopts: add support for noprefix
|
Wed, 12 Nov 2014 23:47:25 -0800 |
Siddharth Agarwal |
patch.diffopts: allow a setting to be forced in plain mode
|
Wed, 12 Nov 2014 23:44:17 -0800 |
Siddharth Agarwal |
patch.diffopts: break get function into if statements
|
Wed, 12 Nov 2014 23:25:32 -0800 |
Siddharth Agarwal |
mdiff.diffopts: add a new noprefix option
|
Wed, 12 Nov 2014 23:19:44 -0800 |
Siddharth Agarwal |
mdiff.diffopts: add doc comment for nobinary
|
Sat, 08 Nov 2014 17:08:09 +0000 |
Pierre-Yves David |
changelog: register changelog.i.a as a temporary file
|
Wed, 05 Nov 2014 09:27:08 +0000 |
Pierre-Yves David |
transaction: allow registering a temporary transaction file
|
Thu, 13 Nov 2014 10:22:47 +0000 |
Pierre-Yves David |
transaction: always generate file on close
|
Sun, 09 Nov 2014 12:31:34 -0500 |
Matt Harbison |
remove: move most of the implementation into cmdutils.remove()
|
Tue, 11 Nov 2014 20:08:19 -0800 |
Siddharth Agarwal |
revlog: increase I/O bound to 4x the amount of data consumed
|
Tue, 11 Nov 2014 20:01:19 -0800 |
Siddharth Agarwal |
revlog: bound based on the length of the compressed deltas
|
Tue, 11 Nov 2014 19:54:36 -0800 |
Siddharth Agarwal |
revlog: compute length of compressed deltas along with chain length
|
Tue, 11 Nov 2014 21:41:12 -0800 |
Siddharth Agarwal |
revlog: store fulltext when compressed delta is bigger than it
|
Tue, 11 Nov 2014 21:39:56 -0800 |
Siddharth Agarwal |
revlog: make a predicate clearer with parens
|
Wed, 05 Nov 2014 13:06:24 +0000 |
Pierre-Yves David |
transaction: extract backupentry registration in a dedicated function
|
Sat, 08 Nov 2014 16:35:15 +0000 |
Pierre-Yves David |
transaction: pass the transaction to 'postclose' callback
|
Sat, 08 Nov 2014 16:31:38 +0000 |
Pierre-Yves David |
transaction: pass the transaction to 'finalize' callback
|
Sat, 08 Nov 2014 16:27:50 +0000 |
Pierre-Yves David |
transaction: pass the transaction to 'pending' callback
|
Wed, 05 Nov 2014 10:22:17 +0000 |
Pierre-Yves David |
transaction: gather backupjournal logic together in the __init__
|
Wed, 05 Nov 2014 01:38:48 +0000 |
Pierre-Yves David |
transaction: handle missing file in backupentries (instead of using entries)
|
Wed, 05 Nov 2014 01:23:40 +0000 |
Pierre-Yves David |
test-hup: use ls instead of echo
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: move "copyalltostore" invocation into "markcommitted"
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: update standins only at the 1st commit of "transplant --continue"
|
Sat, 08 Nov 2014 00:48:38 +0900 |
FUJIWARA Katsunori |
largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
|
Wed, 12 Nov 2014 15:18:30 -0600 |
Matt Mackall |
merge with stable
|
Sat, 08 Nov 2014 13:14:19 +0900 |
Yuya Nishihara |
util.system: remove unused handling of onerr=ui
|
Sat, 08 Nov 2014 13:06:22 +0900 |
Yuya Nishihara |
util.system: use ui.system() in place of optional ui.fout parameter
|
Sat, 08 Nov 2014 12:57:42 +0900 |
Yuya Nishihara |
ui: introduce util.system() wrapper to make sure ui.fout is used
|
Wed, 12 Nov 2014 22:21:51 +0900 |
Yuya Nishihara |
hook: remove redundant code to redirect http hook output to client stream
|
Wed, 12 Nov 2014 21:53:44 +0900 |
Yuya Nishihara |
hgk: forward command output to ui.fout consistently
|
Tue, 11 Nov 2014 18:43:19 -0600 |
Matt Mackall |
merge with stable
|
Tue, 11 Nov 2014 17:25:09 -0600 |
Matt Mackall |
Added signature for changeset 643c58303fb0
stable
|
Tue, 11 Nov 2014 17:24:47 -0600 |
Matt Mackall |
Added tag 3.2.1 for changeset 643c58303fb0
stable
|
Mon, 10 Nov 2014 13:20:56 -0500 |
Augie Fackler |
run-tests: use a try/except ladder instead of looking for a specific version
|
Mon, 10 Nov 2014 13:27:25 -0500 |
Augie Fackler |
hghave: use a less brittle have-json check
|
Wed, 15 Oct 2014 12:39:19 -0700 |
Sean Farley |
sortdict: add insert method
|
Sun, 09 Nov 2014 13:15:28 -0800 |
Sean Farley |
sortdict: add iteritems method
|
Sat, 08 Nov 2014 23:13:39 -0800 |
Martin von Zweigbergk |
addremove: add back forgotten files (BC)
|
Mon, 10 Nov 2014 14:51:18 -0800 |
Martin von Zweigbergk |
add: add back forgotten files even when not matching exactly (BC)
|
Tue, 11 Nov 2014 10:16:54 -0800 |
Martin von Zweigbergk |
context.status: explain "caching reasons" more fully
|
Tue, 11 Nov 2014 10:35:06 -0500 |
Augie Fackler |
localrepo: rename revlog.maxchainlen to format.maxchainlen
|
Thu, 06 Nov 2014 14:20:05 -0800 |
Mateusz Kwapich |
revlog: add config variable for limiting delta-chain length
|
Thu, 06 Nov 2014 14:08:25 -0800 |
Mateusz Kwapich |
debugrevlog: fix computing chain length in debugrevlog -d
|
Wed, 05 Nov 2014 10:13:01 +0000 |
Pierre-Yves David |
transaction: factorise append-only file registration
|
Wed, 05 Nov 2014 13:00:48 +0000 |
Pierre-Yves David |
transaction: document `tr.add`
|
Wed, 05 Nov 2014 10:05:38 +0000 |
Pierre-Yves David |
transaction: drop backupentries logic from startgroup and endgroup
|
Wed, 05 Nov 2014 10:00:15 +0000 |
Pierre-Yves David |
transaction: document startgroup and endgroup
|
Wed, 05 Nov 2014 09:31:57 +0000 |
Pierre-Yves David |
transaction: mark backup-related attributes private
|
Wed, 05 Nov 2014 01:30:29 +0000 |
Pierre-Yves David |
transaction: document the contents of `tr.backupentries`
|
Wed, 05 Nov 2014 01:33:16 +0000 |
Pierre-Yves David |
transaction: drop the third item in `tr.backupentries`
|
Mon, 10 Nov 2014 10:44:42 -0800 |
Durham Goode |
rebase: fix rebase with no common ancestors (issue4446)
stable 3.2.1
|
Thu, 06 Nov 2014 10:57:13 -0500 |
Augie Fackler |
test-run-tests: accept more levels of precision and trailing ws (issue4440)
stable
|
Mon, 10 Nov 2014 17:29:15 -0600 |
Matt Mackall |
merge with stable
|
Fri, 07 Nov 2014 17:54:59 -0800 |
Siddharth Agarwal |
changegroup.cg2packer: lookup 'group' via inheritance chain
|
Thu, 23 Oct 2014 17:00:38 -0700 |
Martin von Zweigbergk |
context.status: only filter suspect symlinks in the dirstate status
|
Thu, 23 Oct 2014 16:19:56 -0700 |
Martin von Zweigbergk |
context.status: inline _poststatus()
|
Sun, 12 Oct 2014 00:06:40 -0700 |
Martin von Zweigbergk |
context.status: remove now-empty _prestatus()
|
Sat, 11 Oct 2014 23:30:08 -0700 |
Martin von Zweigbergk |
context.status: call _dirstatestatus() from within _buildstatus()
|
Sun, 12 Oct 2014 00:00:13 -0700 |
Martin von Zweigbergk |
context.status: move manifest caching trick to _buildstatus()
|
Sat, 11 Oct 2014 23:18:53 -0700 |
Martin von Zweigbergk |
context.status: remove unused arguments from _matchstatus()
|
Thu, 23 Oct 2014 13:43:20 -0700 |
Martin von Zweigbergk |
context.status: remove overriding in workingctx
|
Mon, 20 Oct 2014 14:20:43 -0400 |
Mike Edgar |
synthrepo: when adding files, ensure new path is not a directory
|
Mon, 20 Oct 2014 13:59:13 -0400 |
Mike Edgar |
synthrepo: synthesized dates must be positive, fit in 32-bit signed ints
|
Thu, 06 Nov 2014 01:48:29 +0100 |
Mads Kiilerich |
discovery: test coverage for issue4438 / 86c35b7ae300 / 73cfaa348650
|
Wed, 05 Nov 2014 21:33:45 -0500 |
Matt Harbison |
hgweb: fix a crash when using web.archivesubrepos
stable
|
Wed, 05 Nov 2014 20:31:58 -0500 |
Matt Harbison |
tests: introduce a subrepository to test-archive.t
stable
|
Tue, 04 Nov 2014 21:45:26 -0800 |
Martin von Zweigbergk |
test-status-rev: add tests for plain dirstate and inter-revision status
|
Tue, 04 Nov 2014 21:22:46 -0800 |
Martin von Zweigbergk |
test-status-rev: remove unnecessary initial commit
|
Tue, 04 Nov 2014 16:10:20 -0800 |
Martin von Zweigbergk |
test-status-rev: use one glob for each expected status
|
Tue, 04 Nov 2014 15:36:35 -0800 |
Martin von Zweigbergk |
test-status-rev: remove duplicate tests
|
Thu, 06 Nov 2014 22:48:20 -0800 |
Gregory Szorc |
changegroup: sparsely populate fnodes
stable
|
Thu, 06 Nov 2014 22:33:48 -0800 |
Gregory Szorc |
changegroup: don't store unused value on fnodes (issue4443)
stable
|
Thu, 06 Nov 2014 20:57:12 -0800 |
Gregory Szorc |
changegroup: don't define lookupmf() until it is needed
stable
|
Wed, 05 Nov 2014 18:31:39 +0000 |
Pierre-Yves David |
mail: actually use the verifycert config value
stable
|
Tue, 28 Oct 2014 14:58:36 +0100 |
Pierre-Yves David |
exchange: use the postclose API on transaction
|
Tue, 28 Oct 2014 15:44:23 +0100 |
Pierre-Yves David |
changegroup: use the 'postclose' API on transaction
|
Tue, 28 Oct 2014 14:24:43 +0100 |
Pierre-Yves David |
transaction: allow registering a post-close callback
|
Fri, 24 Oct 2014 15:58:46 -0400 |
Mike Edgar |
exchange: swap "push" for "pull" in pulloperation docstring
|
Wed, 29 Oct 2014 12:46:08 -0400 |
Mike Edgar |
exchange: prepare kwargs for bundle2 part generation exactly once
|
Sat, 25 Oct 2014 00:40:51 -0400 |
Mike Edgar |
exchange: fix indentation in _pullchangeset
|
Fri, 24 Oct 2014 16:26:44 -0400 |
Mike Edgar |
dagutil: fix id/ix typos in docstrings
|
Thu, 06 Nov 2014 11:55:37 +0000 |
Pierre-Yves David |
patchbomb: extract 'getpatchmsgs' closure into its own function
|
Thu, 06 Nov 2014 11:57:48 +0000 |
Pierre-Yves David |
patchbomb: extract 'makeintro' closure into its own function
|
Tue, 04 Nov 2014 21:48:23 +0000 |
Pierre-Yves David |
patchbomb: extract 'getbundlemsgs' closure in its own function
|
Tue, 04 Nov 2014 21:41:35 +0000 |
Pierre-Yves David |
patchbomb: extract 'getdescription' closure in its own function
|
Tue, 04 Nov 2014 21:33:57 +0000 |
Pierre-Yves David |
patchbomb: extract 'getbundle' closure in its own function
|
Tue, 04 Nov 2014 21:28:57 +0000 |
Pierre-Yves David |
patchbomb: extract 'getpatches' closure in its own function
|
Tue, 04 Nov 2014 21:22:59 +0000 |
Pierre-Yves David |
patchbomb: extract 'getoutgoing' closure into its own function
|
Thu, 06 Nov 2014 09:52:57 +0000 |
Pierre-Yves David |
bundle2: handle empty 'b2x:changegroup' value in push and pull
|