Mercurial > hg
graph
-
bundle2: update all ``addpart`` callers to ``newpart``Fri, 23 May 2014 15:59:19 -0700, by Pierre-Yves David
-
bundle2: have ``newpart`` automatically add the part to the bundleFri, 23 May 2014 15:54:18 -0700, by Pierre-Yves David
-
bundle2: add a ``newpart`` method to ``bundle20``Fri, 23 May 2014 15:45:46 -0700, by Pierre-Yves David
-
bundle2: small doc update on the bundlerThu, 22 May 2014 10:48:37 -0700, by Pierre-Yves David
-
localrepo: replace status method with a shimFri, 25 Apr 2014 15:44:55 -0500, by Sean Farley
-
workingctx: have status method call super instead of customized code.Tue, 27 May 2014 15:55:35 -0700, by Sean Farley
-
basectx: copy localrepo.status methodThu, 24 Apr 2014 18:07:42 -0500, by Sean Farley
-
committablectx: cache _status in _poststatusThu, 24 Apr 2014 17:42:53 -0500, by Sean Farley
-
committablectx: simplify caching the statusThu, 24 Apr 2014 17:31:20 -0500, by Sean Farley
-
localrepo: remove cache code now handled by _prestatusWed, 23 Apr 2014 16:08:20 -0500, by Sean Farley
-
workingctx: add note about super._prestatus calling manifestWed, 23 Apr 2014 16:06:42 -0500, by Sean Farley
-
basectx: preserve loading the cached manifest in _prestatusWed, 23 Apr 2014 16:06:23 -0500, by Sean Farley
-
localrepo: use new subrev method of context.pyFri, 20 Sep 2013 21:59:34 -0500, by Sean Farley
-
committablectx: add subrev method to return NoneFri, 20 Sep 2013 22:07:58 -0500, by Sean Farley
-
basectx: add subrev method to return the rev of a subrepo given a subpathFri, 20 Sep 2013 21:55:42 -0500, by Sean Farley
-
merge with stableTue, 27 May 2014 17:41:20 -0700, by Matt Mackall
-
bundle2: fix bundle2 pulling all revs on empty pulls stableWed, 07 May 2014 17:24:19 -0700, by Durham Goode
-
exchange: propagate arguments to the _getbundleextrapart function stableWed, 07 May 2014 19:28:17 -0700, by Pierre-Yves David
-
discovery: if a push would create a new head, mention the bookmark name if anySat, 08 Mar 2014 19:02:39 +1100, by Stephen Lee
-
revert: use p2 as parent when reverting against itWed, 14 May 2014 10:38:05 -0700, by Pierre-Yves David
-
revert: explicitly get status against the parentWed, 14 May 2014 10:37:25 -0700, by Pierre-Yves David
-
revert: group related data in tuple in the dispatch tableTue, 13 May 2014 17:28:19 -0700, by Pierre-Yves David
-
revert: group action into a single dictionaryTue, 13 May 2014 16:42:31 -0700, by Pierre-Yves David
-
revert: add some inline commentsTue, 13 May 2014 16:29:42 -0700, by Pierre-Yves David
-
revert: cosmetic align of the dispatch tableTue, 13 May 2014 16:29:20 -0700, by Pierre-Yves David
-
revert: add a test case to reverting "add" during mergesTue, 13 May 2014 17:28:19 -0700, by Pierre-Yves David
-
alias: change return code of bad definition to 255 stableSat, 17 May 2014 15:14:18 +0900, by Yuya Nishihara
-
bookmarks: properly align multi-byte characters stableTue, 27 May 2014 15:16:52 -0700, by Matt Mackall
-
tests: fix cut and paste error on encoding alignment test stableTue, 27 May 2014 15:13:13 -0700, by Matt Mackall
-
alias: handle shlex error in command aliases stableSat, 17 May 2014 13:06:16 +0900, by Yuya Nishihara
-
subrepo: normalize path in the specific way for problematic encodings stableThu, 08 May 2014 19:03:00 +0900, by FUJIWARA Katsunori
-
subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos stableThu, 08 May 2014 19:03:00 +0900, by FUJIWARA Katsunori
-
subrepo: make "_sanitize()" take absolute path to the root of subrepo stableThu, 08 May 2014 19:03:00 +0900, by FUJIWARA Katsunori
-
subrepo: invoke "_sanitize()" also after "git merge --ff" stableThu, 08 May 2014 19:03:00 +0900, by FUJIWARA Katsunori
-
vfs: add lexists() in current apiTue, 27 May 2014 23:02:05 +0530, by Chinmay Joshi
-
bundlerepo: update unlink in getremotechanges to use vfsTue, 27 May 2014 21:56:03 +0530, by Chinmay Joshi
-
docker: update package target to packages/Tue, 27 May 2014 12:09:34 -0700, by Matt Mackall
-
packaging: move output directory from build/ to packages/Tue, 27 May 2014 11:52:39 -0700, by Matt Mackall
-
make: add a basic osx mpkg targetTue, 27 May 2014 11:39:22 -0700, by Matt Mackall
-
setup: make Xcode 5.1 check less specificTue, 27 May 2014 10:31:59 -0700, by Matt Mackall
-
merge with stableMon, 26 May 2014 18:16:23 -0700, by Matt Mackall
-
alias: fix loss of non-zero return code in command aliases stableSat, 17 May 2014 14:43:06 +0900, by Yuya Nishihara
-
exchange: drop dead codeThu, 22 May 2014 16:27:16 -0700, by Pierre-Yves David
-
exchange: fix indentation levelThu, 22 May 2014 13:39:55 -0700, by Pierre-Yves David
-
import: add --partial flag to create a changeset despite failed hunksThu, 08 May 2014 17:08:17 -0700, by Pierre-Yves David
-
update: introduce --tool for controlling the merge toolMon, 19 May 2014 01:53:34 +0200, by Mads Kiilerich
-
merge: fix stupid indentation left over from previous refactoringsFri, 02 May 2014 01:09:14 +0200, by Mads Kiilerich
-
Merge with stableMon, 26 May 2014 12:39:31 -0400, by Augie Fackler
-
revsetbenchmark: support for running on other repoTue, 29 Apr 2014 14:12:32 -0700, by Pierre-Yves David
-
revsetbenchmark: automatically finds the perf extensionTue, 29 Apr 2014 13:18:22 -0700, by Pierre-Yves David
-
bundle2: make sure standard stream are binary stableThu, 15 May 2014 23:53:21 -0700, by Pierre-Yves David
-
revset-benchmark: add max(::(tip~20) - obsolete())Mon, 19 May 2014 14:39:19 -0700, by Pierre-Yves David
-
merge: use separate lists for each action typeFri, 28 Feb 2014 02:25:58 +0100, by Mads Kiilerich
-
changelog: ensure changelog._delaybuf is initialized stableTue, 20 May 2014 13:55:08 -0700, by Pierre-Yves David
-
proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1 stableThu, 22 May 2014 22:05:26 +0900, by Yuya Nishihara
-
bugzilla: support Bugzilla 4.4.3+ API login token authentication (issue4257) stableFri, 23 May 2014 17:29:04 +0100, by Jim Hague
-
resolve: don't abort resolve -l even when no merge is in progressFri, 23 May 2014 13:10:31 -0700, by Siddharth Agarwal