Thu, 20 Nov 2014 16:39:32 -0800 |
Martin von Zweigbergk |
merge: consistently use single quotes for non-user-facing strings
|
Thu, 13 Nov 2014 11:12:47 +0000 |
Pierre-Yves David |
localrepo: add a currenttransaction method
|
Thu, 13 Nov 2014 11:11:17 +0000 |
Pierre-Yves David |
repoview: extract actual hidden cache writing in its own function
|
Fri, 21 Nov 2014 13:58:49 +0800 |
Anton Shestakov |
templates: fix broken "less" & "more" links in paper style (issue4460)
stable
|
Wed, 19 Nov 2014 01:36:17 +0000 |
Pierre-Yves David |
push: stop independent usage of bundle2 in syncphase (issue4454)
stable
|
Wed, 19 Nov 2014 23:15:07 -0800 |
Martin von Zweigbergk |
dirstate: speed up repeated missing directory checks
|
Wed, 19 Nov 2014 17:07:27 -0800 |
Martin von Zweigbergk |
revert: access status fields by name rather than index
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: remove "_getstorehashcachepath" referred by no other code paths
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: replace direct file APIs around "writelines" by "vfs.writelines"
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
vfs: add "writelines"
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
vfs: add "notindexed" argument to invoke "ensuredir" with it in write mode
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: replace direct file APIs around "readlines" by "vfs.tryreadlines"
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
vfs: add "readlines" and "tryreadlines"
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: add "_cachestorehashvfs" to handle cache store hash files via vfs
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: remove "_calcfilehash" referred by no other code paths
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: replace "_calcfilehash" invocation by "vfs.tryread"
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: replace "os.path.exists" by "exists" via wvfs of the parent
|
Wed, 19 Nov 2014 18:35:14 +0900 |
FUJIWARA Katsunori |
subrepo: avoid redundant "util.makedirs" invocation
|
Wed, 19 Nov 2014 08:50:08 -0800 |
Martin von Zweigbergk |
merge: remove confusing comment about --force
|
Fri, 17 Oct 2014 22:23:06 -0700 |
Pierre-Yves David |
phases: read pending data when appropriate
|
Sun, 28 Sep 2014 21:27:48 -0700 |
Pierre-Yves David |
bookmark: read pending data when appropriate
|
Wed, 12 Nov 2014 16:54:57 +0000 |
Pierre-Yves David |
test-bundle2: check visible data in pre/post-transaction hooks
|
Fri, 17 Oct 2014 22:19:05 -0700 |
Pierre-Yves David |
transaction: write pending generated files
|
Fri, 17 Oct 2014 21:57:32 -0700 |
Pierre-Yves David |
transaction: have _generatefile return a boolean
|
Mon, 29 Sep 2014 01:29:08 -0700 |
Pierre-Yves David |
transaction: allow generating files with a suffix
|
Wed, 19 Nov 2014 09:52:05 -0600 |
Matt Mackall |
transaction: fix some docstring grammar
|
Wed, 12 Nov 2014 14:57:41 +0000 |
Pierre-Yves David |
transaction: accept a 'location' argument for registertmp
|
Tue, 18 Nov 2014 23:51:58 -0500 |
Matt Harbison |
tests: handle differences between missing file error strings on Windows and Unix
|
Tue, 18 Nov 2014 22:02:00 -0500 |
Matt Harbison |
run-tests: don't warn on unnecessary globs mandated by check-code.py
|
Tue, 18 Nov 2014 16:14:32 -0800 |
Martin von Zweigbergk |
update: remove unnecessary check for unknown files with --check
|
Tue, 18 Nov 2014 12:29:30 -0600 |
Matt Mackall |
merge with stable
|
Sun, 16 Nov 2014 22:03:57 -0500 |
Matt Harbison |
tests: move a multi-statement debuglocks hook into a shell script for Windows
|
Sun, 16 Nov 2014 16:26:15 -0500 |
Matt Harbison |
tests: fix globs for Windows
|
Tue, 04 Nov 2014 12:46:00 -0500 |
Matt Harbison |
run-tests: include quotes in the HGEDITOR value when storing sys.executable
|
Mon, 17 Nov 2014 01:48:43 +0100 |
Mads Kiilerich |
mq: when adding headers in plain mode, separate them from message (issue4453)
stable
|
Mon, 17 Nov 2014 01:48:19 +0100 |
Mads Kiilerich |
mq: introduce insertplainheader - same naive implementation as before
stable
|
Sun, 16 Nov 2014 19:57:40 +0100 |
Mads Kiilerich |
mq: when setting message in plain mode, separate it from header (issue4453)
stable
|
Sun, 16 Nov 2014 00:40:29 -0800 |
Siddharth Agarwal |
setdiscovery: avoid a full changelog graph traversal
|
Fri, 14 Nov 2014 19:40:30 -0800 |
Siddharth Agarwal |
ancestor: add a way to remove ancestors of bases from a given set
|
Fri, 14 Nov 2014 17:21:00 -0800 |
Siddharth Agarwal |
ancestor: add a way to add to bases of a missing ancestor object
|
Sun, 16 Nov 2014 00:39:29 -0800 |
Siddharth Agarwal |
ancestor: add a way to test whether a missing ancestor object has bases
|
Fri, 14 Nov 2014 16:53:40 -0800 |
Siddharth Agarwal |
ancestor: remove now-unused missingancestors function
|
Fri, 14 Nov 2014 16:52:40 -0800 |
Siddharth Agarwal |
revlog: switch findmissing* methods to incrementalmissingrevs
|
Sun, 16 Nov 2014 00:39:48 -0800 |
Siddharth Agarwal |
revlog: add a method to get missing revs incrementally
|
Sat, 15 Nov 2014 19:26:20 -0800 |
Siddharth Agarwal |
test-ancestor: add support for multiple tests against one incremental object
|
Fri, 14 Nov 2014 23:50:01 -0800 |
Siddharth Agarwal |
test-ancestor: move naive missing ancestor algorithm into a class
|
Fri, 14 Nov 2014 23:44:38 -0800 |
Siddharth Agarwal |
ancestor.missingancestors: turn into a state-keeping class
|
Fri, 14 Nov 2014 13:47:25 -0800 |
Siddharth Agarwal |
ancestor.missingancestors: calculate start point after filtering revsvisit
|
Fri, 14 Nov 2014 11:33:52 -0800 |
Siddharth Agarwal |
ancestor.missingancestors: don't discard from basesvisit
|
Sat, 15 Nov 2014 10:55:34 -0800 |
Siddharth Agarwal |
test-ancestor: use random testing for missing ancestors
|
Sat, 15 Nov 2014 18:52:44 -0800 |
Siddharth Agarwal |
test-ancestor: define a main function
|
Fri, 14 Nov 2014 14:50:03 -0800 |
Siddharth Agarwal |
test-ancestor: test iteration for lazyancestors
|
Fri, 14 Nov 2014 14:36:25 -0800 |
Siddharth Agarwal |
ancestor.lazyancestors: take parentrevs function rather than changelog
|
Sun, 16 Nov 2014 00:24:23 -0500 |
Matt Harbison |
remove: avoid a bogus warning about no tracked files when removing '.'
|
Wed, 12 Nov 2014 23:15:20 -0500 |
Matt Harbison |
remove: support remove with explicit paths in subrepos
|
Sat, 15 Nov 2014 21:36:19 -0500 |
Matt Harbison |
remove: recurse into subrepositories with --subrepos/-S flag
|
Sat, 15 Nov 2014 13:50:43 +0900 |
Yuya Nishihara |
cmdserver: protect pipe server streams against corruption caused by direct io
|
Sat, 15 Nov 2014 13:04:41 +0900 |
Yuya Nishihara |
cmdserver: postpone creation of pipe server until run()
|
Sat, 15 Nov 2014 12:43:35 +0900 |
Yuya Nishihara |
cmdserver: use given streams as pipe channels like other commands
|
Fri, 14 Nov 2014 16:38:58 -0800 |
Siddharth Agarwal |
revset.only: use cl.findmissingrevs
|
Fri, 14 Nov 2014 09:33:28 -0800 |
Martin von Zweigbergk |
manifestmerge: use already existing fl2 synonym for m2.flags(f)
|
Thu, 13 Nov 2014 23:12:15 -0800 |
Martin von Zweigbergk |
merge: drop underscore prefix from _checkunknown()
|
Wed, 12 Nov 2014 14:47:48 +0000 |
Pierre-Yves David |
transaction: drop special handling for phases and bookmarks generation
|
Fri, 17 Oct 2014 20:53:42 -0700 |
Pierre-Yves David |
transaction: use 'location' instead of 'vfs' objects for file generation
|
Wed, 05 Nov 2014 01:59:32 +0000 |
Pierre-Yves David |
transaction: use 'location' instead of 'vfs' in the addbackup method
|
Fri, 14 Nov 2014 00:14:23 +0000 |
Pierre-Yves David |
addbackup: handle file in subdirectory
|
Fri, 14 Nov 2014 14:54:55 +0000 |
Pierre-Yves David |
addbackup: use the vfs for the backup destination too
|
Thu, 13 Nov 2014 11:17:36 +0000 |
Pierre-Yves David |
transaction: set backupentries version to proper value
|
Thu, 13 Nov 2014 11:17:09 +0000 |
Pierre-Yves David |
transaction: support cache file in backupentries
|
Fri, 17 Oct 2014 21:04:35 -0700 |
Pierre-Yves David |
transaction: use the location value when doing backup
|
Fri, 17 Oct 2014 20:49:39 -0700 |
Pierre-Yves David |
transaction: pass a vfs map to the transaction
|
Wed, 05 Nov 2014 01:52:46 +0000 |
Pierre-Yves David |
transaction: change the on disk format for backupentries
|
Thu, 13 Nov 2014 15:47:15 -0500 |
Augie Fackler |
silenttestrunner: add environment variable to make tests noisy again
|
Fri, 14 Nov 2014 05:58:59 -0800 |
Martin von Zweigbergk |
largefiles: update comments to refer to the right overridden method
|
Thu, 13 Nov 2014 21:36:38 -0800 |
Siddharth Agarwal |
revlog: cache chain info after calculating it for a rev (issue4452)
|
Wed, 22 Oct 2014 21:38:30 -0700 |
Martin von Zweigbergk |
manifest: add matches() method
|
Wed, 12 Nov 2014 22:20:36 -0800 |
Martin von Zweigbergk |
context.status: pass status tuple into _buildstatus
|
Wed, 12 Nov 2014 22:07:31 -0800 |
Martin von Zweigbergk |
context.status: avoid de- and reconstructing status tuple
|
Wed, 12 Nov 2014 16:51:11 -0800 |
Martin von Zweigbergk |
context.status: make _dirstatestatus() return an status tuple
|
Wed, 12 Nov 2014 21:19:07 -0800 |
Martin von Zweigbergk |
context.status: wipe deleted/unknown/ignored fields when reversed
|
Wed, 12 Nov 2014 23:50:21 -0800 |
Siddharth Agarwal |
patch.trydiff: add support for noprefix
|
Wed, 12 Nov 2014 23:29:14 -0800 |
Siddharth Agarwal |
mdiff.unidiff: add support for noprefix
|
Thu, 13 Nov 2014 00:13:48 -0800 |
Siddharth Agarwal |
diff: add a --noprefix option
|
Thu, 13 Nov 2014 00:08:44 -0800 |
Siddharth Agarwal |
patch.diffopts: add support for noprefix
|
Wed, 12 Nov 2014 23:47:25 -0800 |
Siddharth Agarwal |
patch.diffopts: allow a setting to be forced in plain mode
|
Wed, 12 Nov 2014 23:44:17 -0800 |
Siddharth Agarwal |
patch.diffopts: break get function into if statements
|
Wed, 12 Nov 2014 23:25:32 -0800 |
Siddharth Agarwal |
mdiff.diffopts: add a new noprefix option
|
Wed, 12 Nov 2014 23:19:44 -0800 |
Siddharth Agarwal |
mdiff.diffopts: add doc comment for nobinary
|
Sat, 08 Nov 2014 17:08:09 +0000 |
Pierre-Yves David |
changelog: register changelog.i.a as a temporary file
|
Wed, 05 Nov 2014 09:27:08 +0000 |
Pierre-Yves David |
transaction: allow registering a temporary transaction file
|
Thu, 13 Nov 2014 10:22:47 +0000 |
Pierre-Yves David |
transaction: always generate file on close
|
Sun, 09 Nov 2014 12:31:34 -0500 |
Matt Harbison |
remove: move most of the implementation into cmdutils.remove()
|
Tue, 11 Nov 2014 20:08:19 -0800 |
Siddharth Agarwal |
revlog: increase I/O bound to 4x the amount of data consumed
|
Tue, 11 Nov 2014 20:01:19 -0800 |
Siddharth Agarwal |
revlog: bound based on the length of the compressed deltas
|
Tue, 11 Nov 2014 19:54:36 -0800 |
Siddharth Agarwal |
revlog: compute length of compressed deltas along with chain length
|
Tue, 11 Nov 2014 21:41:12 -0800 |
Siddharth Agarwal |
revlog: store fulltext when compressed delta is bigger than it
|
Tue, 11 Nov 2014 21:39:56 -0800 |
Siddharth Agarwal |
revlog: make a predicate clearer with parens
|
Wed, 05 Nov 2014 13:06:24 +0000 |
Pierre-Yves David |
transaction: extract backupentry registration in a dedicated function
|
Sat, 08 Nov 2014 16:35:15 +0000 |
Pierre-Yves David |
transaction: pass the transaction to 'postclose' callback
|
Sat, 08 Nov 2014 16:31:38 +0000 |
Pierre-Yves David |
transaction: pass the transaction to 'finalize' callback
|
Sat, 08 Nov 2014 16:27:50 +0000 |
Pierre-Yves David |
transaction: pass the transaction to 'pending' callback
|
Wed, 05 Nov 2014 10:22:17 +0000 |
Pierre-Yves David |
transaction: gather backupjournal logic together in the __init__
|
Wed, 05 Nov 2014 01:38:48 +0000 |
Pierre-Yves David |
transaction: handle missing file in backupentries (instead of using entries)
|
Wed, 05 Nov 2014 01:23:40 +0000 |
Pierre-Yves David |
test-hup: use ls instead of echo
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: move "copyalltostore" invocation into "markcommitted"
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: update standins only at the 1st commit of "transplant --continue"
|
Sat, 08 Nov 2014 00:48:38 +0900 |
FUJIWARA Katsunori |
largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
|
Wed, 12 Nov 2014 15:18:30 -0600 |
Matt Mackall |
merge with stable
|
Sat, 08 Nov 2014 13:14:19 +0900 |
Yuya Nishihara |
util.system: remove unused handling of onerr=ui
|
Sat, 08 Nov 2014 13:06:22 +0900 |
Yuya Nishihara |
util.system: use ui.system() in place of optional ui.fout parameter
|
Sat, 08 Nov 2014 12:57:42 +0900 |
Yuya Nishihara |
ui: introduce util.system() wrapper to make sure ui.fout is used
|
Wed, 12 Nov 2014 22:21:51 +0900 |
Yuya Nishihara |
hook: remove redundant code to redirect http hook output to client stream
|
Wed, 12 Nov 2014 21:53:44 +0900 |
Yuya Nishihara |
hgk: forward command output to ui.fout consistently
|
Tue, 11 Nov 2014 18:43:19 -0600 |
Matt Mackall |
merge with stable
|
Tue, 11 Nov 2014 17:25:09 -0600 |
Matt Mackall |
Added signature for changeset 643c58303fb0
stable
|
Tue, 11 Nov 2014 17:24:47 -0600 |
Matt Mackall |
Added tag 3.2.1 for changeset 643c58303fb0
stable
|
Mon, 10 Nov 2014 13:20:56 -0500 |
Augie Fackler |
run-tests: use a try/except ladder instead of looking for a specific version
|
Mon, 10 Nov 2014 13:27:25 -0500 |
Augie Fackler |
hghave: use a less brittle have-json check
|
Wed, 15 Oct 2014 12:39:19 -0700 |
Sean Farley |
sortdict: add insert method
|
Sun, 09 Nov 2014 13:15:28 -0800 |
Sean Farley |
sortdict: add iteritems method
|
Sat, 08 Nov 2014 23:13:39 -0800 |
Martin von Zweigbergk |
addremove: add back forgotten files (BC)
|
Mon, 10 Nov 2014 14:51:18 -0800 |
Martin von Zweigbergk |
add: add back forgotten files even when not matching exactly (BC)
|
Tue, 11 Nov 2014 10:16:54 -0800 |
Martin von Zweigbergk |
context.status: explain "caching reasons" more fully
|
Tue, 11 Nov 2014 10:35:06 -0500 |
Augie Fackler |
localrepo: rename revlog.maxchainlen to format.maxchainlen
|
Thu, 06 Nov 2014 14:20:05 -0800 |
Mateusz Kwapich |
revlog: add config variable for limiting delta-chain length
|
Thu, 06 Nov 2014 14:08:25 -0800 |
Mateusz Kwapich |
debugrevlog: fix computing chain length in debugrevlog -d
|
Wed, 05 Nov 2014 10:13:01 +0000 |
Pierre-Yves David |
transaction: factorise append-only file registration
|
Wed, 05 Nov 2014 13:00:48 +0000 |
Pierre-Yves David |
transaction: document `tr.add`
|
Wed, 05 Nov 2014 10:05:38 +0000 |
Pierre-Yves David |
transaction: drop backupentries logic from startgroup and endgroup
|
Wed, 05 Nov 2014 10:00:15 +0000 |
Pierre-Yves David |
transaction: document startgroup and endgroup
|
Wed, 05 Nov 2014 09:31:57 +0000 |
Pierre-Yves David |
transaction: mark backup-related attributes private
|
Wed, 05 Nov 2014 01:30:29 +0000 |
Pierre-Yves David |
transaction: document the contents of `tr.backupentries`
|
Wed, 05 Nov 2014 01:33:16 +0000 |
Pierre-Yves David |
transaction: drop the third item in `tr.backupentries`
|
Mon, 10 Nov 2014 10:44:42 -0800 |
Durham Goode |
rebase: fix rebase with no common ancestors (issue4446)
stable 3.2.1
|
Thu, 06 Nov 2014 10:57:13 -0500 |
Augie Fackler |
test-run-tests: accept more levels of precision and trailing ws (issue4440)
stable
|
Mon, 10 Nov 2014 17:29:15 -0600 |
Matt Mackall |
merge with stable
|
Fri, 07 Nov 2014 17:54:59 -0800 |
Siddharth Agarwal |
changegroup.cg2packer: lookup 'group' via inheritance chain
|
Thu, 23 Oct 2014 17:00:38 -0700 |
Martin von Zweigbergk |
context.status: only filter suspect symlinks in the dirstate status
|
Thu, 23 Oct 2014 16:19:56 -0700 |
Martin von Zweigbergk |
context.status: inline _poststatus()
|
Sun, 12 Oct 2014 00:06:40 -0700 |
Martin von Zweigbergk |
context.status: remove now-empty _prestatus()
|
Sat, 11 Oct 2014 23:30:08 -0700 |
Martin von Zweigbergk |
context.status: call _dirstatestatus() from within _buildstatus()
|
Sun, 12 Oct 2014 00:00:13 -0700 |
Martin von Zweigbergk |
context.status: move manifest caching trick to _buildstatus()
|
Sat, 11 Oct 2014 23:18:53 -0700 |
Martin von Zweigbergk |
context.status: remove unused arguments from _matchstatus()
|
Thu, 23 Oct 2014 13:43:20 -0700 |
Martin von Zweigbergk |
context.status: remove overriding in workingctx
|
Mon, 20 Oct 2014 14:20:43 -0400 |
Mike Edgar |
synthrepo: when adding files, ensure new path is not a directory
|
Mon, 20 Oct 2014 13:59:13 -0400 |
Mike Edgar |
synthrepo: synthesized dates must be positive, fit in 32-bit signed ints
|
Thu, 06 Nov 2014 01:48:29 +0100 |
Mads Kiilerich |
discovery: test coverage for issue4438 / 86c35b7ae300 / 73cfaa348650
|
Wed, 05 Nov 2014 21:33:45 -0500 |
Matt Harbison |
hgweb: fix a crash when using web.archivesubrepos
stable
|
Wed, 05 Nov 2014 20:31:58 -0500 |
Matt Harbison |
tests: introduce a subrepository to test-archive.t
stable
|
Tue, 04 Nov 2014 21:45:26 -0800 |
Martin von Zweigbergk |
test-status-rev: add tests for plain dirstate and inter-revision status
|
Tue, 04 Nov 2014 21:22:46 -0800 |
Martin von Zweigbergk |
test-status-rev: remove unnecessary initial commit
|
Tue, 04 Nov 2014 16:10:20 -0800 |
Martin von Zweigbergk |
test-status-rev: use one glob for each expected status
|
Tue, 04 Nov 2014 15:36:35 -0800 |
Martin von Zweigbergk |
test-status-rev: remove duplicate tests
|
Thu, 06 Nov 2014 22:48:20 -0800 |
Gregory Szorc |
changegroup: sparsely populate fnodes
stable
|
Thu, 06 Nov 2014 22:33:48 -0800 |
Gregory Szorc |
changegroup: don't store unused value on fnodes (issue4443)
stable
|
Thu, 06 Nov 2014 20:57:12 -0800 |
Gregory Szorc |
changegroup: don't define lookupmf() until it is needed
stable
|
Wed, 05 Nov 2014 18:31:39 +0000 |
Pierre-Yves David |
mail: actually use the verifycert config value
stable
|
Tue, 28 Oct 2014 14:58:36 +0100 |
Pierre-Yves David |
exchange: use the postclose API on transaction
|
Tue, 28 Oct 2014 15:44:23 +0100 |
Pierre-Yves David |
changegroup: use the 'postclose' API on transaction
|
Tue, 28 Oct 2014 14:24:43 +0100 |
Pierre-Yves David |
transaction: allow registering a post-close callback
|
Fri, 24 Oct 2014 15:58:46 -0400 |
Mike Edgar |
exchange: swap "push" for "pull" in pulloperation docstring
|
Wed, 29 Oct 2014 12:46:08 -0400 |
Mike Edgar |
exchange: prepare kwargs for bundle2 part generation exactly once
|
Sat, 25 Oct 2014 00:40:51 -0400 |
Mike Edgar |
exchange: fix indentation in _pullchangeset
|
Fri, 24 Oct 2014 16:26:44 -0400 |
Mike Edgar |
dagutil: fix id/ix typos in docstrings
|
Thu, 06 Nov 2014 11:55:37 +0000 |
Pierre-Yves David |
patchbomb: extract 'getpatchmsgs' closure into its own function
|
Thu, 06 Nov 2014 11:57:48 +0000 |
Pierre-Yves David |
patchbomb: extract 'makeintro' closure into its own function
|
Tue, 04 Nov 2014 21:48:23 +0000 |
Pierre-Yves David |
patchbomb: extract 'getbundlemsgs' closure in its own function
|
Tue, 04 Nov 2014 21:41:35 +0000 |
Pierre-Yves David |
patchbomb: extract 'getdescription' closure in its own function
|
Tue, 04 Nov 2014 21:33:57 +0000 |
Pierre-Yves David |
patchbomb: extract 'getbundle' closure in its own function
|
Tue, 04 Nov 2014 21:28:57 +0000 |
Pierre-Yves David |
patchbomb: extract 'getpatches' closure in its own function
|
Tue, 04 Nov 2014 21:22:59 +0000 |
Pierre-Yves David |
patchbomb: extract 'getoutgoing' closure into its own function
|
Thu, 06 Nov 2014 09:52:57 +0000 |
Pierre-Yves David |
bundle2: handle empty 'b2x:changegroup' value in push and pull
|
Thu, 06 Nov 2014 10:05:43 +0000 |
Pierre-Yves David |
bundle2: drop duplicated definition of 'b2x:exchange'
|
Thu, 06 Nov 2014 09:36:39 +0100 |
Thomas Arendsen Hein |
convert: use git diff-tree -Cn% instead of --find-copies=n% for older git
stable
|
Sat, 18 Oct 2014 01:09:41 -0700 |
Pierre-Yves David |
changelog: rely on transaction for finalization
|
Fri, 17 Oct 2014 22:28:09 -0700 |
Pierre-Yves David |
transaction: allow registering a finalization callback
|
Fri, 17 Oct 2014 21:55:31 -0700 |
Pierre-Yves David |
changelog: handle writepending in the transaction
|
Fri, 17 Oct 2014 21:19:54 -0700 |
Pierre-Yves David |
transaction: add 'writepending' logic
|
Sat, 18 Oct 2014 01:12:18 -0700 |
Pierre-Yves David |
changelog: rework the delayupdate mechanism
|
Wed, 05 Nov 2014 12:41:12 -0600 |
Matt Mackall |
merge with stable
|
Wed, 05 Nov 2014 17:25:00 +0000 |
Pierre-Yves David |
bookmarks: fix formatting of exchange message (issue4439)
stable
|
Tue, 04 Nov 2014 12:26:06 -0800 |
Martin von Zweigbergk |
test-status-rev: document one more broken test
|
Tue, 04 Nov 2014 16:09:52 -0800 |
Martin von Zweigbergk |
test-status-rev: use common script for generating file history
|
Mon, 20 Oct 2014 23:56:55 -0700 |
Martin von Zweigbergk |
test-status-rev: use same names as from generate-working-copy-states
|
Mon, 03 Nov 2014 16:27:01 -0800 |
Martin von Zweigbergk |
test-revert: move embedded script to its own file
|
Sat, 18 Oct 2014 22:00:08 -0700 |
Martin von Zweigbergk |
test-revert: simplify generation of files
|
Wed, 05 Nov 2014 11:16:31 -0600 |
Matt Mackall |
merge with stable
|
Wed, 05 Nov 2014 13:05:32 +0100 |
Mads Kiilerich |
discovery: indices between sample and yesno must match (issue4438)
stable
|
Wed, 05 Nov 2014 13:05:29 +0100 |
Mads Kiilerich |
discovery: limit 'all local heads known remotely' to real 'all' (issue4438)
stable
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: avoid printing messages while rebasing by "_lfstatuswriters"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: get function to write status messages via "getstatuswriter()"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: introduce "_lfstatuswriters" to customize status reporting
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: update standins only at the 1st commit of "hg rebase --continue"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: introduce "_lfcommithooks" to abstract pre-committing procedures
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: factor out procedures to update standins for pre-committing
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: factor out procedures to update lfdirstate for post-committing
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: remove meaningless code path for "hg pull --rebase"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: wrap "rebase.rebase" for functions using it directly
|
Fri, 17 Oct 2014 14:41:11 +0200 |
Sune Foldager |
changegroup: introduce cg2packer/unpacker
|
Fri, 17 Oct 2014 12:19:24 -0700 |
Pierre-Yves David |
push: send highest changegroup format supported by both side
|
Fri, 17 Oct 2014 14:59:10 +0200 |
Pierre-Yves David |
getbundle: send highest changegroup format supported by both side
|
Fri, 17 Oct 2014 14:41:21 +0200 |
Sune Foldager |
changegroup: allow use of different cg#packer in getchangegroupraw
|
Fri, 17 Oct 2014 14:41:02 +0200 |
Sune Foldager |
changegroup: introduce "raw" versions of some commands
|
Tue, 04 Nov 2014 16:43:33 -0600 |
Matt Mackall |
merge with stable
|
Tue, 04 Nov 2014 21:54:27 +0100 |
Pascal Quantin |
win32: remove Mercurial.ini file from Inno Setup installer (issue4435)
|
Tue, 04 Nov 2014 21:35:49 +0100 |
Pascal Quantin |
win32: fix win32 installers generation
|
Tue, 04 Nov 2014 13:38:33 +0000 |
Pierre-Yves David |
patchbomb: add label and color to the confirm output
|
Tue, 04 Nov 2014 23:41:46 +0900 |
Yuya Nishihara |
tests: write hgrc of more than two lines by using shell heredoc
|
Tue, 04 Nov 2014 10:40:06 +0000 |
Pierre-Yves David |
perf: use a formatter for output
|
Wed, 24 Sep 2014 21:33:12 -0700 |
Pierre-Yves David |
bundle2: support a "version" argument in `changegroup` part
|
Wed, 24 Sep 2014 21:28:54 -0700 |
Pierre-Yves David |
bundle2caps: advertise the available versions for changegroup packer
|
Wed, 24 Sep 2014 21:24:06 -0700 |
Pierre-Yves David |
changegroup: add a "packermap" dictionary to track different packer versions
|
Mon, 03 Nov 2014 12:08:03 -0500 |
Matt Harbison |
templater: don't overwrite the keyword mapping in runsymbol() (issue4362)
stable
|
Thu, 16 Oct 2014 23:15:35 -0700 |
Pierre-Yves David |
revset-matching: call 'getset' on a 'fullreposet'
|
Thu, 16 Oct 2014 23:15:06 -0700 |
Pierre-Yves David |
revset-parentspec: call 'getset' on a 'fullreposet'
|
Thu, 16 Oct 2014 23:14:17 -0700 |
Pierre-Yves David |
revset-children: call 'getset' on a 'fullreposet'
|
Thu, 16 Oct 2014 23:11:25 -0700 |
Pierre-Yves David |
revset-ancestorspec: call 'getset' on a 'fullreposet'
|
Thu, 16 Oct 2014 23:10:44 -0700 |
Pierre-Yves David |
revset-rangeset: call 'getset' on a 'fullreposet'
|
Sun, 19 Oct 2014 22:19:22 -0700 |
Martin von Zweigbergk |
test-revert: make sure all 'tracked' files are really tracked
|
Sat, 18 Oct 2014 18:12:54 -0700 |
Martin von Zweigbergk |
test-revert: sort by output filename again
|
Mon, 20 Oct 2014 22:54:18 -0700 |
Martin von Zweigbergk |
test-revert: name files by state, not by state transition
|
Fri, 17 Oct 2014 06:27:43 -0700 |
Martin von Zweigbergk |
test-revert: temporarily sort by input states instead of output filename
|
Sat, 18 Oct 2014 22:23:19 -0700 |
Martin von Zweigbergk |
test-revert: put content, not keys, into 'combination'
|
Fri, 17 Oct 2014 09:02:30 -0700 |
Martin von Zweigbergk |
test-revert: replace 'removed' in working copy with 'untracked-deleted'
|
Thu, 16 Oct 2014 23:59:08 -0700 |
Martin von Zweigbergk |
test-revert: removing a missing file has no effect
|
Fri, 17 Oct 2014 00:39:26 -0700 |
Martin von Zweigbergk |
test-revert: reverting an addition is the same as removing
|
Thu, 16 Oct 2014 23:36:40 -0700 |
Martin von Zweigbergk |
test-revert: reverting no change means it's clean
|
Mon, 03 Nov 2014 16:56:32 -0600 |
Matt Mackall |
merge with stable
|
Sun, 02 Nov 2014 15:27:15 -0500 |
Matt Harbison |
extdiff: drop the command alias without options example in the help text
|
Fri, 31 Oct 2014 21:34:55 -0400 |
Matt Harbison |
extdiff: allow a preconfigured merge-tool to be invoked
|
Mon, 03 Nov 2014 16:30:21 -0600 |
Matt Mackall |
extdiff: sort files when snapshotting
|
Sun, 02 Nov 2014 14:58:50 -0500 |
Matt Harbison |
filemerge: split the logic for finding an external tool to its own function
|
Sun, 02 Nov 2014 13:18:08 -0800 |
Martin von Zweigbergk |
largefiles: simplify check for lack of path arguments
|
Fri, 31 Oct 2014 14:11:47 -0700 |
Martin von Zweigbergk |
largefiles: shortcircuit status code also for non-matching patterns
|
Mon, 27 Oct 2014 21:10:24 -0700 |
Martin von Zweigbergk |
largefiles: remove confusing 'or None' from predicate
|
Thu, 30 Oct 2014 22:32:39 -0700 |
Martin von Zweigbergk |
largefiles: drop unnecessary setting of matcher._always
|
Sun, 19 Oct 2014 03:22:23 +0200 |
Mads Kiilerich |
config: move mergetools configuration from contrib to default configuration
|
Thu, 04 Sep 2014 21:36:35 +0200 |
Mads Kiilerich |
config: introduce "built-in" default configuration settings in default.d
|
Sat, 18 Oct 2014 21:48:38 +0200 |
Mads Kiilerich |
contrib: buildrpm checking of md5 checksums of downloaded Python and Docutils
|