Thu, 26 Mar 2015 09:42:21 -0700 |
Martin von Zweigbergk |
treemanifest: drop 22nd byte for consistency with manifestdict
|
Wed, 25 Mar 2015 14:13:46 -0700 |
Martin von Zweigbergk |
test-manifest.py: rewrite tests in terms of manifestdict
|
Wed, 25 Mar 2015 14:21:34 -0700 |
Martin von Zweigbergk |
test-manifest.py: separate out test for double-free after copy()
|
Wed, 25 Mar 2015 22:20:44 -0400 |
Matt Harbison |
revert: evaluate subrepos to revert against the working directory
|
Wed, 25 Mar 2015 21:54:47 -0400 |
Matt Harbison |
revert: handle subrepos missing in the given --rev
|
Wed, 25 Mar 2015 16:21:58 -0700 |
Siddharth Agarwal |
osutil: mark end of string with null char, not 0
|
Wed, 25 Mar 2015 15:55:31 -0700 |
Siddharth Agarwal |
osutil: use getdirentriesattr on OS X if possible
|
Wed, 25 Mar 2015 16:43:29 -0700 |
Siddharth Agarwal |
osutil._listdir: rename to _listdir_stat
|
Mon, 16 Mar 2015 17:11:25 +0900 |
Yuya Nishihara |
revset: optimize "x & fullreposet" case
|
Mon, 16 Mar 2015 18:36:53 +0900 |
Yuya Nishihara |
debugrevspec: show nesting structure of smartsets if verbose
|
Mon, 16 Mar 2015 18:15:06 +0900 |
Yuya Nishihara |
revset: add __repr__ to all smartset classes
|
Wed, 18 Mar 2015 20:40:02 -0700 |
Yung-Jin (Joey) Hu |
status: add relative directory help text (issue3835)
|
Wed, 25 Mar 2015 11:55:15 -0700 |
Sean Farley |
diff: rename --relative option to --root
|
Wed, 25 Mar 2015 15:58:31 -0400 |
Mike Edgar |
revlog: make converting from inline to non-line work after a strip
|
Tue, 24 Mar 2015 12:52:53 -0700 |
Laurent Charignon |
check-code: in C code, prevent space before closing parenthesis
|
Sat, 17 Jan 2015 12:39:44 +0900 |
Yuya Nishihara |
match: remove unused assignment of ctx
|
Sat, 17 Jan 2015 14:22:21 +0900 |
Yuya Nishihara |
revert: comment that filesets are always evaluated against workingctx
|
Tue, 24 Mar 2015 15:47:57 -0700 |
Martin von Zweigbergk |
revert: take fast path also when not reverting to '.'
|
Tue, 24 Mar 2015 13:56:51 -0700 |
Martin von Zweigbergk |
revert: define 'wctx' a little earlier and use it more
|
Wed, 29 Oct 2014 08:43:39 -0700 |
Martin von Zweigbergk |
match: add isexact() method to hide internals
|
Wed, 19 Nov 2014 15:56:58 -0800 |
Martin von Zweigbergk |
matcher: make e.g. 'relpath:.' lead to fast paths
|
Wed, 25 Mar 2015 14:56:54 -0400 |
Matt Harbison |
revset: add the 'subrepo' symbol
|
Tue, 24 Mar 2015 20:28:39 -0700 |
Gregory Szorc |
tags: improve documentation
|
Fri, 20 Mar 2015 11:14:27 -0700 |
Laurent Charignon |
phase: default to C implementation for phase computation
|
Tue, 24 Mar 2015 11:00:09 -0700 |
Laurent Charignon |
phase: compute phases in C
|
Wed, 25 Mar 2015 14:16:10 -0500 |
Matt Mackall |
manifest: move C bool polyfill into util.h
|
Wed, 25 Mar 2015 14:13:11 -0500 |
Matt Mackall |
manifest: use util.h to get Py_ssize_t
|
Fri, 13 Mar 2015 18:28:11 -0400 |
Augie Fackler |
clone: add progress support to hardlink clones (issue3059)
|
Thu, 19 Mar 2015 10:24:22 -0400 |
Augie Fackler |
util: add progress callback support to copyfiles
|
Mon, 23 Mar 2015 23:04:51 -0700 |
Martin von Zweigbergk |
revert: evaluate filesets against working directory (issue4497)
|
Tue, 24 Mar 2015 10:27:56 -0700 |
Martin von Zweigbergk |
largefiles: extract and reuse 'standin' variable in overriderevert()
|
Fri, 20 Mar 2015 10:05:31 -0700 |
Martin von Zweigbergk |
largefiles: override cmdutil.revert() instead of comands.revert()
|
Sat, 21 Mar 2015 12:01:05 -0400 |
Matt Harbison |
test-commit-interactive-curses: backout 852801178a63
|
Sat, 21 Mar 2015 11:56:43 -0400 |
Matt Harbison |
test-interactive: use stable EOL in various file generating routines
|
Tue, 17 Mar 2015 15:46:36 -0700 |
Siddharth Agarwal |
patch.diff: restrict matcher to relative root in certain cases
|
Tue, 17 Mar 2015 15:46:30 -0700 |
Siddharth Agarwal |
commands.diff: add support for diffs relative to a subdirectory
|
Tue, 17 Mar 2015 15:06:40 -0700 |
Siddharth Agarwal |
cmdutil.diffordiffstat: add support for diffs relative to a subdirectory
|
Sun, 22 Mar 2015 19:19:16 -0700 |
Siddharth Agarwal |
test-fileset.t: remove 'bar ' and 'baz\' from tested filenames
|
Mon, 23 Mar 2015 18:21:01 -0700 |
Gregory Szorc |
commands.push: abort when revisions evaluate to empty set (BC)
|
Mon, 23 Mar 2015 17:07:25 -0700 |
Martin von Zweigbergk |
largefiles: fix typo with s/__class/__class__/
|
Mon, 23 Mar 2015 14:47:35 -0400 |
Paul Fisher |
hgweb: pull line numbers out of main flow of source content
|
Mon, 23 Mar 2015 15:41:43 -0500 |
Matt Mackall |
merge with stable
|
Fri, 20 Mar 2015 23:35:13 -0400 |
Matt Harbison |
crecord: don't abort on Windows when curses isn't available
|
Sat, 21 Mar 2015 01:24:17 -0400 |
Matt Harbison |
test-fileset: forget non-portable files to avoid failures on Windows
|
Fri, 20 Mar 2015 23:32:00 -0400 |
Matt Harbison |
crecord: conditionalize the imports that are not available on Windows
|
Fri, 20 Mar 2015 21:55:11 -0400 |
Matt Harbison |
cmdutil: drop a duplicate import of crecord
|
Sat, 16 Aug 2014 17:50:55 +0900 |
Yuya Nishihara |
annotate: add option to annotate working-directory files
|
Thu, 19 Mar 2015 23:31:53 +0900 |
Yuya Nishihara |
committablefilectx: override linkrev() to point to the associated changectx
|
Sat, 16 Aug 2014 13:44:16 +0900 |
Yuya Nishihara |
revset: add wdir() function to specify workingctx revision by command
|
Sun, 22 Mar 2015 19:08:13 -0400 |
Matt Harbison |
win32: 'raise ctypes.WinError' -> 'raise ctypes.WinError()'
stable
|
Tue, 17 Mar 2015 13:41:24 -0700 |
Siddharth Agarwal |
patch.diff: add support for diffs relative to a subdirectory
|
Tue, 17 Mar 2015 12:59:41 -0700 |
Siddharth Agarwal |
patch.trydiff: add support for stripping a relative root
|
Fri, 20 Mar 2015 17:30:38 -0500 |
Matt Mackall |
merge with stable
|
Fri, 20 Mar 2015 16:39:07 -0500 |
Matt Mackall |
obsolete: mark warning for translation
|
Wed, 18 Mar 2015 23:03:41 -0400 |
Matt Harbison |
subrepo: add basic support to hgsubrepo for the files command
|
Fri, 20 Mar 2015 00:30:35 -0700 |
Pierre-Yves David |
mergecopies: reuse ancestry context when traversing file history (issue4537)
stable
|
Thu, 19 Mar 2015 23:57:34 -0700 |
Pierre-Yves David |
adjustlinkrev: handle 'None' value as source
stable
|
Thu, 19 Mar 2015 23:52:26 -0700 |
Pierre-Yves David |
adjustlinkrev: prepare source revs for ancestry only once
stable
|
Wed, 18 Mar 2015 22:56:41 -0400 |
Matt Harbison |
subrepo: add the parent context to hgsubrepo
|
Thu, 19 Mar 2015 21:26:18 -0700 |
Siddharth Agarwal |
fileset: add a fileset for portable filenames
|
Thu, 19 Mar 2015 19:52:23 -0700 |
Pierre-Yves David |
annotate: reuse ancestry context when adjusting linkrev (issue4532)
stable
|
Mon, 16 Mar 2015 16:01:16 -0700 |
Martin von Zweigbergk |
treemanifest: make hasdir() faster
|
Tue, 03 Mar 2015 13:50:06 -0800 |
Martin von Zweigbergk |
treemanifest: make filesnotin() faster
|
Thu, 19 Feb 2015 17:13:35 -0800 |
Martin von Zweigbergk |
treemanifest: make diff() faster
|
Mon, 23 Feb 2015 10:57:57 -0800 |
Martin von Zweigbergk |
treemanifest: store directory path in treemanifest nodes
|
Thu, 19 Mar 2015 11:07:57 -0700 |
Martin von Zweigbergk |
treemanifest: add configuration for using treemanifest type
|
Thu, 19 Mar 2015 11:08:42 -0700 |
Martin von Zweigbergk |
treemanifest: create treemanifest class
|
Thu, 19 Mar 2015 23:36:06 +0900 |
FUJIWARA Katsunori |
bookmarks: rewrite comparing bookmarks in commands.summary() by compare()
|
Thu, 19 Mar 2015 23:36:05 +0900 |
FUJIWARA Katsunori |
bookmarks: remove useless diff()
|
Thu, 19 Mar 2015 23:36:05 +0900 |
FUJIWARA Katsunori |
bookmarks: add outgoing() to replace diff() for outgoing bookmarks
|
Thu, 19 Mar 2015 23:36:05 +0900 |
FUJIWARA Katsunori |
bookmarks: add incoming() to replace diff() for incoming bookmarks
|
Wed, 18 Mar 2015 15:59:45 -0700 |
Durham Goode |
manifest: avoid intersectfiles for matches > 100 files
|
Thu, 19 Mar 2015 17:40:19 +0100 |
Mads Kiilerich |
convert: optimize convert of files that are unmodified from p2 in merges
|
Thu, 19 Mar 2015 17:36:17 +0100 |
Mads Kiilerich |
localrepo: reuse commit of parent filectx entries without rehashing
|
Thu, 19 Mar 2015 13:00:44 -0700 |
Pierre-Yves David |
obsolete: avoid infinite loop from obs-cycle in divergence (issue4126)
|
Thu, 19 Mar 2015 15:21:08 -0500 |
Matt Mackall |
tests: avoid deprecation warning
|
Thu, 19 Mar 2015 09:12:21 -0700 |
Martin von Zweigbergk |
walkchangerevs: make followfilter a top-level class
|
Thu, 19 Mar 2015 10:18:05 -0700 |
Siddharth Agarwal |
patch._applydiff: resolve prefix with respect to the cwd
|
Fri, 20 Mar 2015 00:22:37 +0900 |
Yuya Nishihara |
test-revert-interactive: eliminate bashism in wildcard pattern
|
Tue, 10 Mar 2015 21:03:45 -0700 |
Pierre-Yves David |
devel: also warn about transaction started without a lock
|
Tue, 10 Mar 2015 21:25:11 -0700 |
Pierre-Yves David |
contrib: remove the now useless lock-checker.py extension
|
Fri, 16 Jan 2015 02:51:10 -0800 |
Pierre-Yves David |
devel: move the lock-checking code into core
|
Wed, 18 Mar 2015 20:59:06 -0700 |
Siddharth Agarwal |
patch.pathtransform: prepend prefix even if strip is 0
|
Tue, 28 Oct 2014 22:32:18 -0700 |
Martin von Zweigbergk |
walkchangerevs: simplify by using match.always() method
|
Tue, 28 Oct 2014 22:43:59 -0700 |
Martin von Zweigbergk |
localrepo: simplify by using match.always() method
|
Tue, 30 Sep 2014 16:40:15 -0700 |
Martin von Zweigbergk |
localrepo: remove check for matcher object that's never None
|
Wed, 18 Mar 2015 11:42:09 -0700 |
Martin von Zweigbergk |
context.walk: walk all files when file and '.' given
|
Wed, 18 Mar 2015 09:26:26 -0700 |
Martin von Zweigbergk |
context.walk: call with util.all() a generator, not a list
|
Tue, 17 Mar 2015 14:52:58 -0700 |
Durham Goode |
obsolete: remove last instance of _enabled
|
Tue, 24 Feb 2015 18:43:31 -0800 |
Durham Goode |
revbranchcache: write cache even during read operations
|
Tue, 10 Feb 2015 20:06:12 -0800 |
Durham Goode |
revbranchcache: move cache writing to the transaction finalizer
|
Tue, 10 Feb 2015 20:04:47 -0800 |
Durham Goode |
revbranchcache: populate cache incrementally
|
Tue, 10 Feb 2015 20:01:08 -0800 |
Durham Goode |
revbranchcache: move entry writing to a separate function
|
Tue, 10 Feb 2015 19:57:51 -0800 |
Durham Goode |
revbranchcache: store repo on the object
|
Tue, 10 Feb 2015 19:53:48 -0800 |
Durham Goode |
revbranchcache: move out of branchmap onto localrepo
|
Tue, 17 Mar 2015 14:29:56 -0700 |
Durham Goode |
revbranchcache: add test for when the cache is not writable
|
Tue, 17 Mar 2015 13:06:15 -0700 |
Siddharth Agarwal |
patch.trydiff: add a docstring
|
Tue, 17 Mar 2015 15:33:34 -0700 |
Siddharth Agarwal |
keyword: monkeypatch patch.diff more generically
|
Tue, 17 Mar 2015 15:52:28 -0700 |
Siddharth Agarwal |
keyword: rename kw_diff to kwdiff in keeping with Mercurial style rules
|
Tue, 17 Mar 2015 20:36:33 +0900 |
Yuya Nishihara |
fetch: use an abort hint where appropriate
|
Tue, 17 Mar 2015 20:41:52 +0900 |
Yuya Nishihara |
eol: replace "working copy" with "working directory" in extension help
|
Tue, 17 Mar 2015 20:50:19 +0900 |
Yuya Nishihara |
revset: replace "working copy" with "working directory" in function help
|
Tue, 17 Mar 2015 21:53:17 +0900 |
Yuya Nishihara |
commands: say "working directory" in full spelling
|
Tue, 17 Mar 2015 22:47:08 +0900 |
Yuya Nishihara |
commands: replace "working copy" with "working directory" in help/messages
|
Tue, 17 Mar 2015 22:21:09 -0400 |
Matt Harbison |
test-commit-interactive-curses: #require 'tic'
|
Tue, 17 Mar 2015 21:48:34 -0400 |
Matt Harbison |
check-code: enforce the usage of 'seq.py' instead of 'seq'
|
Tue, 17 Mar 2015 21:47:47 -0400 |
Matt Harbison |
tests: replace uses of 'seq' with portable 'seq.py'
|
Tue, 17 Mar 2015 20:59:23 -0400 |
Matt Harbison |
tests: introduce 'seq.py' as a portable replacement for 'seq'
|
Mon, 16 Mar 2015 16:33:59 -0700 |
Laurent Charignon |
revert: add flag to make revert interactive
|
Mon, 16 Mar 2015 15:37:00 -0700 |
Laurent Charignon |
record: move ui.write wrapping where it should be
|
Mon, 16 Mar 2015 15:35:50 -0700 |
Laurent Charignon |
record: refactor the filtering code
|
Mon, 16 Mar 2015 15:30:33 -0700 |
Laurent Charignon |
record: consolidate ui.write wrapping in a function
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: reuse @number bookmark, if it refers changeset referred remotely
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: check @pathalias suffix before available @number for efficiency
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: prevent divergent bookmark from being updated unexpectedly
|
Wed, 18 Mar 2015 11:41:36 -0700 |
Drew Gottlieb |
manifest: include Python.h before standard headers
|
Wed, 18 Mar 2015 13:38:06 -0500 |
Matt Mackall |
crecord: use colwidth instead of ucolwidth
|
Wed, 18 Mar 2015 13:37:18 -0500 |
Matt Mackall |
manifest: speed up matches for large sets of files
|
Wed, 18 Mar 2015 12:03:44 -0500 |
Matt Mackall |
perf: add methods for timing changeset file list reading
|
Sun, 15 Mar 2015 21:52:35 -0400 |
Mike Edgar |
censor: add exchange tests, via local push/pull and bundle/unbundle
|
Sun, 15 Mar 2015 21:52:17 -0400 |
Mike Edgar |
censor: add censor command to hgext with basic client-side tests
|
Fri, 13 Mar 2015 14:08:30 -0700 |
Laurent Charignon |
record: add comparison methods for recordhunk class
|
Thu, 12 Mar 2015 17:50:23 -0700 |
Laurent Charignon |
record: minor refactoring of dorecord
|
Thu, 12 Mar 2015 14:42:55 -0700 |
Laurent Charignon |
record: add tests for the curses recording interface
|
Thu, 12 Mar 2015 14:24:48 -0700 |
Laurent Charignon |
record: enable curses recording logic with experimental flag
|
Fri, 13 Mar 2015 10:51:25 -0700 |
Laurent Charignon |
record: change arguments of curses recording function
|
Thu, 12 Mar 2015 17:51:37 -0700 |
Laurent Charignon |
record: change interface of the filtering function
|
Thu, 12 Mar 2015 23:15:06 -0400 |
Matt Harbison |
hgweb: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:18:20 -0400 |
Matt Harbison |
pvec: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:16:26 -0400 |
Matt Harbison |
scmutil: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:11:15 -0400 |
Matt Harbison |
templater: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:08:16 -0400 |
Matt Harbison |
largefiles: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:05:25 -0400 |
Matt Harbison |
obsolete: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:02:19 -0400 |
Matt Harbison |
fileset: replace 'ctx._repo' with 'ctx.repo()'
|
Fri, 13 Mar 2015 20:34:52 -0400 |
Matt Harbison |
filectx: add a repo accessor
|
Fri, 13 Mar 2015 13:03:55 -0400 |
Augie Fackler |
run-tests: ignore ENOENT failures when removing old .err results
|
Fri, 13 Mar 2015 12:50:53 -0400 |
Augie Fackler |
run-tests: stop storing start/stop times in a dict by test name
|
Fri, 13 Mar 2015 12:47:16 -0400 |
Augie Fackler |
run-tests: avoid running the same test instance concurrently
|
Fri, 13 Mar 2015 11:21:53 -0400 |
Augie Fackler |
run-tests: add --runs-per-test flag
|
Thu, 12 Mar 2015 21:41:50 -0400 |
Augie Fackler |
convert: adjust progress bar for octopus merges (issue4169)
|
Thu, 12 Mar 2015 21:31:52 -0400 |
Augie Fackler |
test-convert-git: show insane progress bar with octopus merge (issue4169)
|
Fri, 13 Mar 2015 15:36:11 -0700 |
Drew Gottlieb |
manifest: have context use self.hasdir()
|
Fri, 13 Mar 2015 15:32:45 -0700 |
Drew Gottlieb |
manifest: add hasdir() to context
|
Fri, 13 Mar 2015 15:25:01 -0700 |
Drew Gottlieb |
manifest: add manifestdict.hasdir() method
|
Fri, 13 Mar 2015 15:23:02 -0700 |
Drew Gottlieb |
manifest: have context's dirs() call its manifest's dirs()
|
Fri, 13 Mar 2015 15:19:54 -0700 |
Drew Gottlieb |
manifest: add dirs() to manifestdict
|
Wed, 17 Sep 2014 22:34:34 +0900 |
Yuya Nishihara |
formatter: convert None to json null
|
Sun, 17 Aug 2014 11:35:31 +0900 |
Yuya Nishihara |
localrepo: extend "changeid in repo" to return True for workingctx revision
|
Mon, 16 Mar 2015 13:41:45 -0500 |
Matt Mackall |
merge with stable
|
Mon, 16 Mar 2015 13:32:28 -0500 |
Matt Mackall |
crecord: fix another underbar
|
Mon, 16 Mar 2015 13:25:19 -0500 |
Matt Mackall |
crecord: fiddle with vertical whitespace
|
Mon, 16 Mar 2015 13:23:42 -0500 |
Matt Mackall |
crecord: fix underbar style for orig_stdout
|
Mon, 16 Mar 2015 13:22:37 -0500 |
Matt Mackall |
crecord: use encoding.ucolwidth
|
Mon, 16 Mar 2015 12:58:06 -0500 |
Matt Mackall |
crecord: more import style
|
Mon, 16 Mar 2015 12:55:21 -0500 |
Matt Mackall |
crecord: fix some import style
|
Fri, 13 Mar 2015 22:50:40 -0400 |
Matt Harbison |
manifest.c: ensure realloc_if_full() returns 1 or 0
|
Thu, 12 Mar 2015 14:20:32 -0700 |
Laurent Charignon |
record: change recording function to work with crecord
|
Thu, 12 Mar 2015 14:19:11 -0700 |
Laurent Charignon |
record: add crecord's ui logic to core
|
Wed, 11 Mar 2015 16:39:38 -0700 |
Laurent Charignon |
record: change interface of dorecord to accept new filters
|
Wed, 11 Mar 2015 16:18:47 -0700 |
Laurent Charignon |
record: remove duplicated tests
|
Wed, 11 Mar 2015 15:54:11 -0700 |
Laurent Charignon |
record: make record use commit -i
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi Gutiérrez Hermoso |
style: kill ersatz if-else ternary operators
|
Fri, 13 Mar 2015 14:20:13 -0400 |
Augie Fackler |
cvsps: use a different tiebreaker to avoid flaky test
|
Sat, 14 Mar 2015 22:34:27 +0900 |
Yuya Nishihara |
templates: fix "log -q" output of default style
stable
|
Fri, 13 Mar 2015 17:55:04 -0500 |
Matt Mackall |
merge with stable
|
Thu, 12 Mar 2015 22:59:52 -0400 |
Matt Harbison |
subrepo: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 22:55:35 -0400 |
Matt Harbison |
files: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 22:54:53 -0400 |
Matt Harbison |
context: add a repo accessor
|
Thu, 12 Mar 2015 21:49:20 -0400 |
Augie Fackler |
test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366)
|
Thu, 12 Mar 2015 18:18:29 -0700 |
Martin von Zweigbergk |
lazymanifest: make __iter__ generate filenames, not 3-tuples
|
Thu, 12 Mar 2015 18:53:44 -0700 |
Martin von Zweigbergk |
lazymanifest: fix pure hg iterkeys()
|
Fri, 13 Mar 2015 21:18:59 +0900 |
Yuya Nishihara |
hgweb: prevent loading style map from directories other than specified paths
stable
|
Wed, 11 Mar 2015 13:46:15 -0700 |
Martin von Zweigbergk |
lazymanifest: add iterkeys() method
|
Wed, 11 Mar 2015 13:15:26 -0700 |
Martin von Zweigbergk |
lazymanifest: extract function for iterating to next line
|
Wed, 11 Mar 2015 13:35:34 -0700 |
Martin von Zweigbergk |
lazymanifest: fail if path or hash strings cannot be created
|
Wed, 11 Mar 2015 08:28:56 -0700 |
Martin von Zweigbergk |
manifest: rewrite find(node, f) in terms of read(node)
|
Thu, 26 Feb 2015 22:54:13 +0900 |
Yuya Nishihara |
ssl: load CA certificates from system's store by default on Python 2.7.9
|
Wed, 04 Mar 2015 23:27:04 +0900 |
Yuya Nishihara |
ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
|
Wed, 04 Mar 2015 22:41:48 +0900 |
Yuya Nishihara |
test-https: enable dummycert test only if Apple python is used (issue4500)
|
Wed, 04 Mar 2015 22:27:01 +0900 |
Yuya Nishihara |
ssl: extract function that returns dummycert path on Apple python
|
Wed, 11 Mar 2015 21:36:48 -0700 |
Martin von Zweigbergk |
largefiles: don't create chain of __contains__ calls
|
Thu, 12 Mar 2015 09:06:45 -0700 |
Martin von Zweigbergk |
lazymanifest: don't depend on printf's 'hh' format to work
|
Wed, 11 Mar 2015 17:53:50 -0700 |
Pierre-Yves David |
bundle2: test hooking using the new transaction-level hook
|
Mon, 09 Mar 2015 22:50:49 -0700 |
Pierre-Yves David |
hook: add a generic hook right before we commit a transaction
|
Mon, 09 Mar 2015 22:43:36 -0700 |
Pierre-Yves David |
transaction: add a validation stage
|
Mon, 09 Mar 2015 22:36:56 -0700 |
Pierre-Yves David |
hook: add a generic hook after transaction has been closed
|
Wed, 10 Dec 2014 18:19:49 -0800 |
Pierre-Yves David |
hook: have a generic hook for transaction opening
|
Tue, 24 Feb 2015 00:04:55 +0900 |
Yuya Nishihara |
templater: allow piping generator-type function output to filters
|
Wed, 11 Mar 2015 15:22:34 -0700 |
Laurent Charignon |
record: add new tests for commit interactive (same tests as record)
|
Wed, 11 Mar 2015 15:22:04 -0700 |
Laurent Charignon |
record: add interactive option to the commit command
|
Tue, 10 Mar 2015 16:26:13 -0700 |
Martin von Zweigbergk |
manifest: don't let find() look inside manifestdict
|
Mon, 09 Mar 2015 17:13:22 -0700 |
Martin von Zweigbergk |
largefiles: replace manifestdict.__contains__, don't extend class
|
Sun, 08 Mar 2015 16:50:57 -0400 |
Matt Harbison |
files: split reusable implementation into cmdutil for subrepo support
|
Sun, 08 Mar 2015 16:45:29 -0400 |
Matt Harbison |
files: use ctx object to access dirstate
|
Tue, 10 Mar 2015 13:56:05 -0700 |
Durham Goode |
copies: added manifests to computenonoverlap
|
Tue, 10 Mar 2015 17:14:33 -0700 |
Laurent Charignon |
record: move dorecord from record to cmdutil
|
Tue, 10 Mar 2015 17:09:07 -0700 |
Laurent Charignon |
record: remove dependency on hg module in record
|
Tue, 10 Mar 2015 17:03:40 -0700 |
Laurent Charignon |
record: remove dependency on extensions module in dorecord
|
Tue, 10 Mar 2015 14:42:07 -0700 |
Laurent Charignon |
record: move filterpatch from record to patch
|
Tue, 10 Mar 2015 17:34:42 -0700 |
Siddharth Agarwal |
patch.internalpatch: add a default value for prefix
|
Wed, 11 Mar 2015 07:19:55 -0700 |
Durham Goode |
histedit: remove extra histedit constructor call
|
Wed, 11 Mar 2015 09:34:22 -0400 |
Jordi Gutiérrez Hermoso |
color: consolidate cut-and-paste code
|
Mon, 09 Mar 2015 13:16:25 -0700 |
Laurent Charignon |
record: move parsepatch from record to patch
|
Mon, 09 Mar 2015 13:14:31 -0700 |
Laurent Charignon |
record: move scanpatch from record to patch
|
Mon, 09 Mar 2015 13:09:15 -0700 |
Laurent Charignon |
record: move hunk class from record to patch
|
Mon, 09 Mar 2015 13:08:19 -0700 |
Laurent Charignon |
record: move countChanges in the hunk class
|
Mon, 09 Mar 2015 13:04:50 -0700 |
Laurent Charignon |
record: move header class from record to patch
|
Tue, 10 Mar 2015 13:06:38 -0700 |
Siddharth Agarwal |
cmdutil.tryimportone: allow importing relative patches with --bypass
|
Mon, 09 Mar 2015 18:22:24 -0700 |
Siddharth Agarwal |
cmdutil.tryimportone: allow importing relative patches into the working dir
|
Fri, 06 Mar 2015 22:56:19 -0800 |
Siddharth Agarwal |
commands.import: accept a prefix option
|
Tue, 10 Mar 2015 11:01:10 -0700 |
Pierre-Yves David |
test: make version based test-extensions failure more explanatory
|
Mon, 09 Mar 2015 22:14:09 +0100 |
Mathias De Maré |
subrepo: add status support for ignored and clean files in git subrepos
|
Wed, 14 Jan 2015 15:16:08 -0500 |
Mike Edgar |
revlog: addgroup checks if incoming deltas add censored revs, sets flag bit
|
Fri, 06 Mar 2015 22:43:47 -0800 |
Siddharth Agarwal |
patch.internalpatch: accept a prefix parameter
|
Fri, 06 Mar 2015 22:27:41 -0800 |
Siddharth Agarwal |
patch.patchbackend: accept a prefix parameter
|
Tue, 10 Mar 2015 16:25:10 -0400 |
Mike Edgar |
repair: define explicit local variable, don't reuse a comprehension variable
|
Sat, 07 Feb 2015 12:49:30 -0800 |
Gregory Szorc |
commands.paths: use ui.paths to show paths
|
Sat, 07 Feb 2015 12:42:10 -0800 |
Gregory Szorc |
ui: represent paths as classes
|
Tue, 10 Mar 2015 13:40:14 -0400 |
Jordi Gutiérrez Hermoso |
color: omit terminfo/win32 warning if non-interactive (issue4543)
|
Thu, 26 Feb 2015 20:54:05 +0900 |
Yuya Nishihara |
incoming: hide help about use of --bundle option by default
|
Fri, 06 Mar 2015 22:24:49 -0800 |
Siddharth Agarwal |
patch.applydiff: accept a prefix parameter
|
Fri, 06 Mar 2015 22:22:14 -0800 |
Siddharth Agarwal |
patch._applydiff: accept a prefix parameter
|
Fri, 06 Mar 2015 22:19:26 -0800 |
Siddharth Agarwal |
patch.makepatchmeta: accept a prefix parameter
|
Fri, 06 Mar 2015 22:17:24 -0800 |
Siddharth Agarwal |
patch.pathtransform: add a prefix parameter
|
Fri, 06 Mar 2015 21:48:40 -0800 |
Siddharth Agarwal |
patch.pathtransform: add doctests
|
Fri, 06 Mar 2015 21:12:30 -0800 |
Siddharth Agarwal |
patch: rename pathstrip to pathtransform
|
Wed, 18 Feb 2015 23:17:52 +0900 |
Yuya Nishihara |
templatekw: forward _hybrid.get to raw values so that get(extras, key) works
|
Wed, 18 Feb 2015 23:01:33 +0900 |
Yuya Nishihara |
templater: implement _hybrid.__contains__ so that ifcontains can accept dict
|
Sun, 08 Mar 2015 14:46:42 +0900 |
Yuya Nishihara |
templatekw: keep raw list or dict in _hybrid object
|
Sun, 08 Mar 2015 14:38:50 +0900 |
Yuya Nishihara |
templatekw: give name to lambda that constructs variables map of templater
|
Sun, 08 Mar 2015 14:17:35 +0900 |
Yuya Nishihara |
templatekw: convert list of key/value pairs to sortdict
|
Wed, 18 Feb 2015 22:53:53 +0900 |
Yuya Nishihara |
sortdict: have update() accept either dict or iterable of key/value pairs
|
Fri, 06 Mar 2015 15:57:43 -0800 |
Laurent Charignon |
record: allow editing new files (issue4304)
|
Thu, 05 Mar 2015 14:42:25 -0800 |
Pierre-Yves David |
localrepo: back out changeset b08af8f0ac01
|
Mon, 09 Mar 2015 12:32:29 -0400 |
Tristan Seligmann |
test-shelve: be more lenient about whitespace (issue4124)
|
Mon, 09 Mar 2015 14:32:17 +0800 |
Anton Shestakov |
histedit: use better meta-variable names than VALUE in help text
|
Mon, 09 Mar 2015 14:10:42 +0800 |
Anton Shestakov |
histedit: tweak --commands help text
|
Sun, 25 Jan 2015 02:45:49 -0500 |
Matt Harbison |
largefiles: report the source of copied/moved largefiles in status -C
|
Sun, 08 Mar 2015 00:04:03 -0500 |
Matt Harbison |
test-commit-amend: add globs for Windows
|
Fri, 30 Jan 2015 21:30:40 -0800 |
Augie Fackler |
lazymanifest: use a binary search to do an insertion
|
Mon, 17 Nov 2014 00:00:25 -0500 |
Augie Fackler |
context: don't sort manifest entries
|
Fri, 06 Mar 2015 21:29:47 -0500 |
Augie Fackler |
manifest: use custom C implementation of lazymanifest
|
Sat, 07 Mar 2015 12:04:39 -0500 |
Augie Fackler |
manifest: split manifestdict into high-level and low-level logic
|
Sat, 07 Mar 2015 11:43:12 -0500 |
Augie Fackler |
manifest: do parsing inside manifestdict contstructor
|
Sat, 07 Mar 2015 11:42:05 -0500 |
Augie Fackler |
manifest: move parsing functions up in file
|
Tue, 10 Feb 2015 15:59:12 -0500 |
Augie Fackler |
dispatch: offer suggestions of similar-named commands
|
Mon, 26 Jan 2015 15:43:13 -0500 |
Augie Fackler |
dispatch: offer near-edit-distance suggestions for {file,rev}set functions
|
Mon, 26 Jan 2015 15:52:46 -0500 |
Augie Fackler |
test-revset: add tests for missing function output
|
Mon, 26 Jan 2015 14:32:30 -0500 |
Augie Fackler |
revset: use UnknownIdentifier where appropriate
|
Mon, 26 Jan 2015 14:31:48 -0500 |
Augie Fackler |
fileset: use UnknownIdentifier where appropriate
|
Mon, 26 Jan 2015 14:31:01 -0500 |
Augie Fackler |
error: add a new UnknownIdentifier error type
|
Mon, 24 Nov 2014 16:42:49 -0500 |
Jordi Gutiérrez Hermoso |
log: display closing-branch nodes as "_" (BC)
|
Fri, 06 Mar 2015 17:00:42 -0600 |
Matt Mackall |
manifest: move pure parsing code out of pure
|
Tue, 13 Jan 2015 14:31:38 -0800 |
Augie Fackler |
manifest.c: new extension code to lazily parse manifests
|
Thu, 05 Mar 2015 22:16:28 -0800 |
Durham Goode |
workingctx: use normal dirs() instead of dirstate.dirs()
|
Thu, 05 Mar 2015 15:52:07 -0600 |
Matt Mackall |
merge with stable
|
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
|
Sun, 01 Mar 2015 18:35:29 -0500 |
Matt Harbison |
largefiles: handle logging from outside the repo
|
Sun, 01 Mar 2015 14:21:54 -0500 |
Matt Harbison |
largefiles: don't prefix standin patterns with '.hglf' when logging
|
Sat, 28 Feb 2015 23:42:38 -0500 |
Matt Harbison |
largefiles: teach log to handle patterns
|
Thu, 05 Mar 2015 13:21:57 -0600 |
Matt Mackall |
check-code: allow disabling msys path check
|
Thu, 08 Jan 2015 23:05:45 +0900 |
Yuya Nishihara |
revset: extend fullreposet to make "null" revision magically appears in set
|
Sat, 10 Jan 2015 18:09:25 +0900 |
Yuya Nishihara |
revset: duplicate spanset.__contains__ to fullreposet for modification
|
Sat, 10 Jan 2015 14:49:50 +0900 |
Yuya Nishihara |
revset: have all() filter out null revision
|
Sat, 10 Jan 2015 16:41:36 +0900 |
Yuya Nishihara |
revset: drop unnecessary calls of getall() with empty argument
|
Wed, 04 Mar 2015 21:47:07 +0900 |
Yuya Nishihara |
graphlog: do not bypass commands.log so that -fr works
|
Wed, 21 Jan 2015 14:45:24 -0800 |
Mateusz Kwapich |
histedit: add a config allowing changing histedit rule line length limit
|
Fri, 06 Mar 2015 00:14:22 +0900 |
Yuya Nishihara |
dirstate: make sure rootdir ends with directory separator (issue4557)
stable
|
Wed, 04 Mar 2015 17:24:12 +0100 |
Alexander Becher |
i18n-de: fix a typo in the german translation
stable
|
Tue, 03 Mar 2015 17:28:05 -0600 |
Matt Mackall |
histedit: fix style of new error message
|
Wed, 04 Feb 2015 15:17:13 -0500 |
Augie Fackler |
Makefile: allow setting HGTESTFLAGS in shell environment for TESTFLAGS
|
Wed, 04 Feb 2015 12:26:16 -0500 |
Augie Fackler |
Makefile: introduce testpy-% target for testing with a specifc Python
|
Fri, 27 Feb 2015 17:35:07 -0500 |
Jordi Gutiérrez Hermoso |
extdiff: expand tildes and variables in paths to user-supplied diff programs
|
Sun, 22 Feb 2015 15:40:36 +0100 |
Joan Massich |
setup.py: do not install c extensions on pypy
|
Mon, 02 Mar 2015 14:52:04 +0100 |
Jesus Cea |
copyright: update to 2015
|
Wed, 21 Jan 2015 22:09:32 -0500 |
Mike Edgar |
changegroup: emit full-replacement deltas if either revision is censored
|
Fri, 06 Feb 2015 11:04:55 -0800 |
Durham Goode |
log: make -fr show complete history from the given revs
|
Tue, 24 Feb 2015 14:12:13 +0100 |
André Klitzing |
util: accept "now, today, yesterday" for dates even the locale is not english
|
Fri, 27 Feb 2015 14:26:22 -0800 |
Martin von Zweigbergk |
copies: only calculate 'addedinm[12]' sets once
|
Fri, 27 Feb 2015 14:03:01 -0800 |
Martin von Zweigbergk |
copies: calculate 'bothnew' from manifestdict.filesnotin()
|
Fri, 27 Feb 2015 14:02:30 -0800 |
Martin von Zweigbergk |
copies: replace _nonoverlap() by calls to manifestdict.filesnotin()
|
Fri, 27 Feb 2015 13:57:37 -0800 |
Martin von Zweigbergk |
copies: move code into new manifestdict.filesnotin() method
|
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
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
dirstate: clarify comment about leaving normal files undef if changed 'now'
|
Sun, 18 Jan 2015 02:38:57 +0100 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Fri, 27 Feb 2015 21:42:58 +0100 |
Mads Kiilerich |
merge-tools: configuration for Beyond Compare on OS X
|
Wed, 21 Jan 2015 00:02:17 +0100 |
Mads Kiilerich |
convert: when converting from monotone, use the number 1 for close in extras
|
Mon, 02 Mar 2015 15:07:18 -0800 |
Gregory Szorc |
hgweb: extract changeset template mapping generation to own function
|
Mon, 02 Mar 2015 17:32:37 -0600 |
Matt Mackall |
merge with stable
|
Wed, 25 Feb 2015 18:12:01 -0500 |
Jordi Gutiérrez Hermoso |
revrange: don't parse revset aliases as hash prefixes (issue4553)
|
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()
|
Sun, 15 Feb 2015 17:21:48 -0500 |
Matt Harbison |
archive: change the default prefix to '' from None
|
Wed, 25 Feb 2015 11:39:14 -0800 |
Martin von Zweigbergk |
debugsetparent: document one common caveat specifically
|
Fri, 20 Feb 2015 13:55:01 -0800 |
Eric Sumner |
repair: setup hookargs when processing bundle2s
|
Mon, 02 Mar 2015 19:01:00 +0000 |
Pierre-Yves David |
amend: check for directory renames for both merge parents (issue4516)
stable
|
Mon, 02 Mar 2015 10:55:19 -0600 |
Matt Mackall |
merge with stable
|
Mon, 02 Mar 2015 23:37:55 +0900 |
FUJIWARA Katsunori |
largefiles: avoid infinite recursive call of openlfdirstate in overriderevert
|
Mon, 02 Mar 2015 10:29:45 -0600 |
Matt Mackall |
Added signature for changeset 07a92bbd02e5
stable
|
Mon, 02 Mar 2015 10:29:41 -0600 |
Matt Mackall |
Added tag 3.3.2 for changeset 07a92bbd02e5
stable
|
Mon, 02 Mar 2015 10:31:22 -0500 |
Matt Harbison |
transaction: really disable hardlink backups (issue4546)
stable 3.3.2
|
Mon, 02 Mar 2015 01:20:14 -0600 |
Matt Mackall |
merge with stable
|
Sat, 28 Feb 2015 01:12:54 -0500 |
Matt Harbison |
test-obsolete: use 'log -T {node}' instead of 'id --debug -i' to lookup hash
|
Mon, 02 Mar 2015 01:06:31 -0600 |
Matt Mackall |
Added signature for changeset 5b4ed033390b
stable
|
Mon, 02 Mar 2015 01:06:27 -0600 |
Matt Mackall |
Added tag 3.3.1 for changeset 5b4ed033390b
stable
|
Fri, 06 Feb 2015 02:52:10 +0100 |
Mads Kiilerich |
revisionbranchcache: fall back to slow path if starting readonly (issue4531)
stable 3.3.1
|
Thu, 26 Feb 2015 06:03:39 +0900 |
FUJIWARA Katsunori |
largefiles: access to specific fields only if largefiles enabled (issue4547)
stable
|
Wed, 18 Feb 2015 22:17:35 +0900 |
Yuya Nishihara |
templatekw: fix {join(bookmarks, sep)} to always show associated bookmarks
stable
|
Wed, 18 Feb 2015 22:10:17 +0900 |
Yuya Nishihara |
templatekw: inline showlist() into showbookmarks()
stable
|
Mon, 02 Mar 2015 00:12:29 -0600 |
Matt Mackall |
transaction: disable hardlink backups (issue4546)
stable
|
Sun, 01 Mar 2015 23:20:02 -0600 |
Matt Mackall |
repoview: invalidate cached changelog if _delayed changes (issue4549)
stable
|
Thu, 26 Feb 2015 10:23:04 -0800 |
Sean Farley |
test: make test-extdiff resilient to */gnubin/echo
stable
|
Thu, 26 Feb 2015 23:30:33 +0900 |
Yuya Nishihara |
dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9
stable
|
Thu, 05 Feb 2015 14:45:49 +0900 |
FUJIWARA Katsunori |
revset: mask specific names for named() predicate
stable
|
Sun, 01 Mar 2015 00:18:43 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 756c5c8331b0
stable
|
Sun, 01 Mar 2015 01:28:05 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 756c5c8331b0
stable
|
Fri, 27 Feb 2015 17:46:03 -0600 |
Matt Mackall |
merge with stable
|
Tue, 24 Feb 2015 09:08:54 -0800 |
Martin von Zweigbergk |
manifest: rename 'mf', 'map', and 'mapping' to 'm'
|
Mon, 23 Feb 2015 13:41:02 -0800 |
Martin von Zweigbergk |
manifest: make copy logic local to copy()
|
Sat, 21 Feb 2015 00:40:18 -0500 |
Matt Harbison |
extensions: indicate loaded for an immediately called afterload callback
|
Tue, 24 Feb 2015 00:08:04 -0800 |
Gregory Szorc |
tests: add test showing tags cache drops filtered heads (issue4550)
|
Tue, 24 Feb 2015 00:06:47 -0800 |
Gregory Szorc |
tags: write tags cache deterministically
|
Thu, 22 Jan 2015 12:36:38 -0800 |
Mateusz Kwapich |
histedit: add --edit-plan option to histedit
|
Thu, 22 Jan 2015 10:52:50 -0800 |
Mateusz Kwapich |
histedit: generalize makedesc
|
Mon, 23 Feb 2015 10:57:27 -0800 |
Mateusz Kwapich |
histedit: extract method ruleeditor
|
Tue, 24 Feb 2015 11:37:07 -0500 |
Jordi Gutiérrez Hermoso |
churn: deprecate -t option in favour of -T
|
Tue, 24 Feb 2015 10:55:24 +0100 |
Thomas Arendsen Hein |
pull: print "pulling from foo" before accessing the other repo
|
Wed, 18 Feb 2015 16:45:16 -0800 |
Siddharth Agarwal |
error.LookupError: rename 'message' property to something else
|
Thu, 19 Feb 2015 19:32:06 +0800 |
Anton Shestakov |
hgweb: use introrev() for finding parents (issue4506)
|
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
|
Sat, 07 Feb 2015 19:40:02 -0500 |
Matt Harbison |
largefiles: don't warn when reverting a forgotten largefile
|
Fri, 06 Feb 2015 20:39:20 -0500 |
Matt Harbison |
subrepo: annotate addremove with @annotatesubrepoerror
|
Tue, 17 Feb 2015 19:59:26 -0800 |
Durham Goode |
histedit: don't recreate state object
|
Sat, 10 Jan 2015 21:37:42 +0800 |
Anton Shestakov |
hgweb: clearly outline <tr> block in paper/changeset.tmpl
|
Sat, 10 Jan 2015 19:58:28 +0800 |
Anton Shestakov |
hgweb: don't mix tabs and spaces in monoblue templates
|
Sat, 10 Jan 2015 19:43:07 +0800 |
Anton Shestakov |
hgweb: remove unneeded escaping in gitweb/map and monoblue/map
|
Wed, 11 Feb 2015 13:59:13 +0900 |
Yuya Nishihara |
resolve: port to generic templater
|
Wed, 11 Feb 2015 13:55:15 +0900 |
Yuya Nishihara |
resolve: extract -l/--list operation from big loop
|
Wed, 11 Feb 2015 13:47:43 +0900 |
Yuya Nishihara |
resolve: silence warning of unknown pats for -l/--list (BC)
|
Mon, 09 Feb 2015 11:02:45 -0800 |
Ryan McElroy |
extensions: allow extending command synopsis and docstring
|
Wed, 21 Jan 2015 17:11:37 -0500 |
Mike Edgar |
revlog: _addrevision creates full-replace deltas based on censored revisions
|
Fri, 06 Feb 2015 01:38:16 +0000 |
Mike Edgar |
revlog: special case expanding full-replacement deltas received by exchange
|
Tue, 10 Feb 2015 16:17:15 -0800 |
Martin von Zweigbergk |
test-merge-tools: fix flaky test by avoiding debugsetparents
|
Fri, 06 Feb 2015 00:55:29 +0000 |
Mike Edgar |
revlog: in addgroup, reject ill-formed deltas based on censored nodes
|
Wed, 21 Jan 2015 16:35:09 -0500 |
Mike Edgar |
mdiff: add helper for making deltas which replace the full text of a revision
|
Fri, 23 Jan 2015 17:01:39 -0500 |
Mike Edgar |
revlog: add "iscensored()" to revlog public API
|
Fri, 06 Feb 2015 01:44:24 +0000 |
Mike Edgar |
filelog: allow censored files to contain padding data
|
Thu, 08 Jan 2015 23:43:15 +0900 |
Yuya Nishihara |
revset: drop factory that promotes spanset to fullreposet
|
Thu, 08 Jan 2015 23:46:54 +0900 |
Yuya Nishihara |
revset: specify fullreposet without using spanset factory
|
Mon, 02 Feb 2015 22:21:07 +0900 |
Yuya Nishihara |
revset: make match function initiate query from full set by default
|
Wed, 01 Oct 2014 20:26:33 -0400 |
Matt Harbison |
localrepo: don't reintroduce pruned tag entries when tagging
|
Thu, 05 Feb 2015 13:10:07 -0800 |
Mateusz Kwapich |
histedit: switch state to store node instead of ctx
|
Fri, 30 Jan 2015 16:47:35 -0800 |
Mateusz Kwapich |
histedit: don't allow to strip nodes which are necessary to continue histedit
|
Tue, 17 Feb 2015 23:20:55 -0800 |
Martin von Zweigbergk |
subrepo: add tests for change/remove conflicts
stable
|
Thu, 12 Feb 2015 10:38:33 +0800 |
Anton Shestakov |
hgweb: recreate old DOM structure for css in monoblue style
stable
|
Wed, 11 Feb 2015 19:57:07 +0900 |
Yuya Nishihara |
shellquote: fix missing quotes for empty string
stable
|
Fri, 06 Feb 2015 16:09:43 -0800 |
Martin von Zweigbergk |
trydiff: transpose 'if opts.git or losedatafn' with 'if f[12]'
|
Thu, 22 Jan 2015 23:29:00 -0800 |
Martin von Zweigbergk |
trydiff: extract function that generates filename pairs
|
Thu, 22 Jan 2015 23:18:43 -0800 |
Martin von Zweigbergk |
trydiff: read file data in only one place
|
Thu, 22 Jan 2015 23:13:48 -0800 |
Martin von Zweigbergk |
trydiff: set filename variables to None even when not opts.git or losedatafn
|
Thu, 22 Jan 2015 23:01:00 -0800 |
Martin von Zweigbergk |
trydiff: read flags in one place
|
Fri, 06 Feb 2015 15:21:56 -0800 |
Martin von Zweigbergk |
trydiff: break 'if opts.git or losedatafn' into two
|
Thu, 22 Jan 2015 22:42:35 -0800 |
Martin von Zweigbergk |
trydiff: make filenames None when they don't exist
|
Tue, 10 Feb 2015 10:57:58 -0500 |
Augie Fackler |
test-help: add test to demonstrate that 'hg help merge-tools' is sane
|
Mon, 09 Feb 2015 23:07:39 -0800 |
Gregory Szorc |
help.merge-tools: do not double document merge tools
|
Mon, 09 Feb 2015 14:59:04 -0800 |
Gregory Szorc |
help: teach topic symbols how to dedent
|
Fri, 06 Feb 2015 22:25:40 -0800 |
Gregory Szorc |
webcommands: document "graph" web command
|
Fri, 06 Feb 2015 22:19:59 -0800 |
Gregory Szorc |
webcommands: document "archive" web command
|
Fri, 06 Feb 2015 22:11:54 -0800 |
Gregory Szorc |
webcommands: document "filelog" web command
|
Fri, 06 Feb 2015 22:08:30 -0800 |
Gregory Szorc |
webcommands: document "annotate" web command
|
Fri, 06 Feb 2015 22:06:44 -0800 |
Gregory Szorc |
webcommands: document "comparison" web command
|
Fri, 06 Feb 2015 22:02:14 -0800 |
Gregory Szorc |
webcommands: document "filediff" web command
|
Fri, 06 Feb 2015 21:51:52 -0800 |
Gregory Szorc |
webcommands: document "summary" web command
|
Fri, 06 Feb 2015 21:48:01 -0800 |
Gregory Szorc |
webcommands: document "manifest" web command
|
Fri, 06 Feb 2015 21:39:15 -0800 |
Gregory Szorc |
webcommands: document "changelog" web command
|
Fri, 06 Feb 2015 21:26:53 -0800 |
Gregory Szorc |
webcommands: document "file" web command
|
Fri, 06 Feb 2015 21:13:03 -0800 |
Gregory Szorc |
webcommands: document "log" web command
|
Fri, 06 Feb 2015 20:50:17 -0800 |
Gregory Szorc |
webcommands: document "shortlog" web command
|
Fri, 06 Feb 2015 20:48:22 -0800 |
Gregory Szorc |
webcommands: document "changeset" web command
|
Fri, 06 Feb 2015 20:44:46 -0800 |
Gregory Szorc |
webcommands: document "tags" web command
|
Fri, 06 Feb 2015 20:43:54 -0800 |
Gregory Szorc |
webcommands: document "bookmarks" web command
|
Fri, 06 Feb 2015 20:44:10 -0800 |
Gregory Szorc |
webcommands: document "branches" web command
|
Fri, 06 Feb 2015 20:41:08 -0800 |
Gregory Szorc |
webcommands: document "help" web command
|
Fri, 06 Feb 2015 20:27:56 -0800 |
Gregory Szorc |
help: add web commands to help documentation
|
Fri, 06 Feb 2015 23:08:47 -0800 |
Gregory Szorc |
help.hgweb: add a section describing URLs and common parameters
|
Fri, 06 Feb 2015 22:47:48 -0800 |
Gregory Szorc |
webcommands: move help import into help command handler
|
Fri, 06 Feb 2015 22:52:40 -0800 |
Gregory Szorc |
webcommands: define a dict of available commands
|
Fri, 06 Feb 2015 19:06:17 -0800 |
Gregory Szorc |
webcommands: define web commands using a decorator
|
Fri, 06 Feb 2015 16:33:05 -0800 |
Gregory Szorc |
run-tests: ensure install directories exist
|
Fri, 06 Feb 2015 16:15:02 -0800 |
Gregory Szorc |
run-tests: avoid printing extra newlines from install log
|
Fri, 06 Feb 2015 11:27:25 -0800 |
Eric Sumner |
bundlerepo: basic bundle2 support
|
Thu, 05 Feb 2015 16:03:26 -0800 |
Eric Sumner |
bundlerepo: keep track of the original bundle object
|
Thu, 05 Feb 2015 15:56:50 -0800 |
Eric Sumner |
bundle2.unbundle20: add compressed() method
|
Thu, 05 Feb 2015 15:52:57 -0800 |
Eric Sumner |
bundle2.unpackermixin: default value for seek() whence parameter
|
Fri, 06 Feb 2015 23:40:46 +0100 |
Adrian Buehlmann |
windows: adjust doc string and comments of posixfile()
|
Wed, 04 Feb 2015 14:11:45 -0800 |
Gregory Szorc |
color: support a different color mode when the pager is active
|
Fri, 06 Feb 2015 12:09:09 -0800 |
Gregory Szorc |
pager: ensure wrapped dispatch._runcommand runs before color's
|
Fri, 06 Feb 2015 12:07:56 -0800 |
Gregory Szorc |
pager: set an attribute on ui indicating that a pager is active
|
Fri, 06 Feb 2015 12:07:32 -0800 |
Gregory Szorc |
extensions: support callbacks after another extension loads
|
Fri, 06 Feb 2015 21:53:39 +0900 |
Yuya Nishihara |
log: fix --follow null parent not to include revision 0
|
Fri, 06 Feb 2015 00:22:20 +0900 |
Yuya Nishihara |
cmdutil: have walkchangerevs utilize common function to build revs
|
Fri, 06 Feb 2015 00:15:35 +0900 |
Yuya Nishihara |
log: extract common part from getgraphlogrevs() and getlogrevs()
|
Fri, 06 Feb 2015 00:06:47 +0900 |
Yuya Nishihara |
graphlog: remove useless check for empty repo when --follow is specified
|
Thu, 05 Feb 2015 23:49:18 +0900 |
Yuya Nishihara |
graphlog: move comment and flag denoting revs might be unsorted
|
Thu, 05 Feb 2015 23:14:44 +0900 |
Yuya Nishihara |
graphlog: remove too early return from getgraphlogrevs() for empty repo
|
Thu, 22 Jan 2015 22:22:09 -0800 |
Martin von Zweigbergk |
trydiff: call util.binary in only one place
|
Thu, 22 Jan 2015 21:35:57 -0800 |
Martin von Zweigbergk |
trydiff: collect all lossiness checks in one place
|
Thu, 22 Jan 2015 21:03:57 -0800 |
Martin von Zweigbergk |
trydiff: replace 'binarydiff' variable by 'binary' variable
|
Fri, 16 Jan 2015 15:09:21 -0800 |
Martin von Zweigbergk |
trydiff: rename 'op' to make it more specific
|
Fri, 06 Feb 2015 15:52:55 +0800 |
Anton Shestakov |
hgweb: replace implicit <tbody> with explicit <thead> where appropriate
|
Sat, 31 Jan 2015 12:54:35 -0500 |
Matt Harbison |
obsolete: drop the explicit seek to EOF after append mode open()
|
Sat, 31 Jan 2015 12:42:05 -0500 |
Matt Harbison |
branchmap: backout 6bf93440a717
|
Sat, 31 Jan 2015 12:39:44 -0500 |
Matt Harbison |
windows: seek to the end of posixfile when opening in append mode
|
Thu, 20 Nov 2014 12:15:12 -0800 |
Martin von Zweigbergk |
context: use unfiltered repo for '.'
|
Thu, 05 Feb 2015 14:09:08 -0800 |
Eric Sumner |
check-commit: check capitalization in summary lines
|
Thu, 05 Feb 2015 10:57:45 -0800 |
Eric Sumner |
bundle2: seek in part iterator
|
Thu, 05 Feb 2015 10:56:05 -0800 |
Eric Sumner |
bundle2: now that we have a seek implementation, use it
|
Wed, 04 Feb 2015 22:25:35 -0800 |
Martin von Zweigbergk |
obsolete: populate successors, precursors, children lazily
|
Wed, 04 Feb 2015 22:40:48 -0800 |
Martin von Zweigbergk |
obsolete: pass only new markers to _checkinvalidmarkers()
|
Tue, 20 Jan 2015 22:01:37 -0800 |
Martin von Zweigbergk |
obsolete: extract helpers from _load()
|
Tue, 20 Jan 2015 17:38:42 -0800 |
Eric Sumner |
test-gendoc: require gettext
|
Thu, 05 Feb 2015 20:34:30 +0800 |
Anton Shestakov |
hgweb: use css margin instead of empty <p> before diffstat table
|
Thu, 05 Feb 2015 19:24:35 +0800 |
Anton Shestakov |
hgweb: use css margin instead of empty <p> before <div class="atom-logo">
|
Mon, 26 Jan 2015 14:30:12 -0500 |
Augie Fackler |
error: update docstring on ParseError
|
Mon, 26 Jan 2015 14:50:36 -0500 |
Augie Fackler |
dispatch: consolidate formatting of ParseErrors
|
Wed, 04 Feb 2015 13:57:35 -0800 |
Martin von Zweigbergk |
error: store filename and message on LookupError for later
|
Wed, 14 Jan 2015 16:14:19 -0800 |
Eric Sumner |
bundle2.unbundlepart: implement seek()
|
Wed, 14 Jan 2015 15:57:57 -0800 |
Eric Sumner |
bundle2.unbundlepart: tell() implementation
|
Wed, 14 Jan 2015 14:46:23 -0800 |
Eric Sumner |
bundle2.unbundlepart: keep an index of chunks and their locations
|
Wed, 14 Jan 2015 14:32:22 -0800 |
Eric Sumner |
bundle2.unbundlepart: raise payloadchunks from a closure to a method
|
Fri, 23 Jan 2015 17:06:03 -0800 |
Durham Goode |
manifest: make lru size configurable
|
Wed, 04 Feb 2015 11:38:30 -0500 |
Augie Fackler |
parsers: use k instead of n for PyArg_ParseTuple because python 2.4 is awful
|
Wed, 04 Feb 2015 21:37:06 +0900 |
Yuya Nishihara |
revset: have rev() validate input by repo.changelog.__contains__()
|
Wed, 04 Feb 2015 21:25:57 +0900 |
Yuya Nishihara |
revlog: add __contains__ for fast membership test
|
Mon, 02 Feb 2015 19:58:41 -0500 |
Matt Harbison |
largefiles: set the extension as enabled locally after a clone requiring it
|
Tue, 03 Feb 2015 16:24:32 -0800 |
Gregory Szorc |
color: be more conservative about setting ANSI mode on Windows (BC)
|
Tue, 03 Feb 2015 19:10:03 -0600 |
Matt Mackall |
merge with stable
|
Wed, 14 Jan 2015 14:24:16 -0800 |
Eric Sumner |
bundle2.unpackermixin: control for underlying file descriptor
|
Fri, 16 Jan 2015 15:34:03 -0800 |
Martin von Zweigbergk |
trydiff: join elements in 'header' list by '\n'
|
Fri, 16 Jan 2015 15:27:04 -0800 |
Martin von Zweigbergk |
trydiff: move check for quietness out of diffline()
|
Fri, 16 Jan 2015 15:22:29 -0800 |
Martin von Zweigbergk |
trydiff: remove dead branch in diffline()
|
Fri, 16 Jan 2015 15:19:57 -0800 |
Martin von Zweigbergk |
trydiff: make 'revs' ignored if opts.git is set
|
Fri, 16 Jan 2015 14:58:51 -0800 |
Martin von Zweigbergk |
trydiff: remove unused argument to diffline()
|
Fri, 16 Jan 2015 14:58:06 -0800 |
Martin von Zweigbergk |
trydiff: move git-header code out of diffline function
|
Tue, 27 Jan 2015 09:22:59 -0500 |
Martin von Zweigbergk |
_fm1readmarkers: generate list in C
|
Tue, 20 Jan 2015 13:38:07 -0500 |
Augie Fackler |
obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win
|
Fri, 23 Jan 2015 15:11:25 -0500 |
Augie Fackler |
parsers: add fm1readmarker
|
Tue, 03 Feb 2015 13:17:21 -0500 |
Augie Fackler |
util: add getbefloat64
|
Tue, 20 Jan 2015 14:09:57 -0500 |
Augie Fackler |
util: add getbe{u,}int16 utility methods
|
Tue, 20 Jan 2015 09:38:22 -0500 |
Augie Fackler |
obsolete: make optional offset parameter to fm*readmarkers required
|
Mon, 02 Feb 2015 14:26:47 -0500 |
Augie Fackler |
log: fix json-formatted output when file copies are listed (issue4523)
stable
|
Tue, 03 Feb 2015 17:54:01 -0600 |
Matt Mackall |
merge with stable
|
Tue, 27 Jan 2015 17:24:12 -0800 |
Durham Goode |
copy: move _forwardcopies file logic to a function
|
Tue, 27 Jan 2015 17:23:18 -0800 |
Durham Goode |
copy: move mergecopies file logic to a function
|
Mon, 02 Feb 2015 16:19:35 -0800 |
Durham Goode |
histedit: allow configuring default behavior
|
Tue, 03 Feb 2015 21:56:29 +0900 |
FUJIWARA Katsunori |
revset: get revision number of each node from target namespaces
stable
|
Sun, 01 Feb 2015 14:05:15 -0500 |
Matt Harbison |
largefiles: update _subdirlfs() comment
|
Sat, 31 Jan 2015 00:13:29 -0500 |
Matt Harbison |
largefiles: use the core file copy logic to validate the destination path
|
Fri, 16 Jan 2015 15:40:59 -0800 |
Martin von Zweigbergk |
trydiff: inline indexmeta()
|
Fri, 23 Jan 2015 14:09:49 -0800 |
Martin von Zweigbergk |
parsers: rewrite index_ancestors() in terms of index_commonancestorsheads()
|
Thu, 22 Jan 2015 11:09:34 -0500 |
Mike Edgar |
filelog: remove unused _file method
|
Mon, 26 Jan 2015 15:18:07 -0800 |
Mateusz Kwapich |
histedit: store full node hash in rules
|
Fri, 16 Jan 2015 14:49:08 -0800 |
Martin von Zweigbergk |
trydiff: order header-writing code in same order as output
|
Fri, 16 Jan 2015 14:53:37 -0800 |
Martin von Zweigbergk |
trydiff: inline sole addmodehdr() call
|
Fri, 16 Jan 2015 14:46:03 -0800 |
Martin von Zweigbergk |
trydiff: join filename with prefix only once
|
Thu, 22 Jan 2015 17:00:54 -0800 |
Martin von Zweigbergk |
trydiff: collect header-writing in one place
|
Fri, 16 Jan 2015 10:57:13 -0800 |
Martin von Zweigbergk |
trydiff: make variable names more consistent
|
Fri, 16 Jan 2015 17:01:58 -0800 |
Martin von Zweigbergk |
trydiff: check only if added file is a copy target, not source
|
Thu, 29 Jan 2015 21:12:35 -0800 |
Martin von Zweigbergk |
trydiff: remove unused variable 'modifiedset'
|
Mon, 02 Feb 2015 23:07:04 +0900 |
FUJIWARA Katsunori |
revset: replace parsing alias definition by _parsealiasdefn to parse strictly
|
Mon, 02 Feb 2015 23:07:04 +0900 |
FUJIWARA Katsunori |
revset: introduce _parsealiasdefn to parse alias definitions strictly
|
Mon, 02 Feb 2015 22:28:52 +0900 |
Yuya Nishihara |
hgweb: use revset.spanset where appropriate
|
Sun, 01 Feb 2015 14:09:31 +0100 |
Mathias De Maré |
subrepo: add 'cat' support for git subrepos
|
Mon, 02 Feb 2015 12:50:48 -0600 |
Matt Mackall |
merge with stable
|
Sun, 01 Feb 2015 20:21:02 -0600 |
Matt Mackall |
Added signature for changeset fbdd5195528f
stable
|
Sun, 01 Feb 2015 20:20:51 -0600 |
Matt Mackall |
Added tag 3.3 for changeset fbdd5195528f
stable
|
Sun, 01 Feb 2015 18:47:04 -0600 |
Matt Mackall |
merge with i18n
stable 3.3
|
Sun, 01 Feb 2015 08:24:08 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 9a391d720cf9
stable
|
Thu, 29 Jan 2015 10:13:18 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 448bb32b8ee6
stable
|
Sun, 01 Feb 2015 16:33:45 -0600 |
Matt Mackall |
filectx: use _descendantrev in parents()
stable
|
Sun, 01 Feb 2015 16:26:35 -0600 |
Matt Mackall |
filectx: if we have a _descendantrev, use it to adjust linkrev
stable
|
Sun, 01 Feb 2015 16:25:12 -0600 |
Matt Mackall |
copies: use linkrev for file tracing limit
stable
|
Sun, 01 Feb 2015 16:23:07 -0600 |
Matt Mackall |
filectx: use linkrev to sort ancestors
stable
|
Fri, 30 Jan 2015 16:02:28 +0000 |
Pierre-Yves David |
_adjustlinkrev: reuse ancestors set during rename detection (issue4514)
stable
|
Fri, 30 Jan 2015 14:39:03 +0000 |
Pierre-Yves David |
filectx: move _adjustlinkrev to a method
stable
|
Sat, 31 Jan 2015 01:00:50 +0900 |
FUJIWARA Katsunori |
revset: raise RepoLookupError to make present() predicate continue the query
stable
|
Sun, 01 Feb 2015 09:36:47 +0900 |
FUJIWARA Katsunori |
templatekw: re-add showtags() to list tags keyword up in online help
stable
|
Fri, 30 Jan 2015 20:44:11 -0500 |
Matt Harbison |
largefiles: don't interfere with logging normal files
stable
|
Fri, 30 Jan 2015 21:11:02 +0000 |
Pierre-Yves David |
discovery: properly exclude locally known but filtered heads
stable
|
Fri, 30 Jan 2015 21:40:30 +0000 |
Pierre-Yves David |
test: make test-extdiff resilient to /usr/bin/echo
stable
|
Fri, 30 Jan 2015 18:49:33 +0000 |
Pierre-Yves David |
obsstore: make the invalid markers check wrap-able
stable
|
Fri, 30 Jan 2015 18:51:20 +0100 |
Mads Kiilerich |
convert: replace revision references in messages if they are >= short hashes
stable
|
Fri, 30 Jan 2015 04:59:05 +0900 |
FUJIWARA Katsunori |
merge: mark .hgsubstate as possibly dirty before submerge for consistency
stable
|
Tue, 27 Jan 2015 12:33:56 +0000 |
Pierre-Yves David |
rebase: ensure rebase revision remains visible (issue4504)
stable
|
Wed, 28 Jan 2015 02:28:39 +0100 |
Mads Kiilerich |
extdiff: reintroduce backward compatibility with manual quoting of parameters
stable
|
Wed, 28 Jan 2015 02:28:38 +0100 |
Mads Kiilerich |
mergetools: drop incorrect quoting of diffargs variables
stable
|
Wed, 28 Jan 2015 22:22:59 +0900 |
FUJIWARA Katsunori |
namespace: introduce logfmt to show l10n-ed messages for hg log correctly
stable
|
Tue, 27 Jan 2015 10:17:16 -0500 |
Augie Fackler |
osutil: fix memory leak of PyBytes of path in statfiles
stable
|
Tue, 27 Jan 2015 19:52:26 -0800 |
Durham Goode |
revert: move prefetch to after the actions logic
stable
|
Wed, 28 Jan 2015 13:34:20 -0500 |
Augie Fackler |
diffhelpers: fix botched return statement from c8e7fa41bfc5
stable
|
Tue, 27 Jan 2015 20:57:43 -0500 |
Matt Harbison |
subrepo: don't abort in add when non-hg subrepos are present (issue4513)
stable
|
Tue, 27 Jan 2015 10:14:23 -0500 |
Augie Fackler |
osutil: fix leak of stat in makestat when Py_BuildValue fails
stable
|
Tue, 27 Jan 2015 10:12:55 -0500 |
Augie Fackler |
osutil.c: clean up space before a tab
stable
|
Tue, 27 Jan 2015 10:10:04 -0500 |
Augie Fackler |
dirs: fix leak of iterator in dirs_fromiter
stable
|
Tue, 27 Jan 2015 10:07:04 -0500 |
Augie Fackler |
diffhelpers: verify hline was created before using it
stable
|
Sun, 25 Jan 2015 22:55:10 -0500 |
Matt Harbison |
largefiles: revert to lfilesrepo.status() being an unfiltered method
stable
|
Sun, 25 Jan 2015 20:13:54 -0600 |
Matt Mackall |
test-tools: portability tweak
stable
|
Sun, 25 Jan 2015 20:20:27 +0900 |
Yuya Nishihara |
revset: fix ancestors(null) to include null revision (issue4512)
stable
|
Sat, 10 Jan 2015 13:14:00 +0900 |
Yuya Nishihara |
log: use rev() to build revset of --follow option from numeric revision
stable
|
Sat, 10 Jan 2015 12:56:38 +0900 |
Yuya Nishihara |
revset: allow rev(-1) to indicate null revision (BC)
stable
|
Fri, 23 Jan 2015 20:30:49 -0800 |
Siddharth Agarwal |
extensions: don't quit loading extensions in the middle if traceback is on
stable
|
Fri, 23 Jan 2015 17:47:04 -0600 |
Matt Mackall |
test-hgweb: fix shutdown race
stable
|
Thu, 22 Jan 2015 00:08:13 +0900 |
FUJIWARA Katsunori |
tests: invoke hg command indirectly from shell script to run on Windows
stable
|
Wed, 21 Jan 2015 15:23:13 -0800 |
Martin von Zweigbergk |
log: evaluate filesets on working copy, not its parent
stable
|
Wed, 21 Jan 2015 15:40:24 -0800 |
Martin von Zweigbergk |
fileset: add tests of generated working copy states
stable
|
Fri, 23 Jan 2015 15:55:36 -0500 |
Augie Fackler |
parsers: avoid leaking several PyObjects in index_stats
stable
|
Fri, 23 Jan 2015 15:50:40 -0500 |
Augie Fackler |
parsers: don't leak a reference to raise_revlog_error on success
stable
|
Fri, 23 Jan 2015 15:48:18 -0500 |
Augie Fackler |
parsers: don't leak a tuple in pack_dirstate
stable
|
Fri, 23 Jan 2015 15:41:46 -0500 |
Augie Fackler |
parsers.c: fix a memory leak in index_commonancestorsheads
stable
|
Fri, 23 Jan 2015 15:33:27 -0500 |
Augie Fackler |
parsers: avoid leaking obj in index_ancestors
stable
|
Fri, 23 Jan 2015 15:30:21 -0500 |
Augie Fackler |
parsers: don't leak references to sys et al in check_python_version
stable
|
Fri, 23 Jan 2015 15:19:04 -0500 |
Augie Fackler |
parsers: fix leak of err when asciilower hits a unicode decode error
stable
|
Fri, 23 Jan 2015 18:41:37 +0100 |
Mads Kiilerich |
largefiles: use 'default' path for pulling largefiles, not 'default-push'
stable
|
Fri, 23 Jan 2015 06:28:28 +0100 |
Mads Kiilerich |
osx: patch .pax.gz files in pkg bundles so they extract as root (issue4081)
stable
|
Wed, 21 Jan 2015 15:54:52 -0800 |
Eric Sumner |
repair._bundle: fix traceback for bad config value
stable
|
Wed, 21 Jan 2015 21:47:27 +0100 |
Mathias De Maré |
subrepo: correctly add newline for git subrepo diffs
stable
|
Thu, 22 Jan 2015 00:10:26 +0900 |
FUJIWARA Katsunori |
tests: discard useless "(glob)" in "reverting subrepo" lines
stable
|
Thu, 22 Jan 2015 00:10:26 +0900 |
FUJIWARA Katsunori |
check-code.py: avoid warning against "reverting subrepo ..." lines
stable
|
Thu, 22 Jan 2015 00:07:06 +0900 |
FUJIWARA Katsunori |
run-tests.py: inherit --pure option from outer run-tests.py execution
stable
|
Thu, 22 Jan 2015 00:07:06 +0900 |
FUJIWARA Katsunori |
hg.bat: return exit code explicitly for indirect invocation
stable
|
Thu, 22 Jan 2015 00:03:58 +0900 |
FUJIWARA Katsunori |
run-tests.py: execute hghave with same env vars as ones for actual tests
stable
|
Wed, 21 Jan 2015 05:04:48 +0100 |
Mads Kiilerich |
osx: use bdist_mpkg.script_bdist_mpkg module instead of bdist_mpkg command
stable
|
Wed, 21 Jan 2015 05:04:46 +0100 |
Mads Kiilerich |
osx: don't launch installer after building it with bdist_mpkg
stable
|
Wed, 21 Jan 2015 05:01:01 +0100 |
Mads Kiilerich |
osx: update "Read Me" "Important Information" text in the package installer
stable
|
Tue, 20 Jan 2015 15:05:44 -0800 |
Ryan McElroy |
commit: remove reverse search for copy source when not in parent (issue4476)
stable
|
Tue, 20 Jan 2015 14:51:11 -0800 |
Matt Mackall |
merge with i18n
stable
|
Sun, 18 Jan 2015 11:16:45 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with db8e3f7948b1
stable
|
Sun, 18 Jan 2015 22:21:53 -0500 |
Matt Harbison |
convert: handle LookupError in mercurial_source.lookuprev()
stable
|
Sun, 18 Jan 2015 22:24:14 -0800 |
Sean Farley |
color: add missing 'dim' in _effects
stable
|
Sat, 17 Jan 2015 15:03:41 -0800 |
Martin von Zweigbergk |
diff: use binary diff when copy source is binary
stable
|
Sun, 18 Jan 2015 15:15:40 -0500 |
Matt Harbison |
largefiles: fix commit of a directory with no largefile changes (issue4330)
stable
|
Sun, 18 Jan 2015 16:38:56 -0500 |
Matt Harbison |
test-tools: update for platforms without symlink support after 5b20e4c32117
stable
|
Sun, 18 Jan 2015 16:33:41 -0500 |
Matt Harbison |
tests: add "(glob)" to output in test-histedit-commute.t for Windows
stable
|
Sat, 17 Jan 2015 18:29:30 -0800 |
Matt Mackall |
Added signature for changeset db8e3f7948b1
stable
|
Sat, 17 Jan 2015 18:29:05 -0800 |
Matt Mackall |
Added tag 3.3-rc for changeset db8e3f7948b1
stable
|
Sat, 17 Jan 2015 18:28:30 -0800 |
Matt Mackall |
merge default into stable for 3.3 feature freeze
stable 3.3-rc
|
Sat, 17 Jan 2015 22:01:14 -0200 |
Wagner Bruna |
messages: quote "hg help" hints consistently
|
Sat, 17 Jan 2015 18:08:47 -0800 |
Matt Mackall |
bundle2: fix parttype enforcement
|
Sat, 17 Jan 2015 17:59:30 -0800 |
Matt Mackall |
test-tools: another vfat fix
|
Sat, 17 Jan 2015 15:54:03 -0800 |
Matt Mackall |
test-tools: check for unix permissions for hardlinking
|
Sat, 17 Jan 2015 15:28:56 -0800 |
Matt Mackall |
tests: more fixes for f
|
Sat, 17 Jan 2015 13:53:56 -0800 |
Matt Mackall |
tests: teach f not to report symlink mode bits
|
Sat, 17 Jan 2015 13:53:16 -0800 |
Matt Mackall |
tests: teach f not to report directory size
|
Sat, 17 Jan 2015 13:44:43 -0800 |
Matt Mackall |
test-histedit-commute: call helper script with sh
|
Sat, 17 Jan 2015 13:38:17 -0800 |
Matt Mackall |
test-tools: fix portability issues
|
Sat, 17 Jan 2015 13:13:16 -0800 |
Solomon Matthews |
progress: add a lock to prepare for introducing a thread
|
Sat, 17 Jan 2015 13:10:37 -0800 |
Solomon Matthews |
progress: move update check into helper method
|
Sat, 17 Jan 2015 13:09:33 -0800 |
Solomon Matthews |
progress: move current topic to member variable
|
Thu, 15 Jan 2015 20:03:28 -0800 |
Solomon Matthews |
progress: add try/finally to make the diffs for the next commit more readable
|
Fri, 16 Jan 2015 18:34:14 -0800 |
Pierre-Yves David |
transaction: include backup file in the "undo" transaction
|
Fri, 16 Jan 2015 19:35:04 -0800 |
Pierre-Yves David |
transaction: pass the name of the "undo" journal to the transaction
|
Fri, 16 Jan 2015 19:29:16 -0800 |
Pierre-Yves David |
rollback: have an empty entry for the vfsmap in rollback
|
Fri, 16 Jan 2015 14:54:24 -0800 |
Pierre-Yves David |
transaction: clarify the name of 'journal' argument for transaction
|
Mon, 05 Jan 2015 12:44:15 -0800 |
Pierre-Yves David |
transaction: use 'util.copyfile' for creating backup
|
Mon, 05 Jan 2015 12:39:09 -0800 |
Pierre-Yves David |
copyfile: allow optional hardlinking
|
Thu, 15 Jan 2015 16:51:13 -0800 |
Eric Sumner |
repair: add experimental option to write bundle2 files
|
Thu, 15 Jan 2015 15:55:13 -0800 |
Eric Sumner |
changegroup.getsubset: support multiple versions
|
Thu, 15 Jan 2015 15:39:16 -0800 |
Eric Sumner |
changegroup.writebundle: HG2Y support
|
Thu, 15 Jan 2015 14:39:41 -0800 |
Eric Sumner |
changegroup.writebundle: provide ui
|
Fri, 16 Jan 2015 16:25:30 -0800 |
Matt Mackall |
test-module-imports: use test-repo requirement
|
Fri, 09 Jan 2015 19:10:09 +0100 |
Mads Kiilerich |
largefiles: don't rehash largefiles in updatelfiles if standin hash changed
|
Fri, 16 Jan 2015 19:51:25 +0100 |
Mads Kiilerich |
largefiles: show progress when checking standin hashes in outgoing changesets
|
Wed, 14 Jan 2015 17:09:55 -0800 |
Eric Sumner |
unbundle: support bundle2 files
|
Fri, 16 Jan 2015 12:53:45 -0800 |
Eric Sumner |
pullbundle2: extract addchangegroup result combining into its own function
|
Fri, 16 Jan 2015 15:31:45 -0500 |
Augie Fackler |
histedit: add a test to show that issue4251 is fixed (issue4251)
|
Thu, 15 Jan 2015 15:35:26 -0800 |
Eric Sumner |
commands.debugbundle: bundle2 support
|
Mon, 12 Jan 2015 22:30:12 -0500 |
Matt Harbison |
largefiles: cleanup overrideadd()
|
Mon, 12 Jan 2015 21:44:43 -0500 |
Matt Harbison |
largefiles: enable subrepo support for add
|
Mon, 12 Jan 2015 20:59:17 -0500 |
Matt Harbison |
add: pass options via keyword args
|
Wed, 31 Dec 2014 18:24:32 -0500 |
Matt Harbison |
largefiles: don't pop largefile-specific arguments to the add command
|
Sun, 11 Jan 2015 16:20:15 +0100 |
Angel Ezquerra |
share: replace the bookmarks.shared file with an entry on a new "shared" file
|
Sun, 02 Nov 2014 02:36:47 +0100 |
Mads Kiilerich |
docker: support Fedora 21
|
Fri, 16 Jan 2015 04:26:40 +0100 |
Mads Kiilerich |
rpm: make Python 2.7.9 the default Python to include in rpms for EL 5
|
Fri, 16 Jan 2015 04:26:25 +0100 |
Mads Kiilerich |
contrib: make Python 2.7.9 the default in Makefile.python
|
Sun, 11 Jan 2015 01:51:52 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.wopener
|
Sun, 11 Jan 2015 00:25:54 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.sopener
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
Wed, 14 Jan 2015 20:29:47 -0800 |
Sean Farley |
log: use namespace logname and colorname
|
Wed, 14 Jan 2015 20:11:02 -0800 |
Sean Farley |
namespaces: add colorname member to namespace object
|
Wed, 14 Jan 2015 20:06:44 -0800 |
Sean Farley |
namespaces: add logname member to namespace object
|
Wed, 14 Jan 2015 19:55:20 -0800 |
Sean Farley |
namespaces: use named args for namespace api
|
Wed, 14 Jan 2015 19:39:13 -0800 |
Sean Farley |
namespaces: make the constructor into named args
|
Thu, 15 Jan 2015 20:36:03 -0800 |
Gregory Szorc |
dispatch: only check compatibility against major and minor versions (BC)
|
Thu, 15 Jan 2015 20:03:48 -0800 |
Gregory Szorc |
test-extension: use a realistic Mercurial version
|
Thu, 15 Jan 2015 19:47:06 -0800 |
Gregory Szorc |
test-extension: improve test readability
|
Thu, 18 Dec 2014 19:14:01 -0800 |
Pierre-Yves David |
bundle2: enforce parttype as alphanumerical
|
Wed, 14 Jan 2015 22:40:39 -0500 |
Matt Harbison |
tests: conditionalize test-tools.t for Windows support
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
dirstate: ignore negative debug.dirstate.delaywrite values - they crashed it
|
Wed, 14 Jan 2015 17:21:09 -0800 |
Pierre-Yves David |
linkrev: use the right manifest content when adjusting linrev (issue4499)
|
Wed, 14 Jan 2015 16:57:00 -0800 |
Matt Mackall |
unpacker: fix missing arg for py2.4
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
branchcache: make _rbcrevslen handling more safe
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
branchcache: add debug output whenever cache files use truncate
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
tests: rework revision branch cache tests
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
tests: add 'f' tool for cross platform file operations in the tests
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
run-tests: include testdir in $PATH so tests easily can use helper tools
|
Mon, 12 Jan 2015 15:29:36 -0500 |
Mike Edgar |
filelog: use censored revlog flag bit to quickly check if a node is censored
|
Mon, 12 Jan 2015 14:41:25 -0500 |
Mike Edgar |
revlog: verify censored flag when hashing added revision fulltext
|
Mon, 12 Jan 2015 14:30:24 -0500 |
Mike Edgar |
revlog: add flags argument to _addrevision, update callers use default flags
|
Mon, 12 Jan 2015 14:01:52 -0500 |
Mike Edgar |
revlog: define censored flag for revlogng index
|
Sun, 11 Jan 2015 01:32:36 +0100 |
Angel Ezquerra |
localrepo: remove all internal uses of localrepo.wopener
|
Sun, 11 Jan 2015 00:21:58 +0100 |
Angel Ezquerra |
localrepo: remove all internal uses of localrepo.sopener
|
Sat, 10 Jan 2015 23:02:52 +0100 |
Angel Ezquerra |
localrepo: remove all internal uses of localrepo.opener
|
Wed, 14 Jan 2015 15:46:21 -0500 |
Augie Fackler |
sslutil: drop defunct ssl version constants
|
Wed, 14 Jan 2015 15:46:00 -0500 |
Augie Fackler |
sslutil: use saner TLS settings on Python 2.7.9
|
Wed, 14 Jan 2015 15:31:16 -0500 |
Augie Fackler |
sslutil: drop support for clients of sslutil specifying a TLS version
|
Wed, 07 Jan 2015 00:07:29 -0800 |
Pierre-Yves David |
discovery: run discovery on filtered repository
|
Sat, 10 Jan 2015 23:18:11 +0900 |
FUJIWARA Katsunori |
revset: check for collisions between alias argument names in the declaration
|
Sat, 10 Jan 2015 23:18:11 +0900 |
FUJIWARA Katsunori |
revset: parse alias declaration strictly by _parsealiasdecl
|
Sat, 10 Jan 2015 23:18:11 +0900 |
FUJIWARA Katsunori |
revset: introduce "_parsealiasdecl" to parse alias declarations strictly
|
Sat, 10 Jan 2015 23:18:11 +0900 |
FUJIWARA Katsunori |
revset: store full detail into revsetalias.error for error source distinction
|
Sat, 10 Jan 2015 23:18:11 +0900 |
FUJIWARA Katsunori |
revset: factor out composing error message for ParseError to reuse
|
Sat, 10 Jan 2015 23:18:11 +0900 |
FUJIWARA Katsunori |
revset: make tokenize extensible to parse alias declarations and definitions
|
Fri, 09 Jan 2015 18:38:02 +0100 |
Mads Kiilerich |
largefiles: make linear update set unsure largefiles normal if unchanged
|
Fri, 09 Jan 2015 18:38:02 +0100 |
Mads Kiilerich |
debugdirstate: don't hide date field with --nodate, just show 'set'/'unset'
|
Fri, 09 Jan 2015 18:38:02 +0100 |
Mads Kiilerich |
debugdirstate: simplify date handling after e7ed5d07cc4c used fixed format
|
Sun, 11 Jan 2015 23:25:23 -0500 |
Matt Harbison |
forget: don't report rejected files as forgotten as well
|
Sun, 11 Jan 2015 23:20:51 -0500 |
Matt Harbison |
largefiles: enable subrepo support for forget
|
Tue, 13 Jan 2015 15:07:08 -0800 |
Sean Farley |
namespaces: add revset for 'named(namespace)'
|
Fri, 09 Jan 2015 10:52:14 -0800 |
Durham Goode |
bundles: do not overwrite existing backup bundles (BC)
|
Mon, 12 Jan 2015 18:01:20 -0700 |
Alex Orange |
https: support tls sni (server name indication) for https urls (issue3090)
|
Wed, 14 Jan 2015 12:50:46 -0800 |
Matt Mackall |
merge with stable
|
Tue, 13 Jan 2015 16:15:02 -0800 |
Matt Mackall |
unpacker: check the right exception type for 2.4
|
Sat, 10 Jan 2015 18:00:57 +0800 |
Anton Shestakov |
hgweb: fix diffstat links in paper/changeset.tmpl
|
Sat, 10 Jan 2015 17:54:24 +0800 |
Anton Shestakov |
hgweb: close <img> elements
|
Sat, 10 Jan 2015 17:52:02 +0800 |
Anton Shestakov |
hgweb: close <p> elements
|
Sat, 10 Jan 2015 17:44:54 +0800 |
Anton Shestakov |
hgweb: close <th> properly in spartan/filelogentry.tmpl
|
Sat, 10 Jan 2015 21:36:42 +0900 |
Yuya Nishihara |
revset: simplify fullreposet.__and__ to call sort() with boolean flag
|
Sat, 10 Jan 2015 21:31:59 +0900 |
Yuya Nishihara |
revset: fix spanset.isascending() to honor sort() or reverse() request
stable
|
Tue, 13 Jan 2015 15:08:55 -0500 |
Augie Fackler |
hghave: we now support Python 2.7.9's ssl for https
|
Tue, 13 Jan 2015 14:15:08 -0500 |
Augie Fackler |
Makefile.python: try curl if wget fails
|
Tue, 13 Jan 2015 15:15:37 -0500 |
Augie Fackler |
test-https: glob error messages more so we pass on Python 2.7.9
|
Mon, 12 Jan 2015 09:46:56 -0800 |
Martin von Zweigbergk |
filelog: fix backwards comment for 'backrevref'
|
Mon, 12 Jan 2015 09:49:25 -0800 |
Martin von Zweigbergk |
filelog: remove trailing "form feed" character
|
Mon, 12 Jan 2015 09:48:05 -0800 |
Martin von Zweigbergk |
filelog: remove unused variable 'lkr'
|
Sat, 10 Jan 2015 12:00:03 -0500 |
Matt Harbison |
branchmap: add seek() to end of file before calling tell() on append open()
|
Fri, 09 Jan 2015 22:14:01 -0500 |
Matt Harbison |
tests: fix test-casefolding.t output for branchcache
|
Tue, 06 Jan 2015 17:19:21 -0800 |
Pierre-Yves David |
setdiscovery: remove '_setupsample' function
|
Wed, 07 Jan 2015 20:44:20 -0800 |
Pierre-Yves David |
setdiscovery: document '_takequicksample'
|
Tue, 06 Jan 2015 17:07:44 -0800 |
Pierre-Yves David |
setdiscovery: drop '_setupsample' usage in '_takequicksample'
|
Wed, 07 Jan 2015 10:32:17 -0800 |
Pierre-Yves David |
setdiscovery: drop the 'always' argument to '_updatesample'
|
Wed, 07 Jan 2015 17:28:51 -0800 |
Pierre-Yves David |
setdiscovery: always add exponential sample to the heads
|
Wed, 07 Jan 2015 17:23:21 -0800 |
Pierre-Yves David |
setdiscovery: directly run '_updatesample'
|
Wed, 07 Jan 2015 17:17:56 -0800 |
Pierre-Yves David |
setdiscovery: stop using '_setupsample' in '_takefullsample'
|
Wed, 07 Jan 2015 12:09:51 -0800 |
Pierre-Yves David |
setdiscovery: randomly pick between heads and sample when taking full sample
|
Tue, 06 Jan 2015 17:02:32 -0800 |
Pierre-Yves David |
setdiscovery: document the '_updatesample' function
|
Tue, 06 Jan 2015 16:40:33 -0800 |
Pierre-Yves David |
setdiscovery: avoid calling any sample building if the undecided set is small
|
Wed, 07 Jan 2015 09:30:06 -0800 |
Pierre-Yves David |
setdiscovery: delay sample building calls to gather them in a single place
|
Tue, 06 Jan 2015 16:32:23 -0800 |
Pierre-Yves David |
setdiscovery: drop unused 'initial' argument for '_takequicksample'
|
Sun, 11 Jan 2015 16:46:13 -0600 |
Matt Mackall |
readmarkers: add a SHA256 fixme note
|
Sun, 11 Jan 2015 16:37:57 -0600 |
Matt Mackall |
readmarkers: fast-path single successors and parents
|
Sun, 11 Jan 2015 15:35:09 -0600 |
Matt Mackall |
readmarkers: promote global constants to locals for performance
|
Sun, 11 Jan 2015 14:52:57 -0600 |
Matt Mackall |
readmarkers: drop a temporary
|
Sun, 11 Jan 2015 14:51:49 -0600 |
Matt Mackall |
readmarkers: read node reading into node length conditional
|
Sun, 11 Jan 2015 14:46:55 -0600 |
Matt Mackall |
readmarkers: drop a temporary
|
Sun, 11 Jan 2015 14:44:57 -0600 |
Matt Mackall |
readmarkers: hoist subtraction out of loop comparison
|
Sun, 11 Jan 2015 14:43:31 -0600 |
Matt Mackall |
readmarkers: streamline offset tracking
|
Sun, 11 Jan 2015 14:37:50 -0600 |
Matt Mackall |
readmarkers: use unpacker for fixed header
|
Sun, 11 Jan 2015 14:35:03 -0600 |
Matt Mackall |
readmarkers: drop metadata temporary
|
Sun, 11 Jan 2015 14:33:49 -0600 |
Matt Mackall |
readmarkers: drop date temporary
|
Sun, 11 Jan 2015 14:32:56 -0600 |
Matt Mackall |
readmarkers: drop another conditional
|
Sat, 10 Jan 2015 21:28:15 -0600 |
Matt Mackall |
readmarkers: drop a conditional
|
Sat, 10 Jan 2015 21:27:29 -0600 |
Matt Mackall |
readmarkers: add some whitespace
|
Sat, 10 Jan 2015 21:25:07 -0600 |
Matt Mackall |
readmarkers: combine parent conditionals
|
Sat, 10 Jan 2015 21:24:45 -0600 |
Matt Mackall |
readmarkers: drop temporary substring assignments
|
Sat, 10 Jan 2015 21:18:31 -0600 |
Matt Mackall |
util: introduce unpacker
|
Sat, 10 Jan 2015 21:13:10 -0600 |
Matt Mackall |
perf: add a configurable sleep on startup
|
Thu, 08 Jan 2015 00:01:03 +0100 |
Mads Kiilerich |
revset: use localrepo revbranchcache for branch name filtering
|
Thu, 08 Jan 2015 00:01:03 +0100 |
Mads Kiilerich |
branchmap: use revbranchcache when updating branch map
|
Thu, 08 Jan 2015 00:01:03 +0100 |
Mads Kiilerich |
branchcache: introduce revbranchcache for caching of revision branch names
|
Fri, 09 Jan 2015 22:53:38 +0800 |
Anton Shestakov |
hgweb: move archive entries outside of <li> in monoblue style
|
Fri, 09 Jan 2015 15:24:55 +0800 |
Anton Shestakov |
hgweb: add searchhint to templates/coal/map
|
Tue, 30 Dec 2014 21:12:52 -0500 |
Matt Harbison |
largefiles: enable subrepo support for remove
|
Thu, 08 Jan 2015 21:36:12 -0800 |
Pierre-Yves David |
transplant: properly skip empty changeset (issue4423)
|
Thu, 08 Jan 2015 21:30:22 +0100 |
Mathias De Maré |
color: add support for colorizing git subrepo diffs
|
Thu, 08 Jan 2015 23:33:56 -0500 |
Matt Harbison |
tests: fix test-casefolding.t output
|
Fri, 12 Dec 2014 17:42:14 +0000 |
Mike Edgar |
synthrepo: new filenames must not also be new directories, and vice-versa
|
Thu, 08 Jan 2015 13:29:06 -0800 |
Martin von Zweigbergk |
status: don't override _buildstatus() in workingcommitctx
|
Thu, 08 Jan 2015 13:12:44 -0800 |
Martin von Zweigbergk |
status: cache dirstate status in _dirstatestatus()
|
Thu, 16 Oct 2014 21:49:28 -0700 |
Sean Farley |
localrepo: add ignoremissing parameter to branchtip
|
Mon, 15 Dec 2014 14:46:04 -0800 |
Sean Farley |
namespaces: add method to return a list of nodes for a given name
|
Tue, 21 Oct 2014 19:49:23 -0700 |
Sean Farley |
namespaces: add test for log
|
Fri, 17 Oct 2014 09:26:37 -0700 |
Sean Farley |
log: use new namespaces api to display names
|
Wed, 31 Dec 2014 16:50:19 -0600 |
Sean Farley |
tests: add a i18n translation test for log output
|
Fri, 09 Jan 2015 11:21:29 -0800 |
Durham Goode |
filectx: fix annotate to not directly instantiate filectx
|
Wed, 31 Dec 2014 18:39:41 -0500 |
Matt Harbison |
largefiles: don't print files as both large and normal in addremove dryruns
|
Wed, 31 Dec 2014 18:31:18 -0500 |
Matt Harbison |
largefiles: return the list of added files from addlargefiles()
|
Fri, 28 Nov 2014 21:44:41 -0500 |
Matt Harbison |
largefiles: align the output messages for an added file with core methods
|
Fri, 28 Nov 2014 21:03:44 -0500 |
Matt Harbison |
largefiles: align the output messages for a removed file with core methods
|
Thu, 06 Nov 2014 14:55:18 -0800 |
Sean Farley |
revset: use '%' as an operator for 'only'
|
Tue, 06 Jan 2015 21:56:33 -0800 |
Gregory Szorc |
transaction: support for callbacks during abort
|
Mon, 15 Dec 2014 14:11:19 -0800 |
Sean Farley |
debugnamecomplete: use new name api
|
Fri, 17 Oct 2014 13:41:29 -0700 |
Sean Farley |
debugnamecomplete: rename from debuglabelcomplete
|
Mon, 22 Dec 2014 09:07:37 -0800 |
Sean Farley |
namespaces: add __iter__ and iteritems methods
|
Mon, 15 Dec 2014 14:09:00 -0800 |
Sean Farley |
namespaces: add 'listnames' property
|
Wed, 07 Jan 2015 14:30:40 -0800 |
Martin von Zweigbergk |
test-bundle2-exchange: create temp script in $TESTTMP, not $TESTDIR
|
Wed, 07 Jan 2015 15:55:02 -0500 |
Augie Fackler |
manifest: drop withflags() method, which is now unused
|
Mon, 15 Dec 2014 16:06:04 -0500 |
Augie Fackler |
context: use new manifest.diff(clean=True) support
|
Mon, 15 Dec 2014 16:04:28 -0500 |
Augie Fackler |
manifest: add optional recording of clean entries to diff
|
Mon, 15 Dec 2014 15:33:55 -0500 |
Augie Fackler |
context: use manifest.diff() to compute most of status
|
Wed, 07 Jan 2015 11:02:10 -0800 |
Martin von Zweigbergk |
trydiff: replace dodiff=True/'binary' by binarydiff=False/True
|
Wed, 07 Jan 2015 10:59:40 -0800 |
Martin von Zweigbergk |
trydiff: replace 'dodiff = False' by 'continue'
|
Wed, 07 Jan 2015 08:54:26 -0800 |
Martin von Zweigbergk |
trydiff: make addindexmeta() unconditionally add index meta
|
Wed, 07 Jan 2015 08:46:52 -0800 |
Martin von Zweigbergk |
trydiff: remove unused code for git index of "combined diff"
|
Tue, 06 Jan 2015 22:55:01 -0800 |
Martin von Zweigbergk |
diff: remove dead assignment
|
Fri, 18 Apr 2014 13:33:20 +0200 |
Mads Kiilerich |
localrepo: show headline notes in commitctx before showing filenames
|
Fri, 15 Aug 2014 19:43:32 +0200 |
Mads Kiilerich |
bundle: when verbose, show what takes up the space in the generated bundle
|
Tue, 06 Jan 2015 16:30:52 -0800 |
Pierre-Yves David |
setdiscovery: factorize similar sampling code
|
Tue, 06 Jan 2015 16:30:37 -0800 |
Pierre-Yves David |
setdiscovery: drop shadowed 'undecided' assignment
|
Tue, 06 Jan 2015 20:14:52 -0800 |
Gregory Szorc |
hgweb: extract changelist entry generation into own function
|
Tue, 06 Jan 2015 15:29:02 -0800 |
Gregory Szorc |
templates: use CSS classes for diff styling
|
Tue, 06 Jan 2015 15:21:48 -0800 |
Gregory Szorc |
templates: remove unnecessary <span>
|
Tue, 06 Jan 2015 23:46:18 +0900 |
FUJIWARA Katsunori |
revset: introduce new operator "##" to concatenate strings/symbols at runtime
|
Fri, 28 Nov 2014 19:50:52 -0500 |
Matt Harbison |
largefiles: pass a matcher instead of a raw file list to removelargefiles()
|
Sat, 03 Jan 2015 17:50:21 +0800 |
Anton Shestakov |
hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)
|
Sun, 21 Dec 2014 14:34:07 -0800 |
Sean Farley |
namespaces: remove templatename method on the namespaces object
|
Sun, 21 Dec 2014 14:04:20 -0800 |
Sean Farley |
namespaces: remove names method on the namespaces object
|
Sun, 21 Dec 2014 14:01:52 -0800 |
Sean Farley |
templatekw: update namespace calls
|
Sun, 21 Dec 2014 13:56:32 -0800 |
Sean Farley |
namespaces: add __getitem__ property
|
Tue, 06 Jan 2015 18:18:28 -0600 |
Matt Mackall |
merge with stable
|
Mon, 05 Jan 2015 22:18:55 -0800 |
Gregory Szorc |
cmdutil.jsonchangeset: properly compute added and removed files
stable
|
Wed, 31 Dec 2014 18:18:56 -0500 |
Matt Harbison |
largefiles: convert addlargefiles() to vfs
|
Sun, 04 Jan 2015 01:29:07 +0100 |
Mads Kiilerich |
rebase: clarify comment about merge ancestor when rebasing merges
|
Mon, 05 Jan 2015 17:12:04 -0800 |
Martin von Zweigbergk |
status: don't list files as both clean and deleted
|
Mon, 05 Jan 2015 16:52:12 -0800 |
Martin von Zweigbergk |
status: don't list files as both removed and deleted
|
Tue, 06 Jan 2015 11:23:38 -0800 |
Pierre-Yves David |
revset-filelog: handle hidden linkrev for file missing for head (issue4490)
|
Thu, 27 Nov 2014 02:04:30 +0100 |
Mads Kiilerich |
run-tests: automatically add (glob) to "saved backup bundle to" lines
|
Mon, 05 Jan 2015 15:00:02 -0800 |
Pierre-Yves David |
transaction: use the right location when cleaning up backup file (issue4479)
|
Mon, 05 Jan 2015 15:46:14 -0600 |
Matt Mackall |
merge with stable
|
Mon, 05 Jan 2015 11:02:04 +0900 |
FUJIWARA Katsunori |
revset: delay showing parse error for the revset alias until it is referred
|
Sat, 03 Jan 2015 10:25:08 +0900 |
Yuya Nishihara |
revset: drop pre-lazyset optimization for stringset of subset == entire repo
stable
|
Sat, 03 Jan 2015 11:12:44 +0000 |
Christian Ebert |
keyword: update copyright year
|
Sat, 03 Jan 2015 11:11:46 +0000 |
Christian Ebert |
keyword: use vfs.reljoin and util.unlinkpath to remove kwdemo
|
Sun, 04 Jan 2015 15:26:26 -0500 |
Matt Harbison |
largefiles: properly sync lfdirstate after removing largefiles
stable
|
Mon, 29 Dec 2014 18:35:23 -0800 |
Pierre-Yves David |
linkrev-filelog: handle filtered linkrev with no visible children (issue4307)
|
Mon, 29 Dec 2014 17:23:16 -0800 |
Pierre-Yves David |
linkrev: work around linkrev to filtered entry in 'filelog' revset
|
Sun, 21 Dec 2014 13:06:24 -0800 |
Sean Farley |
namespaces: update documentation and code indentation
|
Fri, 19 Dec 2014 17:27:20 -0800 |
Sean Farley |
namespaces: use namespace object instead of dictionary
|
Fri, 19 Dec 2014 17:17:17 -0800 |
Sean Farley |
namespaces: copy implementation to new namespace object
|
Fri, 19 Dec 2014 17:00:28 -0800 |
Sean Farley |
namespaces: add a namespace object
|
Fri, 02 Jan 2015 13:30:38 +0100 |
Angel Ezquerra |
localrepo: use vfs.reljoin rather than os.path.join in the localrepository class
|
Wed, 26 Nov 2014 19:28:11 -0500 |
Matt Harbison |
largefiles: drop a redundant check for patterns when removing without --after
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: override _dirstatestatus in workingcommitctx for correct matching
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: avoid breaking already fixed self._status at ctx.status()
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: add workingcommitctx for exact context to be committed
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: make unknown/ignored/clean of cached status empty for equivalence
|
Wed, 31 Dec 2014 13:48:55 -0800 |
Gregory Szorc |
templatefilters.json: stabilize output
|
Wed, 31 Dec 2014 11:22:17 -0800 |
Gregory Szorc |
templatefilters.json: call functions
|
Thu, 01 Jan 2015 16:47:14 -0600 |
Matt Mackall |
merge with stable
|
Wed, 24 Dec 2014 03:26:48 -0800 |
Pierre-Yves David |
linkrev: also adjust linkrev when bootstrapping annotate (issue4305)
|
Mon, 29 Dec 2014 23:40:24 -0800 |
Pierre-Yves David |
linkrev: also adjust linkrev when bootstrapping 'follow' revset
|
Tue, 23 Dec 2014 16:14:39 -0800 |
Pierre-Yves David |
linkrev: introduce an 'introrev' method on filectx
|
Tue, 23 Dec 2014 15:30:38 -0800 |
Pierre-Yves David |
filectx.parents: enforce changeid of parent to be in own changectx ancestors
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: remove unreliable accessor methods from committablectx
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: cache self._status correctly at workingctx.status
|
Tue, 23 Dec 2014 18:30:46 -0800 |
Pierre-Yves David |
filectx.parents: also fetch the filelog of rename source too
|
Thu, 01 Jan 2015 16:30:11 -0600 |
Matt Mackall |
Added signature for changeset 1265a3a71d75
stable
|
Thu, 01 Jan 2015 16:29:51 -0600 |
Matt Mackall |
Added tag 3.2.4 for changeset 1265a3a71d75
stable
|
Wed, 31 Dec 2014 14:46:03 +0100 |
Mads Kiilerich |
largefiles: backout f72d73937853 - linear updates handle m -> a differently
stable 3.2.4
|
Wed, 31 Dec 2014 14:46:02 +0100 |
Mads Kiilerich |
largefiles: mark lfile as added in lfdirstate when the standin is added
stable
|
Wed, 31 Dec 2014 14:45:02 +0100 |
Mads Kiilerich |
tests: add test coverage for lfdirstate invalidation of linear update
stable
|
Tue, 30 Dec 2014 15:51:14 -0600 |
Matt Mackall |
test-subrepo-git: ignore global git config
|
Fri, 21 Nov 2014 16:02:26 -0800 |
Siddharth Agarwal |
tests/autodiff.py: explicitly only honor feature diffopts
|
Fri, 21 Nov 2014 16:01:55 -0800 |
Siddharth Agarwal |
cmdutil.changeset_printer: explicitly honor all diffopts
|
Tue, 18 Nov 2014 22:21:03 -0800 |
Siddharth Agarwal |
export: explicitly honor all diffopts
|
Fri, 21 Nov 2014 16:16:03 -0800 |
Siddharth Agarwal |
webcommands.annotate: explicitly only honor whitespace diffopts
|
Tue, 23 Dec 2014 18:29:03 -0800 |
Pierre-Yves David |
filectx.parents: filter nullrev parent sooner
|
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
|