Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
clfilter: introduce an "unfiltered" method on localrepo
2012-11-21, by Pierre-Yves David
clfilter: remove usage of `range` and `xrange` in scmutil.revrange
2012-11-20, by Pierre-Yves David
hgweb: display diff for a changeset against any parents (issue2810)
2012-11-12, by Weiwen
branch: add missing repo argument to checknewlabel
2012-11-29, by Tim Henigan
Merge with stable.
2012-11-29, by Augie Fackler
rebase: fix pull --rev options clashing with --rebase (issue3619)
stable
2012-11-29, by Pierre-Yves David
dirstate: remove obsolete comment from setbranch
2012-11-29, by Tim Henigan
merge with stable
2012-11-28, by Matt Mackall
tests: fix broken fix of test-phases output
stable
2012-11-28, by Matt Mackall
update: allow update to existing branches with invalid names (issue3710)
stable
2012-11-27, by Tim Henigan
commit: increase perf by building a new addlist instead of editing the old one
2012-11-19, by Durham Goode
template engine: convert generator-based iterator to list-based iterator
2012-11-28, by Weiwen
command: remove phase from the list of basic command
stable
2012-11-28, by Pierre-Yves David
merge with stable
2012-11-28, by Matt Mackall
phases: fix missing "error" module import (issue3707)
stable
2012-11-25, by André Sintzoff
test-mq-qrefresh: test that the patch at qtip is indeed empty
2012-11-08, by Adrian Buehlmann
tests: only call check-code once
2012-11-26, by Matt Mackall
ancestor: fix a comment (followup to 0b03454abae7)
2012-11-28, by Siddharth Agarwal
revlog: allow reverse iteration with revlog.revs
2012-11-21, by Pierre-Yves David
convert: add config option to use the local time zone
2012-11-18, by Julian Cowley
rebase: use revlog.findmissingrevs to compute detach set
2012-11-27, by Siddharth Agarwal
revlog: add rev-specific variant of findmissing
2012-11-26, by Siddharth Agarwal
revlog: switch findmissing to use ancestor.missingancestors
2012-11-26, by Siddharth Agarwal
ancestor: faster algorithm for difference of ancestor sets
2012-11-26, by Siddharth Agarwal
bisect: add example for limiting bisection to specified directories
2012-11-23, by Jordi Gutiérrez Hermoso
subrepo: use posixpath when diffing, for consistent paths
2012-11-27, by Bryan O'Sullivan
run-tests: fix an unnoticed check-code violation
2012-11-27, by Bryan O'Sullivan
run-tests: add a --compiler option
2012-11-27, by Bryan O'Sullivan
run-tests: make build command line less intimidating
2012-11-27, by Bryan O'Sullivan
hooks: be even more forgiven of non-fd descriptors (issue3711)
stable
2012-11-26, by Matt Mackall
hooks: delay I/O redirection until we actually run a hook (issue3711)
stable
2012-11-26, by Matt Mackall
util: make chunkbuffer non-quadratic on Windows
stable
2012-11-26, by Matt Mackall
revset: backed out changeset 54cedee86e51
stable
2012-11-26, by Matt Mackall
hgk: specify some colours explicitly in hex
2012-11-07, by Andrew Shadura
hgk: no committer please
2012-10-16, by Andrew Shadura
hgk: use Ttk instead of plain Tk
2012-10-16, by Andrew Shadura
check-code: move i18n check from warning to error
2012-11-25, by Matt Mackall
i18n: wrap false positives for translation detection
2012-11-25, by Matt Mackall
eol: don't refer to a random name-captured ui object
2012-11-20, by Bryan O'Sullivan
mq: don't refer to a random name-captured repo object
2012-11-20, by Bryan O'Sullivan
Merge with crew-stable
2012-11-20, by Bryan O'Sullivan
commit: increase perf by avoiding checks against entire repo subsets
stable
2012-11-16, by Durham Goode
commit: increase perf by avoiding unnecessary filteredrevs check
stable
2012-11-16, by Durham Goode
merge with crew-stable
2012-11-16, by Kevin Bullock
grep: remove useless while condition
stable
2012-11-15, by Kevin Bullock
merge with mpm
2012-11-16, by Kevin Bullock
test-pathencode: more aggressively check for python < 2.6
2012-11-15, by Bryan O'Sullivan
diff: move index header generation to patch
2012-11-15, by Guillermo Pérez
patch: make _addmodehdr a function under trydiff
2012-11-15, by Guillermo Pérez
diff: rewrite diffline
2012-11-15, by Guillermo Pérez
diff: swap and simplify diffline args
2012-11-15, by Guillermo Pérez
diff: change how quiet mode supresses diffline
2012-11-15, by Guillermo Pérez
diff: move diffline to patch module
2012-11-15, by Guillermo Pérez
diff: unify calls to diffline
2012-11-15, by Guillermo Pérez
diff: move b85diff to mdiff module
2012-11-06, by Guillermo Pérez
share: always set default path to work with subrepos (issue3518)
2012-10-27, by simon
vfs: optimize __call__ by not calling util.split for reads
2012-11-03, by Adrian Buehlmann
run-tests: backout 4a4173519b63
2012-11-14, by Matt Mackall
test-pathencode: make a 2.4-safe import of collections
2012-11-15, by Bryan O'Sullivan
tests: add a randomized test for pathencode
2012-11-15, by Bryan O'Sullivan
webcommands: allow hgweb's archive to recurse into subrepos
2012-10-29, by Jordi Gutiérrez Hermoso
Merge with crew-stable.
2012-11-13, by Augie Fackler
grep: don't search past the end of the searched string
stable
2012-11-12, by Idan Kamara
convert: fix a too-long line nag
2012-11-13, by Bryan O'Sullivan
convert: add support for converting git submodule (issue3528)
2012-10-29, by YaNan Xu
run-tests.py: remove runqueue's results parameter since it is now a global
2012-11-08, by Siddharth Agarwal
makefile: don't use system hgrc when running hg in-place
2012-11-13, by Bryan O'Sullivan
setup: print subprocess stderr if there is any
2012-11-13, by Bryan O'Sullivan
run-tests: open child-parent pipes in binary mode
2012-11-10, by Siddharth Agarwal
amend: force editor only if old message is reused (issue3698)
stable
2012-11-13, by Pierre-Yves David
grep: don't search past the end of the searched string
2012-11-12, by Idan Kamara
bookmarks: introduce a bmstore to manage bookmark persistence
2012-11-07, by Augie Fackler
run-tests: add --time option to log times for each test
2012-11-09, by Siddharth Agarwal
run-tests: remove resultslock since it serves no useful purpose
2012-11-09, by Siddharth Agarwal
run-tests: use pickle to send results from children to parent
2012-11-09, by Siddharth Agarwal
bookmark: remove useless line in `validdest`
2012-10-24, by Pierre-Yves David
bookmark: issue a single call to `allsuccessors` per loop
2012-10-24, by Pierre-Yves David
bookmark: simplify mutability check in `validdest`
2012-10-24, by Pierre-Yves David
Merge with stable
2012-11-07, by Bryan O'Sullivan
Merge with mpm
2012-11-06, by Bryan O'Sullivan
bundle: add revset expression to show bundle contents (issue3487)
2012-10-31, by Tomasz Kleczek
tags: add formatter support
2012-11-06, by Matt Mackall
manifest: add formatter support
2012-11-06, by Matt Mackall
status: use condwrite to avoid zero-width format string hack
2012-11-06, by Matt Mackall
formatter: add condwrite method
2012-11-03, by Matt Mackall
run-tests: skip unnecessary operations on the args in the child proces
2012-10-24, by Simon Heimberg
test-subrepo: adapt for Windows after 17c030014ddf
stable
2012-11-02, by Adrian Buehlmann
test-mq-qrefresh: adapt for Windows after 39b7052b217b
stable
2012-11-02, by Adrian Buehlmann
merge with stable
2012-11-01, by Matt Mackall
Added signature for changeset 195ad823b5d5
stable
2012-11-01, by Matt Mackall
Added tag 2.4 for changeset 195ad823b5d5
stable
2012-11-01, by Matt Mackall
tests: fix test for issue3581 for vfat on Linux
stable
2.4
2012-11-01, by Matt Mackall
filemerge: only run test for issue3581 on non-windows environments
stable
2012-10-30, by Keegan Carruthers-Smith
openpath: specify binary mode and use util.posixfile
stable
2012-11-01, by Adrian Buehlmann
i18n-pt_BR: synchronized with afa7e6fa820b
stable
2012-11-01, by Wagner Bruna
merge with i18n
stable
2012-10-31, by Matt Mackall
i18n-pt_BR: synchronized with 36ed69d4593d
stable
2012-10-31, by Wagner Bruna
i18n-ja: synchronized with 0188ddfa844e
stable
2012-10-31, by FUJIWARA Katsunori
subrepo: only do clean update when overwrite is set (issue3276)
stable
2012-10-24, by Simon Heimberg
i18n: change output of largefiles for summary to distinguish from one for outgoing
stable
2012-10-31, by FUJIWARA Katsunori
i18n: make column positioning message of MQ summary output translatable
stable
2012-10-31, by FUJIWARA Katsunori
i18n: add "i18n" comment to column positioning messages of "hg summary"
stable
2012-10-31, by FUJIWARA Katsunori
i18n: add "i18n" comment to column positioning messages of "hg log"
stable
2012-10-31, by FUJIWARA Katsunori
i18n: add "i18n" comment to error messages of template functions
stable
2012-10-31, by FUJIWARA Katsunori
icasefs: make case-folding collision detection as deletion aware (issue3648)
stable
2012-10-31, by FUJIWARA Katsunori
mq: fix qrefresh case sensitivity (issue3271)
stable
2012-10-30, by Durham Goode
url: use open and not url.open for local files (issue3624)
stable
2012-10-17, by Siddharth Agarwal
revset: accept @ in unquoted symbols (issue3686)
stable
2012-10-30, by Matt Mackall
filemerge: use util.shellquote when calling merge (issue3581)
stable
2012-10-26, by Keegan Carruthers-Smith
merge with i18n
stable
2012-10-30, by Matt Mackall
i18n-pt_BR: synchronized with 71c1513fd560
stable
2012-10-23, by Wagner Bruna
clone: show status "updating to bookmark @"
stable
2012-10-29, by Adrian Buehlmann
test-clone: fix directory level
stable
2012-10-28, by Adrian Buehlmann
patchbomb: -c is not an alias for the --confirm option
stable
2012-10-28, by Julian Cowley
dirstate: handle dangling junctions on windows (issue2579)
stable
2012-10-23, by Bryan O'Sullivan
largefiles: don't copy largefiles from working dir to the store while converting
stable
2012-10-23, by Matt Harbison
largefiles: respect the rev when reading standins in copytostore() (issue3630)
stable
2012-10-23, by Matt Harbison
subrepo: subrepo isolation, pass baseui when cloning a new subrepo (issue2904)
stable
2012-10-10, by Simon Heimberg
subrepo: more isolation, only use ui for hg.peer when there is no repo
stable
2012-10-04, by Simon Heimberg
peer: subrepo isolation, pass repo instead of repo.ui to hg.peer
stable
2012-07-28, by Simon Heimberg
subrepo: isolate configuration between each repositories in subrepo tree
stable
2012-09-29, by FUJIWARA Katsunori
bookmarks: backed out new message from changeset 52c7e171e355
stable
2012-10-27, by Matt Mackall
clone: print bookmark name when clone activates a bookmark
stable
2012-10-26, by Thomas Arendsen Hein
clone: activate @ bookmark if updating to it
stable
2012-10-26, by Thomas Arendsen Hein
test-clone.t: check that branch "@" is not automatically checked out
stable
2012-10-26, by Thomas Arendsen Hein
test-bookmarks.t: check that bookmark "default" is not automatically checked out
stable
2012-10-26, by Thomas Arendsen Hein
clone: make sure to use "@" as bookmark and "default" as branch (issue3677)
stable
2012-10-26, by Thomas Arendsen Hein
bookmark: simplify nodemap check introduced in the previous changeset
stable
2012-10-26, by Thomas Arendsen Hein
bookmark: prevent crashing when a successor is unknown locally (issue3680)
stable
2012-10-25, by Pierre-Yves David
bookmark: complexity pull-push test to have deeper tree
stable
2012-10-25, by Pierre-Yves David
amend: fix incompatibity between logfile and message option (issue3675)
stable
2012-10-24, by Pierre-Yves David
test-remove: adapt to differing error message on Windows
stable
2012-10-24, by Adrian Buehlmann
test-remove: fix \ vs. / issues on Windows
stable
2012-10-24, by Adrian Buehlmann
verify: fix all doubled-slash sites (issue3665)
stable
2012-10-24, by Bryan O'Sullivan
patchbomb: respect --in-reply-to for all mails if no intro message is sent
stable
2012-10-24, by Thomas Arendsen Hein
test: add test for the issue introduced by e410be860393 (issue3669)
stable
2012-10-23, by FUJIWARA Katsunori
obsolete: add missing line feed in debug error message
stable
2012-10-19, by Pierre-Yves David
merge with stable
2012-10-23, by Thomas Arendsen Hein
localrepo: translate "push includes X changeset" only once
stable
2012-10-23, by Thomas Arendsen Hein
merge stable heads
stable
2012-10-23, by Thomas Arendsen Hein
Merge with stable
2012-10-22, by Bryan O'Sullivan
Merge repeated-slash fix
stable
2012-10-22, by Bryan O'Sullivan
verify: tolerate repeated slashes in a converted repo (issue3665)
2012-10-22, by Bryan O'Sullivan
scmutil: generalize message to make it more i18n-friendly
stable
2012-10-21, by Wagner Bruna
update: check for missing files with --check (issue3595)
stable
2012-10-22, by Matt Mackall
remove: don't return error on directories with tracked files
stable
2012-10-22, by Matt Mackall
largefiles: use 'default' instead of 'default-push' when pulling (issue3584)
stable
2012-10-20, by Matt Harbison
scmutil: add mustaudit delegation to filtervfs (issue3673)
stable
2012-10-22, by Bryan O'Sullivan
scmutil: abstract out mustaudit delegation
stable
2012-10-22, by Bryan O'Sullivan
clone: don't %-escape the default destination (issue3145)
stable
2012-10-19, by Matt Mackall
test-largefiles: fix failing test on Windows
stable
2012-10-19, by Adrian Buehlmann
test-push-http: fix failing test on Windows
stable
2012-10-19, by Adrian Buehlmann
Added signature for changeset d118a4f4fd16
stable
2012-10-19, by Matt Mackall
Added tag 2.4-rc for changeset d118a4f4fd16
stable
2012-10-19, by Matt Mackall
merge default into stable for 2.4 code freeze
stable
2.4-rc
2012-10-19, by Matt Mackall
hgwebdir: make collapsed folders easier to distinguish from repositories
2012-07-26, by Angel Ezquerra
help: indicate help omitting if help document is not fully displayed
2012-10-18, by FUJIWARA Katsunori
httpclient: fix calling convention violation
2012-10-18, by Matt Mackall
largefiles: distinguish "no remote repo" from "no files to upload" (issue3651)
2012-10-08, by FUJIWARA Katsunori
push: refuse to push bumped changeset
2012-10-19, by Pierre-Yves David
obsolete: simplify push abort message
2012-10-19, by push includes an xxx changeset: yyyyyyyyyy
context: add a `bumped` method to `changectx`
2012-10-19, by Pierre-Yves David
obsolete: add a flag that allows fixing "bumped" changeset
2012-10-19, by Pierre-Yves David
debugobsolete: add --flags option
2012-10-15, by Pierre-Yves David
revset: add a bumped revset
2012-10-19, by Pierre-Yves David
obsolete: add the detection of bumped changeset.
2012-10-19, by Pierre-Yves David
obsolete: have `allsuccessors` takes a list of nodes
2012-10-16, by Pierre-Yves David
obsolete: rename `anysuccessors` into `allsuccessors`
2012-10-19, by Pierre-Yves David
obsolete: rename `getobscache` into `getrevs`
2012-10-19, by Pierre-Yves David
largefiles: always create the cache and standin directories when cloning
2012-10-14, by Matt Harbison
largefiles: fix a traceback in lfconvert if a largefile is missing (issue3519)
2012-10-14, by Matt Harbison
bookmarks: further flatten code
2012-10-18, by Kevin Bullock
scmutil: add bad character checking to checknewlabel
2012-10-17, by Kevin Bullock
tag: disallow '\0' in tag names
2012-10-17, by Kevin Bullock
dirstate: use scmutil.checknewlabel to check new branch name
2012-10-17, by Kevin Bullock
bookmarks: use scmutil.checknewlabel
2012-10-17, by Kevin Bullock
scmutil: add function to validate new branch, tag, and bookmark names
2012-10-17, by Kevin Bullock
bookmarks: disallow bookmarks named 'tip', '.', or 'null'
2012-10-17, by Kevin Bullock
bookmarks: abort directly on invalid name
2012-10-17, by Kevin Bullock
bookmarks: remove redundant check for newline
2012-10-17, by Kevin Bullock
test-tag: test that all reserved names are rejected
2012-10-17, by Kevin Bullock
amend: do a bare kill of temporary changeset
2012-10-18, by Pierre-Yves David
amend: add noise in extra to avoid creating obsolescence cycle (issue3664)
2012-10-18, by Pierre-Yves David
changelog: extract description cleaning logic in a dedicated function
2012-10-18, by Pierre-Yves David
bookmarks: replace code-redundant comment with something more useful
2012-10-18, by Adrian Buehlmann
bookmarks: remove another uneeded return
2012-10-18, by Adrian Buehlmann
update: remove unnecessary argument check
2012-05-05, by Kevin Bullock
grep: colorize all fields
2012-10-14, by Idan Kamara
test-grep: add a test for -l
2012-10-14, by Idan Kamara
clfilter: remove use of xrange in revset
2012-10-08, by Pierre-Yves David
largefile: use `self` in repo method instead of `repo`
2012-10-08, by Pierre-Yves David
test: use proper subclassing in `test-issue2137.t`.
2012-10-16, by Pierre-Yves David
run-tests: remove dead code for supporting old test scripts
2012-10-18, by Mads Kiilerich
run-tests: handle windows crlf in .py tests again
2012-10-18, by Mads Kiilerich
test-run-tests.t: fix wrong test case for cr handling on Windows
2012-10-18, by Mads Kiilerich
win32mbcs: add reversing wrapper for some unicode-incompatible functions.
2012-10-17, by Shun-ichi GOTO
convert: normalize paths in filemaps (issue3612)
2012-10-05, by Huayang
repair: use node to track post-strip bookmark target
2012-10-17, by Matt Mackall
keyword: move commands.inferrepo for code maintenance
2012-10-17, by Christian Ebert
largefiles: update lfutil.findoutgoing() discovery method
2012-10-08, by Matt Harbison
wireproto: fix pushkey hook failure and output on remote http repo
2012-10-15, by Wagner Bruna
phases: add a phase and phasestr method to file context
2012-10-16, by Sean Farley
bookmarks: simplify code
2012-10-17, by Kevin Bullock
bookmarks: abort when incompatible options are used (issue3663)
2012-10-17, by David Soria Parra
bookmarks: check bookmark format during rename (issue3662)
2012-10-17, by David Soria Parra
color: add additional changeset.phase label to log.changeset and log.parent
2012-10-16, by Sean Farley
http2: make it possible to connect w/o ssl on port 443
2012-10-16, by Augie Fackler
branchpoint: remove useless intermediate set creation
2012-10-15, by Pierre-Yves David
clfilter: use changelog to iterate over the repo in branchpoint
2012-10-15, by Pierre-Yves David
store: fncache may contain non-existent entries (fixes b9a56b816ff2)
2012-10-12, by Adrian Buehlmann
store: add new _exists helper function on fncachestore
2012-10-12, by Adrian Buehlmann
store: move __contains__() implementation from class fncache into fncachestore
2012-10-12, by Adrian Buehlmann
test-log: fix / vs \ issues on Windows introduced with 6d218e47cf9b
2012-10-12, by Adrian Buehlmann
perf: simply use repo.store for perffncache* commands
2012-10-12, by Adrian Buehlmann
test-subrepo-recursion.t: re-introduce glob to handle \ slashes on Windows
2012-10-14, by Mads Kiilerich
run-tests: make it possible to combine (esc) with (glob) and (re)
2012-10-14, by Mads Kiilerich
run-tests: alternative way of handling \r on Windows
2012-10-15, by Mads Kiilerich
obsolete: flip `obstore.successors` and `obsolete.precursors`
2012-10-16, by Pierre-Yves David
obsolete: add example of marker usage in the documentation
2012-10-14, by Pierre-Yves David
obsolete: cheap detection of nullid as successors
2012-10-15, by Pierre-Yves David
commands: don't infer repo for commands like update (issue2748)
2012-10-16, by Siddharth Agarwal
hgweb: make the escape filter remove null characters (issue2567)
2012-10-15, by Siddharth Agarwal
histedit: create obsolescence markers in deterministic order
2012-10-16, by Pierre-Yves David
bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
2012-10-15, by David M. Carr
histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4
2012-10-16, by Thomas Arendsen Hein
vfs: use self.write to write symlink placeholders
2012-10-13, by Matt Mackall
histedit: do not use "min" on ctx
2012-10-14, by Pierre-Yves David
histedit: clean abort when there is nothing to edit
2012-10-14, by Pierre-Yves David
histedit: rename `revs` in `ctxs` inside the `between` function
2012-10-15, by Pierre-Yves David
test: fix invalid redirection for histedit text
2012-10-14, by Pierre-Yves David
vfs: backout fchmod change from 76b73ce0ffac
2012-10-13, by Matt Mackall
histedit: refuse to edit public changeset
2012-10-12, by Pierre-Yves David
histedit: ignores hidden revision when checking for orphaned nodes
2012-09-27, by Pierre-Yves David
histedit: simplify computation of edited set (issue3620)
2012-10-10, by Pierre-Yves David
histedit: add obsolete support
2012-09-27, by Pierre-Yves David
histedit: replace various nodes lists with replacement graph (and issue3582)
2012-10-11, by Pierre-Yves David
merge with durin42
2012-10-12, by Matt Mackall
clone: update to @ bookmark if it exists
2012-03-21, by Kevin Bullock
templatefilters: avoid traceback caused by bogus date input (issue3344)
2012-08-10, by Christian Ebert
notify: support revset selection for subscriptions
2012-08-13, by Michal Sznajder
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip