Mercurial > hg-stable
graph
-
merge with stableThu, 27 Nov 2014 12:25:01 -0600, by Matt Mackall
-
revert: look for copy information for all local modifications stableTue, 25 Nov 2014 19:40:54 -0800, by Pierre-Yves David
-
rename: properly report removed and added file as modified (issue4458) stableMon, 24 Nov 2014 18:42:56 -0800, by Pierre-Yves David
-
manifest: fix a bug where working copy file 'add' mark was buggy stableWed, 26 Nov 2014 14:54:16 -0800, by Pierre-Yves David
-
merge: be precise about what merged into what in short desc stableWed, 26 Nov 2014 17:22:09 +0300, by anatoly techtonik
-
docker: add Docker files for running an Apache mod_wsgi serverTue, 11 Nov 2014 20:32:10 -0800, by Gregory Szorc
-
merge: use None as filename for base in 'both created' conflictsMon, 24 Nov 2014 16:17:02 -0800, by Martin von Zweigbergk
-
merge: break out "both renamed a -> b" caseMon, 24 Nov 2014 16:42:36 -0800, by Martin von Zweigbergk
-
merge: separate out "both created" casesMon, 24 Nov 2014 16:16:34 -0800, by Martin von Zweigbergk
-
merge: indent to prepare for next patchMon, 24 Nov 2014 16:11:22 -0800, by Martin von Zweigbergk
-
merge with stableTue, 25 Nov 2014 17:30:05 -0600, by Matt Mackall
-
factotum: convert Plan 9 quoted string to Python stringTue, 25 Nov 2014 02:31:52 -0600, by David Eckhardt
-
plan9: setup check for current python buildTue, 25 Nov 2014 02:27:31 -0600, by Jeff Sickel
-
add: check for the existence of a file matched inexactly before adding itWed, 19 Nov 2014 22:27:55 -0500, by Matt Harbison
-
tests: choose the proper environment variable style for the platformThu, 20 Nov 2014 22:33:40 -0500, by Matt Harbison
-
tests: fix another multi-statement hook for WindowsThu, 20 Nov 2014 20:07:34 -0500, by Matt Harbison
-
run-tests: set a default largefiles usercache in the default hgrc fileWed, 19 Nov 2014 23:41:40 -0500, by Matt Harbison
-
merge: remove obsolete check for untracked files in 'dm' actionMon, 24 Nov 2014 09:50:27 -0800, by Martin von Zweigbergk
-
merge: remove dead assignment in applyupdates()Sun, 23 Nov 2014 23:10:34 -0800, by Martin von Zweigbergk
-
merge: move calculateupdates() before applyupdated()Fri, 21 Nov 2014 13:06:04 -0800, by Martin von Zweigbergk
-
merge: remove unused variables from _checkcollision()Mon, 24 Nov 2014 11:28:46 -0800, by Martin von Zweigbergk
-
largefiles: avoid exec-bit examination on the platform being unaware of it stableTue, 25 Nov 2014 18:37:28 +0900, by FUJIWARA Katsunori
-
merge with stableSat, 22 Nov 2014 17:09:04 -0600, by Matt Mackall
-
changegroup: fix file linkrevs during reorders (issue4462) stableThu, 20 Nov 2014 16:30:57 -0800, by Durham Goode
-
merge: consistently use single quotes for non-user-facing stringsThu, 20 Nov 2014 16:39:32 -0800, by Martin von Zweigbergk
-
localrepo: add a currenttransaction methodThu, 13 Nov 2014 11:12:47 +0000, by Pierre-Yves David
-
repoview: extract actual hidden cache writing in its own functionThu, 13 Nov 2014 11:11:17 +0000, by Pierre-Yves David
-
templates: fix broken "less" & "more" links in paper style (issue4460) stableFri, 21 Nov 2014 13:58:49 +0800, by Anton Shestakov
-
push: stop independent usage of bundle2 in syncphase (issue4454) stableWed, 19 Nov 2014 01:36:17 +0000, by Pierre-Yves David
-
dirstate: speed up repeated missing directory checksWed, 19 Nov 2014 23:15:07 -0800, by Martin von Zweigbergk
-
revert: access status fields by name rather than indexWed, 19 Nov 2014 17:07:27 -0800, by Martin von Zweigbergk
-
subrepo: remove "_getstorehashcachepath" referred by no other code pathsWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: replace direct file APIs around "writelines" by "vfs.writelines"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
vfs: add "writelines"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
vfs: add "notindexed" argument to invoke "ensuredir" with it in write modeWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: replace direct file APIs around "readlines" by "vfs.tryreadlines"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
vfs: add "readlines" and "tryreadlines"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: add "_cachestorehashvfs" to handle cache store hash files via vfsWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: remove "_calcfilehash" referred by no other code pathsWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: replace "_calcfilehash" invocation by "vfs.tryread"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: replace "os.path.exists" by "exists" via wvfs of the parentWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: avoid redundant "util.makedirs" invocationWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
merge: remove confusing comment about --forceWed, 19 Nov 2014 08:50:08 -0800, by Martin von Zweigbergk
-
phases: read pending data when appropriateFri, 17 Oct 2014 22:23:06 -0700, by Pierre-Yves David
-
bookmark: read pending data when appropriateSun, 28 Sep 2014 21:27:48 -0700, by Pierre-Yves David
-
test-bundle2: check visible data in pre/post-transaction hooksWed, 12 Nov 2014 16:54:57 +0000, by Pierre-Yves David
-
transaction: write pending generated filesFri, 17 Oct 2014 22:19:05 -0700, by Pierre-Yves David
-
transaction: have _generatefile return a booleanFri, 17 Oct 2014 21:57:32 -0700, by Pierre-Yves David
-
transaction: allow generating files with a suffixMon, 29 Sep 2014 01:29:08 -0700, by Pierre-Yves David
-
transaction: fix some docstring grammarWed, 19 Nov 2014 09:52:05 -0600, by Matt Mackall
-
transaction: accept a 'location' argument for registertmpWed, 12 Nov 2014 14:57:41 +0000, by Pierre-Yves David
-
tests: handle differences between missing file error strings on Windows and UnixTue, 18 Nov 2014 23:51:58 -0500, by Matt Harbison
-
run-tests: don't warn on unnecessary globs mandated by check-code.pyTue, 18 Nov 2014 22:02:00 -0500, by Matt Harbison
-
update: remove unnecessary check for unknown files with --checkTue, 18 Nov 2014 16:14:32 -0800, by Martin von Zweigbergk
-
merge with stableTue, 18 Nov 2014 12:29:30 -0600, by Matt Mackall
-
tests: move a multi-statement debuglocks hook into a shell script for WindowsSun, 16 Nov 2014 22:03:57 -0500, by Matt Harbison
-
tests: fix globs for WindowsSun, 16 Nov 2014 16:26:15 -0500, by Matt Harbison
-
run-tests: include quotes in the HGEDITOR value when storing sys.executableTue, 04 Nov 2014 12:46:00 -0500, by Matt Harbison
-
mq: when adding headers in plain mode, separate them from message (issue4453) stableMon, 17 Nov 2014 01:48:43 +0100, by Mads Kiilerich
-
mq: introduce insertplainheader - same naive implementation as before stableMon, 17 Nov 2014 01:48:19 +0100, by Mads Kiilerich