Mercurial > hg-stable
graph
-
context: use manifest.diff() to compute most of statusMon, 15 Dec 2014 15:33:55 -0500, by Augie Fackler
-
trydiff: replace dodiff=True/'binary' by binarydiff=False/TrueWed, 07 Jan 2015 11:02:10 -0800, by Martin von Zweigbergk
-
trydiff: replace 'dodiff = False' by 'continue'Wed, 07 Jan 2015 10:59:40 -0800, by Martin von Zweigbergk
-
trydiff: make addindexmeta() unconditionally add index metaWed, 07 Jan 2015 08:54:26 -0800, by Martin von Zweigbergk
-
trydiff: remove unused code for git index of "combined diff"Wed, 07 Jan 2015 08:46:52 -0800, by Martin von Zweigbergk
-
diff: remove dead assignmentTue, 06 Jan 2015 22:55:01 -0800, by Martin von Zweigbergk
-
localrepo: show headline notes in commitctx before showing filenamesFri, 18 Apr 2014 13:33:20 +0200, by Mads Kiilerich
-
bundle: when verbose, show what takes up the space in the generated bundleFri, 15 Aug 2014 19:43:32 +0200, by Mads Kiilerich
-
setdiscovery: factorize similar sampling codeTue, 06 Jan 2015 16:30:52 -0800, by Pierre-Yves David
-
setdiscovery: drop shadowed 'undecided' assignmentTue, 06 Jan 2015 16:30:37 -0800, by Pierre-Yves David
-
hgweb: extract changelist entry generation into own functionTue, 06 Jan 2015 20:14:52 -0800, by Gregory Szorc
-
templates: use CSS classes for diff stylingTue, 06 Jan 2015 15:29:02 -0800, by Gregory Szorc
-
templates: remove unnecessary <span>Tue, 06 Jan 2015 15:21:48 -0800, by Gregory Szorc
-
revset: introduce new operator "##" to concatenate strings/symbols at runtimeTue, 06 Jan 2015 23:46:18 +0900, by FUJIWARA Katsunori
-
largefiles: pass a matcher instead of a raw file list to removelargefiles()Fri, 28 Nov 2014 19:50:52 -0500, by Matt Harbison
-
hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)Sat, 03 Jan 2015 17:50:21 +0800, by Anton Shestakov
-
namespaces: remove templatename method on the namespaces objectSun, 21 Dec 2014 14:34:07 -0800, by Sean Farley
-
namespaces: remove names method on the namespaces objectSun, 21 Dec 2014 14:04:20 -0800, by Sean Farley
-
templatekw: update namespace callsSun, 21 Dec 2014 14:01:52 -0800, by Sean Farley
-
namespaces: add __getitem__ propertySun, 21 Dec 2014 13:56:32 -0800, by Sean Farley
-
merge with stableTue, 06 Jan 2015 18:18:28 -0600, by Matt Mackall
-
cmdutil.jsonchangeset: properly compute added and removed files stableMon, 05 Jan 2015 22:18:55 -0800, by Gregory Szorc
-
largefiles: convert addlargefiles() to vfsWed, 31 Dec 2014 18:18:56 -0500, by Matt Harbison
-
rebase: clarify comment about merge ancestor when rebasing mergesSun, 04 Jan 2015 01:29:07 +0100, by Mads Kiilerich
-
status: don't list files as both clean and deletedMon, 05 Jan 2015 17:12:04 -0800, by Martin von Zweigbergk
-
status: don't list files as both removed and deletedMon, 05 Jan 2015 16:52:12 -0800, by Martin von Zweigbergk
-
revset-filelog: handle hidden linkrev for file missing for head (issue4490)Tue, 06 Jan 2015 11:23:38 -0800, by Pierre-Yves David
-
run-tests: automatically add (glob) to "saved backup bundle to" linesThu, 27 Nov 2014 02:04:30 +0100, by Mads Kiilerich
-
transaction: use the right location when cleaning up backup file (issue4479)Mon, 05 Jan 2015 15:00:02 -0800, by Pierre-Yves David
-
merge with stableMon, 05 Jan 2015 15:46:14 -0600, by Matt Mackall
-
revset: delay showing parse error for the revset alias until it is referredMon, 05 Jan 2015 11:02:04 +0900, by FUJIWARA Katsunori
-
revset: drop pre-lazyset optimization for stringset of subset == entire repo stableSat, 03 Jan 2015 10:25:08 +0900, by Yuya Nishihara
-
keyword: update copyright yearSat, 03 Jan 2015 11:12:44 +0000, by Christian Ebert
-
keyword: use vfs.reljoin and util.unlinkpath to remove kwdemoSat, 03 Jan 2015 11:11:46 +0000, by Christian Ebert
-
largefiles: properly sync lfdirstate after removing largefiles stableSun, 04 Jan 2015 15:26:26 -0500, by Matt Harbison
-
linkrev-filelog: handle filtered linkrev with no visible children (issue4307)Mon, 29 Dec 2014 18:35:23 -0800, by Pierre-Yves David
-
linkrev: work around linkrev to filtered entry in 'filelog' revsetMon, 29 Dec 2014 17:23:16 -0800, by Pierre-Yves David
-
namespaces: update documentation and code indentationSun, 21 Dec 2014 13:06:24 -0800, by Sean Farley
-
namespaces: use namespace object instead of dictionaryFri, 19 Dec 2014 17:27:20 -0800, by Sean Farley
-
namespaces: copy implementation to new namespace objectFri, 19 Dec 2014 17:17:17 -0800, by Sean Farley
-
namespaces: add a namespace objectFri, 19 Dec 2014 17:00:28 -0800, by Sean Farley
-
localrepo: use vfs.reljoin rather than os.path.join in the localrepository classFri, 02 Jan 2015 13:30:38 +0100, by Angel Ezquerra
-
largefiles: drop a redundant check for patterns when removing without --afterWed, 26 Nov 2014 19:28:11 -0500, by Matt Harbison
-
context: override _dirstatestatus in workingcommitctx for correct matchingWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
context: avoid breaking already fixed self._status at ctx.status()Wed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
context: add workingcommitctx for exact context to be committedWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
context: make unknown/ignored/clean of cached status empty for equivalenceWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
templatefilters.json: stabilize outputWed, 31 Dec 2014 13:48:55 -0800, by Gregory Szorc
-
templatefilters.json: call functionsWed, 31 Dec 2014 11:22:17 -0800, by Gregory Szorc
-
merge with stableThu, 01 Jan 2015 16:47:14 -0600, by Matt Mackall
-
linkrev: also adjust linkrev when bootstrapping annotate (issue4305)Wed, 24 Dec 2014 03:26:48 -0800, by Pierre-Yves David
-
linkrev: also adjust linkrev when bootstrapping 'follow' revsetMon, 29 Dec 2014 23:40:24 -0800, by Pierre-Yves David
-
linkrev: introduce an 'introrev' method on filectxTue, 23 Dec 2014 16:14:39 -0800, by Pierre-Yves David
-
filectx.parents: enforce changeid of parent to be in own changectx ancestorsTue, 23 Dec 2014 15:30:38 -0800, by Pierre-Yves David
-
context: remove unreliable accessor methods from committablectxWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
context: cache self._status correctly at workingctx.statusWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
filectx.parents: also fetch the filelog of rename source tooTue, 23 Dec 2014 18:30:46 -0800, by Pierre-Yves David
-
largefiles: backout f72d73937853 - linear updates handle m -> a differently stable 3.2.4Wed, 31 Dec 2014 14:46:03 +0100, by Mads Kiilerich