Mercurial > hg
graph
-
workingctx: remove unneeded __repr__ since it is now inheritedWed, 14 Aug 2013 13:32:44 -0500, by Sean Farley
-
hgweb: import the whole util module in webcommands instead of just one functionTue, 03 Sep 2013 20:02:53 +0400, by Alexander Plavin
-
hgweb: add string constants for search mode namesWed, 04 Sep 2013 19:40:04 +0400, by Alexander Plavin
-
addremove: don't do full walksWed, 04 Sep 2013 18:42:55 -0700, by Siddharth Agarwal
-
merge with mpmThu, 05 Sep 2013 11:45:27 -0400, by Augie Fackler
-
merge with mpmTue, 03 Sep 2013 17:06:19 -0400, by Augie Fackler
-
pack_dirstate: only invalidate mtime for files written in the last secondSat, 17 Aug 2013 20:48:49 -0700, by Siddharth Agarwal
-
dirstate.status: don't ignore symlink placeholders in the normal setSat, 31 Aug 2013 10:20:15 -0700, by Siddharth Agarwal
-
localrepo.status: ignore empty symlink placeholdersSat, 31 Aug 2013 10:16:06 -0700, by Siddharth Agarwal
-
merge with stableTue, 03 Sep 2013 18:08:27 -0500, by Matt Mackall
-
tags: write tag overwriting history also into tag cache file (issue3911) stable 2.7.1Wed, 28 Aug 2013 22:09:53 +0900, by FUJIWARA Katsunori
-
merge with stableTue, 03 Sep 2013 15:50:59 -0500, by Matt Mackall
-
histedit: add description about "histedit --outgoing" to command help stableMon, 26 Aug 2013 16:11:21 +0900, by FUJIWARA Katsunori
-
histedit: add description about basic histedit function to command help stableMon, 26 Aug 2013 16:11:21 +0900, by FUJIWARA Katsunori
-
rebase: handle bookmarks matching revset function names (issue3950) stableTue, 03 Sep 2013 15:12:35 -0400, by Bryan O'Sullivan
-
rebase: handle bookmarks matching revset function names (issue3950)Tue, 03 Sep 2013 15:12:35 -0400, by Bryan O'Sullivan
-
dispatch: add ability to specify a custom pdb module as a debuggerThu, 25 Jul 2013 22:28:34 -0500, by Sean Farley
-
dispatch: move command line --config argument parsing to _runcatch()Sat, 13 Jul 2013 16:33:07 -0500, by Sean Farley
-
mq: update subrepos when applying / unapplying patches that change .hgsubstateTue, 13 Aug 2013 01:38:30 +0200, by Angel Ezquerra
-
subrepo: make submerge() return the merged substateWed, 21 Aug 2013 22:34:04 +0200, by Angel Ezquerra
-
mq: look for modified subrepos when checking for local changesTue, 06 Aug 2013 00:49:39 +0200, by Angel Ezquerra
-
localrepo: get value from the unfiltered caches should check if the attribute existed.Wed, 07 Aug 2013 09:59:45 +0800, by Wei, Elson