Mercurial > hg-stable
graph
-
mq: switch to new summary hook mechanismTue, 14 May 2013 11:23:16 -0700, by Bryan O'Sullivan
-
summary: augment output with info from extensionsTue, 14 May 2013 11:23:15 -0700, by Bryan O'Sullivan
-
merge with stableThu, 16 May 2013 16:20:10 -0500, by Matt Mackall
-
bundle-ng: move progress handling out of the linkrev callbackFri, 10 May 2013 23:48:03 +0200, by Benoit Boissinot
-
bundle-ng: simplify lookup and state handlingFri, 10 May 2013 23:14:54 +0200, by Benoit Boissinot
-
bundle-ng: simplify bundle10.generateFri, 10 May 2013 22:57:54 +0200, by Sune Foldager
-
shrink: delete extension preventing further refactoring (BC)Fri, 10 May 2013 22:47:12 +0200, by Benoit Boissinot
-
bundle-ng: move bundle generation to changegroup.pySun, 10 Feb 2013 16:03:20 +0100, by Benoit Boissinot
-
bundle-ng: unify _changegroup and _changegroupsubsetFri, 10 May 2013 22:20:32 +0200, by Benoit Boissinot
-
bundle-ng: move gengroup into bundler, pass repo object to bundlerFri, 10 May 2013 21:35:49 +0200, by Sune Foldager
-
bundle-ng: add bundlecaps argument to getbundle() commandSat, 09 Feb 2013 23:42:03 +0100, by Benoit Boissinot
-
bundle-ng: move group into the bundlerFri, 10 May 2013 21:03:01 +0200, by Sune Foldager
-
bundle-ng: move bundler creation up in the stackFri, 10 May 2013 20:37:41 +0200, by Benoit Boissinot
-
i18n: fix untranslated prompts with translated responses (issue3936) stableWed, 15 May 2013 21:36:19 -0500, by Kevin Bullock
-
help: stop documentation markup appearing in generated help stableWed, 15 May 2013 22:19:12 +0100, by Mike Williams
-
merge with stableTue, 14 May 2013 18:52:52 -0500, by Matt Mackall
-
ui: use util.sizetoint in configbytesTue, 14 May 2013 15:16:44 -0700, by Bryan O'Sullivan
-
util: migrate fileset._sizetoint to util.sizetointTue, 14 May 2013 15:16:43 -0700, by Bryan O'Sullivan
-
dirstate.status: avoid full walks when possibleTue, 23 Apr 2013 14:16:33 -0700, by Siddharth Agarwal
-
dirstate.walk: add a flag to let extensions avoid full walksMon, 22 Apr 2013 17:11:18 -0700, by Siddharth Agarwal
-
merge with stableMon, 13 May 2013 17:47:04 -0500, by Matt Mackall
-
i18n: fix partially-translated prompts (issue3928) (issue3929) stable 2.6.1Mon, 13 May 2013 17:44:35 -0500, by Matt Mackall
-
pathencode: grow buffers to increase safety margin stableFri, 10 May 2013 11:23:50 -0500, by Matt Mackall
-
merge with stableMon, 13 May 2013 13:02:01 -0500, by Kevin Bullock
-
help/config: note 64-bit Windows registry key used with 32-bit Python stableSun, 12 May 2013 10:09:34 +0100, by Mike Williams
-
httpclient: upgrade to fe8c09e4db64 of httpplusSat, 11 May 2013 20:25:15 -0500, by Augie Fackler
-
splicemap: support paths with spaces in splicemap (issue3844)Wed, 08 May 2013 20:55:56 +0200, by Szymon Wroblewski
-
branch: strip whitespace before testing known branch name stableTue, 07 May 2013 23:49:03 +0900, by Yuya Nishihara
-
merge with stableThu, 09 May 2013 18:34:04 -0500, by Matt Mackall
-
copies: refactor checkcopies() into a top level methodWed, 01 May 2013 10:44:21 -0700, by Durham Goode
-
store: move top file walk to a separate functionWed, 08 May 2013 14:22:00 -0700, by Durham Goode
-
clone: move file stream walk to a separate functionWed, 01 May 2013 10:38:41 -0700, by Durham Goode
-
dirstate._walkexplicit: inline dirsnotfound.appendTue, 07 May 2013 14:20:34 -0700, by Siddharth Agarwal
-
dirstate._walkexplicit: rename work to dirsfoundTue, 07 May 2013 14:19:04 -0700, by Siddharth Agarwal
-
dirstate.walk: refactor explicit walk into separate functionTue, 07 May 2013 10:02:55 -0700, by Siddharth Agarwal
-
dirstate.walk: pull skipstep3 out of the explicit walk codeTue, 07 May 2013 09:31:00 -0700, by Siddharth Agarwal
-
dirstate.walk: move dirignore filter out of explicit walk codeTue, 07 May 2013 09:47:10 -0700, by Siddharth Agarwal
-
dirstate.walk: maintain a list of dirs not foundTue, 07 May 2013 09:29:43 -0700, by Siddharth Agarwal
-
highlight: fix page layout with empty first and last lines stableFri, 10 May 2013 00:26:39 +0400, by Alexander Plavin
-
check-code: add another Windows pathsep ruleThu, 09 May 2013 15:22:54 -0500, by Matt Mackall
-
merge with stableThu, 09 May 2013 15:22:21 -0500, by Matt Mackall
-
tests: quiet strip to avoid commandserver pathsep issue stableThu, 09 May 2013 15:17:29 -0500, by Matt Mackall
-
tests: fix unionrepo path issue on msys (issue3927) stableThu, 09 May 2013 15:01:11 -0500, by Matt Mackall
-
merge with stableThu, 09 May 2013 10:51:03 -0500, by Matt Mackall
-
largefiles: check unknown files with case awareness of the filesystem stableTue, 07 May 2013 05:04:11 +0900, by FUJIWARA Katsunori
-
largefiles: check existence of the file with case awareness of the filesystem stableTue, 07 May 2013 05:04:11 +0900, by FUJIWARA Katsunori
-
windows: check target type before actual unlinking to follow POSIX semantics stableTue, 07 May 2013 05:04:11 +0900, by FUJIWARA Katsunori
-
Merge with stable.Thu, 09 May 2013 09:51:42 -0400, by Augie Fackler
-
manifestmerge: local unknown, remote created: don't traverse symlinksWed, 08 May 2013 14:11:01 -0700, by Siddharth Agarwal
-
subrepo: open files in 'rb' mode to read exact data in (issue3926) stableThu, 09 May 2013 21:09:58 +0900, by FUJIWARA Katsunori
-
patch: use scmutil.marktouched instead of scmutil.addremoveThu, 04 Apr 2013 13:45:21 -0700, by Siddharth Agarwal
-
scmutil: add a function to mark that files have been operated onThu, 04 Apr 2013 13:38:28 -0700, by Siddharth Agarwal
-
scmutil.addremove: factor out code to mark added/removed/renamesWed, 03 Apr 2013 15:53:59 -0700, by Siddharth Agarwal