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
|