Mercurial > hg
graph
-
i18n: make column positioning message of MQ summary output translatable stableWed, 31 Oct 2012 03:59:28 +0900, by FUJIWARA Katsunori
-
i18n: add "i18n" comment to column positioning messages of "hg summary" stableWed, 31 Oct 2012 03:59:28 +0900, by FUJIWARA Katsunori
-
i18n: add "i18n" comment to column positioning messages of "hg log" stableWed, 31 Oct 2012 03:59:27 +0900, by FUJIWARA Katsunori
-
i18n: add "i18n" comment to error messages of template functions stableWed, 31 Oct 2012 03:59:27 +0900, by FUJIWARA Katsunori
-
icasefs: make case-folding collision detection as deletion aware (issue3648) stableWed, 31 Oct 2012 16:50:22 +0900, by FUJIWARA Katsunori
-
mq: fix qrefresh case sensitivity (issue3271) stableTue, 30 Oct 2012 13:19:06 -0700, by Durham Goode
-
url: use open and not url.open for local files (issue3624) stableWed, 17 Oct 2012 21:30:08 -0700, by Siddharth Agarwal
-
revset: accept @ in unquoted symbols (issue3686) stableTue, 30 Oct 2012 18:48:44 -0500, by Matt Mackall
-
filemerge: use util.shellquote when calling merge (issue3581) stableFri, 26 Oct 2012 12:02:58 -0700, by Keegan Carruthers-Smith
-
clone: show status "updating to bookmark @" stableMon, 29 Oct 2012 14:02:30 +0100, by Adrian Buehlmann
-
patchbomb: -c is not an alias for the --confirm option stableSun, 28 Oct 2012 05:44:50 -1000, by Julian Cowley
-
dirstate: handle dangling junctions on windows (issue2579) stableTue, 23 Oct 2012 21:25:22 -0700, by Bryan O'Sullivan
-
largefiles: don't copy largefiles from working dir to the store while converting stableTue, 23 Oct 2012 21:32:19 -0400, by Matt Harbison
-
largefiles: respect the rev when reading standins in copytostore() (issue3630) stableTue, 23 Oct 2012 21:07:14 -0400, by Matt Harbison
-
subrepo: subrepo isolation, pass baseui when cloning a new subrepo (issue2904) stableWed, 10 Oct 2012 01:18:06 +0200, by Simon Heimberg
-
subrepo: more isolation, only use ui for hg.peer when there is no repo stableThu, 04 Oct 2012 19:46:43 +0200, by Simon Heimberg
-
peer: subrepo isolation, pass repo instead of repo.ui to hg.peer stableSat, 28 Jul 2012 23:28:36 +0200, by Simon Heimberg
-
subrepo: isolate configuration between each repositories in subrepo tree stableSat, 29 Sep 2012 20:11:24 +0900, by FUJIWARA Katsunori
-
bookmarks: backed out new message from changeset 52c7e171e355 stableSat, 27 Oct 2012 16:39:47 -0500, by Matt Mackall
-
clone: print bookmark name when clone activates a bookmark stableFri, 26 Oct 2012 14:53:31 +0200, by Thomas Arendsen Hein
-
clone: activate @ bookmark if updating to it stableFri, 26 Oct 2012 14:37:03 +0200, by Thomas Arendsen Hein
-
test-clone.t: check that branch "@" is not automatically checked out stableFri, 26 Oct 2012 13:20:44 +0200, by Thomas Arendsen Hein
-
test-bookmarks.t: check that bookmark "default" is not automatically checked out stableFri, 26 Oct 2012 13:09:55 +0200, by Thomas Arendsen Hein
-
clone: make sure to use "@" as bookmark and "default" as branch (issue3677) stableFri, 26 Oct 2012 12:36:15 +0200, by Thomas Arendsen Hein
-
bookmark: simplify nodemap check introduced in the previous changeset stableFri, 26 Oct 2012 09:29:50 +0200, by Thomas Arendsen Hein
-
bookmark: prevent crashing when a successor is unknown locally (issue3680) stableThu, 25 Oct 2012 23:43:52 +0200, by Pierre-Yves David
-
bookmark: complexity pull-push test to have deeper tree stableThu, 25 Oct 2012 23:36:03 +0200, by Pierre-Yves David
-
amend: fix incompatibity between logfile and message option (issue3675) stableWed, 24 Oct 2012 15:37:32 +0200, by Pierre-Yves David
-
test-remove: adapt to differing error message on Windows stableWed, 24 Oct 2012 11:51:24 +0200, by Adrian Buehlmann
-
test-remove: fix \ vs. / issues on Windows stableWed, 24 Oct 2012 11:38:31 +0200, by Adrian Buehlmann
-
verify: fix all doubled-slash sites (issue3665) stableWed, 24 Oct 2012 09:27:47 -0700, by Bryan O'Sullivan
-
patchbomb: respect --in-reply-to for all mails if no intro message is sent stableWed, 24 Oct 2012 09:53:10 +0200, by Thomas Arendsen Hein
-
test: add test for the issue introduced by e410be860393 (issue3669) stableTue, 23 Oct 2012 17:06:31 +0900, by FUJIWARA Katsunori
-
obsolete: add missing line feed in debug error message stableFri, 19 Oct 2012 13:52:34 +0200, by Pierre-Yves David
-
merge with stableTue, 23 Oct 2012 09:28:42 +0200, by Thomas Arendsen Hein
-
localrepo: translate "push includes X changeset" only once stableTue, 23 Oct 2012 09:22:46 +0200, by Thomas Arendsen Hein
-
Merge with stableMon, 22 Oct 2012 21:56:13 -0700, by Bryan O'Sullivan
-
verify: tolerate repeated slashes in a converted repo (issue3665)Mon, 22 Oct 2012 18:05:40 -0700, by Bryan O'Sullivan
-
scmutil: generalize message to make it more i18n-friendly stableSun, 21 Oct 2012 11:20:33 -0200, by Wagner Bruna
-
update: check for missing files with --check (issue3595) stableMon, 22 Oct 2012 17:23:31 -0500, by Matt Mackall
-
remove: don't return error on directories with tracked files stableMon, 22 Oct 2012 16:06:47 -0500, by Matt Mackall
-
largefiles: use 'default' instead of 'default-push' when pulling (issue3584) stableSat, 20 Oct 2012 21:43:46 -0400, by Matt Harbison
-
scmutil: add mustaudit delegation to filtervfs (issue3673) stableMon, 22 Oct 2012 12:00:21 -0700, by Bryan O'Sullivan
-
scmutil: abstract out mustaudit delegation stableMon, 22 Oct 2012 11:59:11 -0700, by Bryan O'Sullivan
-
clone: don't %-escape the default destination (issue3145) stableFri, 19 Oct 2012 14:47:55 -0500, by Matt Mackall
-
test-largefiles: fix failing test on Windows stableFri, 19 Oct 2012 15:45:16 +0200, by Adrian Buehlmann
-
test-push-http: fix failing test on Windows stableFri, 19 Oct 2012 15:03:35 +0200, by Adrian Buehlmann
-
merge default into stable for 2.4 code freeze stable 2.4-rcFri, 19 Oct 2012 01:34:50 -0500, by Matt Mackall
-
hgwebdir: make collapsed folders easier to distinguish from repositoriesThu, 26 Jul 2012 21:29:39 +0200, by Angel Ezquerra
-
help: indicate help omitting if help document is not fully displayedThu, 18 Oct 2012 10:31:15 +0900, by FUJIWARA Katsunori
-
httpclient: fix calling convention violationThu, 18 Oct 2012 23:55:15 -0500, by Matt Mackall
-
largefiles: distinguish "no remote repo" from "no files to upload" (issue3651)Mon, 08 Oct 2012 23:49:36 +0900, by FUJIWARA Katsunori
-
push: refuse to push bumped changesetFri, 19 Oct 2012 00:50:12 +0200, by Pierre-Yves David
-
obsolete: simplify push abort messageFri, 19 Oct 2012 00:46:39 +0200, by push includes an xxx changeset: yyyyyyyyyy
-
context: add a `bumped` method to `changectx`Fri, 19 Oct 2012 00:43:44 +0200, by Pierre-Yves David
-
obsolete: add a flag that allows fixing "bumped" changesetFri, 19 Oct 2012 00:41:53 +0200, by Pierre-Yves David
-
debugobsolete: add --flags optionMon, 15 Oct 2012 14:45:27 +0200, by Pierre-Yves David
-
revset: add a bumped revsetFri, 19 Oct 2012 00:39:06 +0200, by Pierre-Yves David
-
obsolete: add the detection of bumped changeset.Fri, 19 Oct 2012 00:36:18 +0200, by Pierre-Yves David
-
obsolete: have `allsuccessors` takes a list of nodesTue, 16 Oct 2012 15:49:58 +0200, by Pierre-Yves David
-
obsolete: rename `anysuccessors` into `allsuccessors`Fri, 19 Oct 2012 00:30:11 +0200, by Pierre-Yves David
-
obsolete: rename `getobscache` into `getrevs`Fri, 19 Oct 2012 00:28:13 +0200, by Pierre-Yves David
-
largefiles: always create the cache and standin directories when cloningSun, 14 Oct 2012 15:10:13 -0400, by Matt Harbison
-
largefiles: fix a traceback in lfconvert if a largefile is missing (issue3519)Sun, 14 Oct 2012 14:44:08 -0400, by Matt Harbison
-
bookmarks: further flatten codeThu, 18 Oct 2012 16:34:13 -0500, by Kevin Bullock
-
scmutil: add bad character checking to checknewlabelWed, 17 Oct 2012 21:42:06 -0500, by Kevin Bullock
-
tag: disallow '\0' in tag namesWed, 17 Oct 2012 21:39:07 -0500, by Kevin Bullock
-
dirstate: use scmutil.checknewlabel to check new branch nameWed, 17 Oct 2012 21:32:19 -0500, by Kevin Bullock
-
bookmarks: use scmutil.checknewlabelWed, 17 Oct 2012 17:23:39 -0500, by Kevin Bullock
-
scmutil: add function to validate new branch, tag, and bookmark namesWed, 17 Oct 2012 16:34:46 -0500, by Kevin Bullock
-
bookmarks: disallow bookmarks named 'tip', '.', or 'null'Wed, 17 Oct 2012 16:32:43 -0500, by Kevin Bullock
-
bookmarks: abort directly on invalid nameWed, 17 Oct 2012 17:03:01 -0500, by Kevin Bullock
-
bookmarks: remove redundant check for newlineWed, 17 Oct 2012 16:23:42 -0500, by Kevin Bullock
-
test-tag: test that all reserved names are rejectedWed, 17 Oct 2012 22:25:41 -0500, by Kevin Bullock
-
amend: do a bare kill of temporary changesetThu, 18 Oct 2012 17:54:34 +0200, by Pierre-Yves David
-
amend: add noise in extra to avoid creating obsolescence cycle (issue3664)Thu, 18 Oct 2012 22:12:15 +0200, by Pierre-Yves David
-
changelog: extract description cleaning logic in a dedicated functionThu, 18 Oct 2012 22:04:49 +0200, by Pierre-Yves David
-
bookmarks: replace code-redundant comment with something more usefulThu, 18 Oct 2012 22:35:28 +0200, by Adrian Buehlmann
-
bookmarks: remove another uneeded returnThu, 18 Oct 2012 22:33:58 +0200, by Adrian Buehlmann
-
update: remove unnecessary argument checkSat, 05 May 2012 15:30:54 -0500, by Kevin Bullock
-
grep: colorize all fieldsSun, 14 Oct 2012 20:27:55 +0200, by Idan Kamara
-
test-grep: add a test for -lSun, 14 Oct 2012 20:40:23 +0200, by Idan Kamara
-
clfilter: remove use of xrange in revsetMon, 08 Oct 2012 15:54:53 +0200, by Pierre-Yves David
-
largefile: use `self` in repo method instead of `repo`Mon, 08 Oct 2012 15:41:58 +0200, by Pierre-Yves David
-
test: use proper subclassing in `test-issue2137.t`.Tue, 16 Oct 2012 23:12:07 +0200, by Pierre-Yves David
-
run-tests: remove dead code for supporting old test scriptsThu, 18 Oct 2012 00:44:32 +0200, by Mads Kiilerich
-
run-tests: handle windows crlf in .py tests againThu, 18 Oct 2012 00:33:29 +0200, by Mads Kiilerich
-
test-run-tests.t: fix wrong test case for cr handling on WindowsThu, 18 Oct 2012 00:33:26 +0200, by Mads Kiilerich
-
win32mbcs: add reversing wrapper for some unicode-incompatible functions.Wed, 17 Oct 2012 18:09:00 +0900, by Shun-ichi GOTO
-
convert: normalize paths in filemaps (issue3612)Fri, 05 Oct 2012 16:27:34 -0700, by Huayang
-
repair: use node to track post-strip bookmark targetWed, 17 Oct 2012 15:37:25 -0500, by Matt Mackall
-
keyword: move commands.inferrepo for code maintenanceWed, 17 Oct 2012 17:32:01 +0200, by Christian Ebert
-
largefiles: update lfutil.findoutgoing() discovery methodMon, 08 Oct 2012 22:43:54 -0400, by Matt Harbison
-
wireproto: fix pushkey hook failure and output on remote http repoMon, 15 Oct 2012 18:37:34 -0300, by Wagner Bruna
-
phases: add a phase and phasestr method to file contextTue, 16 Oct 2012 17:09:50 -0500, by Sean Farley
-
bookmarks: simplify codeWed, 17 Oct 2012 12:15:23 -0500, by Kevin Bullock
-
bookmarks: abort when incompatible options are used (issue3663)Wed, 17 Oct 2012 11:50:47 +0200, by David Soria Parra
-
bookmarks: check bookmark format during rename (issue3662)Wed, 17 Oct 2012 08:44:49 +0200, by David Soria Parra
-
color: add additional changeset.phase label to log.changeset and log.parentTue, 16 Oct 2012 13:35:58 -0500, by Sean Farley
-
http2: make it possible to connect w/o ssl on port 443Tue, 16 Oct 2012 18:05:33 -0500, by Augie Fackler
-
branchpoint: remove useless intermediate set creationMon, 15 Oct 2012 17:43:05 +0200, by Pierre-Yves David
-
clfilter: use changelog to iterate over the repo in branchpointMon, 15 Oct 2012 17:42:40 +0200, by Pierre-Yves David
-
store: fncache may contain non-existent entries (fixes b9a56b816ff2)Fri, 12 Oct 2012 10:52:33 +0200, by Adrian Buehlmann
-
store: add new _exists helper function on fncachestoreFri, 12 Oct 2012 10:52:32 +0200, by Adrian Buehlmann
-
store: move __contains__() implementation from class fncache into fncachestoreFri, 12 Oct 2012 10:40:09 +0200, by Adrian Buehlmann