Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-128
+128
+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.
merge: fast-forward merge with descendant
2010-12-07, by Mads Kiilerich
record: teach parsepatch() about non-git style headers
2010-12-08, by Steve Borho
template: add showbranch template for {branch}
2010-12-13, by Eric Eisner
subrepo: avoids empty commit when .hgsubstate is dirty (issue2403)
2010-11-29, by Erik Zielke
progress: don't compute estimate without a total
2010-12-16, by Augie Fackler
subrepo: use low-level git-diff-index for dirty()
2010-12-14, by Eric Eisner
subrepo: defer determination of git's current branch
2010-12-14, by Eric Eisner
subrepo: incorporate tracking branches into gitbranchmap
2010-12-14, by Eric Eisner
subrepo: use low-level git-for-each-ref command in branchmap
2010-12-14, by Eric Eisner
progress using tests: disable time estimates to avoid flakiness
2010-12-15, by Augie Fackler
progress: include time estimate as part of the default progress format
2010-12-15, by Augie Fackler
progress: only show time estimate when progress format contains 'estimate'
2010-12-15, by Augie Fackler
progress: fix adding format elements after the progress bar
2010-12-15, by Augie Fackler
test-progress: test completion estimates and progress bar delay
2010-12-15, by Augie Fackler
subrepo: add progress bar support to archive
2010-11-29, by Martin Geisler
archive: add support for progress extension
2010-11-29, by Martin Geisler
progress: test setting progress.width
2010-12-15, by Martin Geisler
tests: add filtercr.py helper for progress tests
2010-12-15, by Martin Geisler
test-archive: whitespace cleanup
2010-12-15, by Martin Geisler
progress: explain format strings to translators
2010-12-15, by Martin Geisler
subrepo: re-backout 2245fcd0e160, remove test
2010-12-15, by Mads Kiilerich
subrepo: re-backout 2245fcd0e160
2010-12-14, by Matt Mackall
merge with stable
2010-12-14, by Matt Mackall
tag: abort if not at a branch head (issue2552)
stable
2010-12-06, by Kevin Bullock
tag: fix uncommitted merge check and error message (issue2542)
stable
2010-12-07, by Kevin Bullock
tag: don't check .hgtags status if --local passed
stable
2010-12-13, by Kevin Bullock
progress: refactor for readability and show XXs instead of 0mXXs.
2010-12-09, by Augie Fackler
progress: Add estimated time remaining for long tasks
2010-10-26, by timeless
progress: react more reasonably to nested progress topics
2010-12-10, by Augie Fackler
Merge with stable
2010-12-13, by Steve Borho
util: work around behavior change in Python 2.7.1
stable
2010-12-13, by Steve Borho
merge with stable
2010-12-13, by Martin Geisler
merge default heads in crew and main
2010-12-13, by Martin Geisler
merge stable heads in crew and main
stable
2010-12-13, by Martin Geisler
eol: improve help on whether EOLs are changed in working copy or repository
stable
2010-11-22, by Erik Zielke
churn: ignore trailing and leading spaces (issue2546)
stable
2010-12-13, by Nicolas Dumazet
merge with stable
2010-12-10, by Benoit Boissinot
make_file: always return a fresh file handle that can be closed
2010-12-07, by Dan Villiom Podlaski Christiansen
merge with stable
2010-12-10, by Matt Mackall
hook: fix import path handling for repo=None
stable
2010-12-10, by Matt Mackall
hook: assume relative path to hook is given from repo root
stable
2010-12-07, by Alexander Solovyov
subrepo: backed out changeset 2245fcd0e160
stable
2010-12-10, by Matt Mackall
bundle progress: offer best-guess deterministic progress information
2010-12-10, by Augie Fackler
httpsendfile: record progress information during read()
2010-12-10, by Augie Fackler
templatekw.showdiffstat: use ctx.diff() instead of calling patch
2010-12-07, by Alexander Solovyov
localrepo: remove unneeded os.unlink call in wwrite
2010-12-10, by Adrian Buehlmann
opener: always reset flags on 'w'rite
2010-12-10, by Adrian Buehlmann
subrepo: silence git output when ui.quiet is set
2010-12-09, by Eric Eisner
subrepo: show git command with --debug
2010-12-09, by Eric Eisner
subrepo: speed up git push logic
2010-12-09, by Eric Eisner
subrepo: use subprocess.Popen without the shell
2010-12-09, by Eric Eisner
subrepo: treat git error code 1 as success
2010-12-09, by Eric Eisner
subrepo: gitsubrepo should inherit from abstractsubrepo
2010-12-09, by Eric Eisner
subrepo: initialize subrepo relative default paths relative to their root
stable
2010-12-10, by Mads Kiilerich
merge with stable
2010-12-08, by Matt Mackall
bookmarks: create undo.bookmarks using repo.opener instead of util.copyfile
stable
2010-12-07, by Brodie Rao
archival: don't set gzip filename header when there's no filename
stable
2010-12-07, by Brodie Rao
build: don't delete precious version information on 'make clean'
2010-12-08, by Matt Mackall
patch: write .rej files without rewriting EOLs
stable
2010-12-03, by Patrick Mezard
record: move copystat() hack out of util.copyfile() and into record
2010-12-07, by Brodie Rao
util: make atomicfiles closable
2010-12-07, by Dan Villiom Podlaski Christiansen
subrepo: drop arguments unsupported by old git
2010-12-06, by Eric Eisner
subrepo: work around old git's remote naming scheme
2010-12-06, by Eric Eisner
subrepo: use environment variable instead of git commit's --date
2010-12-06, by Eric Eisner
subrepo: parse git status's human-readable output
2010-12-06, by Eric Eisner
subrepo: use subprocess's cwd instead of git's --work-tree
2010-12-06, by Eric Eisner
test-subrepo-git.t: make gitroot pushable earlier
2010-12-06, by Eric Eisner
test-subrepo-git.t: silence git output
2010-12-06, by Eric Eisner
bdiff: Fix bogus NULL return
2010-12-06, by Matt Mackall
bdiff: dynamically allocate hunks
2010-12-06, by Matt Mackall
merge with stable
2010-12-06, by Matt Mackall
subrepo: lazily update git's local tracking branches
2010-11-28, by Eric Eisner
subrepo: return both mapping directions from gitbranchmap
2010-11-28, by Eric Eisner
subrepo: strip gitcommand output
2010-11-28, by Eric Eisner
sshrepo: don't use readline() on the stderr pipe
2010-12-01, by Dan Villiom Podlaski Christiansen
test-demandimport.py: PyPy support
2010-12-01, by Dan Villiom Podlaski Christiansen
demandimport: change default for level from None to -1
2010-12-01, by Dan Villiom Podlaski Christiansen
export: flush the file pointer between patches
2010-12-01, by Dan Villiom Podlaski Christiansen
test-clone-failure.t: fix unification oversight
2010-12-01, by Dan Villiom Podlaski Christiansen
keyword: make kwfiles show deleted files configured for expansion
2010-12-04, by Christian Ebert
keyword: colorize hg kwfiles output
2010-12-04, by Christian Ebert
coding style: fix yield used as a function
2010-12-03, by Thomas Arendsen Hein
check-code: single check for Python keywords used as a function
2010-12-03, by Thomas Arendsen Hein
coding style: fix gratuitous whitespace after Python keywords
2010-12-03, by Thomas Arendsen Hein
check-code: check for gratuitous whitespace after Python keywords
2010-12-03, by Thomas Arendsen Hein
i18n-pt_BR: synchronized with 9696954415db
stable
2010-12-02, by Wagner Bruna
merge with stable
2010-12-01, by Matt Mackall
Added signature for changeset 6aff4f144ad3
stable
2010-12-01, by Matt Mackall
Added tag 1.7.2 for changeset 6aff4f144ad3
stable
2010-12-01, by Matt Mackall
keyword: copy: when copied source is a symlink, follow it
stable
1.7.2
2010-12-01, by Christian Ebert
makedirs: abort if parent == name (issue2531)
stable
2010-12-01, by Adrian Buehlmann
win32mbcs: use extsetup() to wrap functions only once.
stable
2010-11-19, by Shun-ichi GOTO
hgwebdir: fix incorrect index generation for invalid paths (issue2023)
stable
2010-11-30, by Wagner Bruna
serve: fix doc typo
stable
2010-11-26, by Adrian Buehlmann
mq: fix failing qrefresh test
stable
2010-11-25, by Kevin Bullock
makedate: abort on negative timestamps (issue2513)
stable
2010-11-24, by Adrian Buehlmann
parsedate: abort on negative dates (issue2513)
stable
2010-11-24, by Adrian Buehlmann
merge with i18n
stable
2010-12-01, by Matt Mackall
i18n-pt_BR: synchronized with f08df4d38442
stable
2010-11-23, by Wagner Bruna
merge with stable
2010-12-01, by Martin Geisler
test-clone.t: add basic cases for destination ''
stable
2010-12-01, by Adrian Buehlmann
hgrc.5: expand introduction for [web] section
stable
2010-12-01, by Martin Geisler
hgrc.5: describe what the [auth] section is for
stable
2010-12-01, by Martin Geisler
merge with stable
2010-12-01, by Nicolas Dumazet
runrst: add RSTARGS Makefile variable to allow customization
2010-12-01, by Nicolas Dumazet
util: do not recurse in makedirs if name is '' (issue2528)
stable
2010-11-30, by Nicolas Dumazet
convert/svn: fix changed files list upon directory replacements
stable
2010-11-29, by Patrick Mezard
encoding: fix typo in variable name
2010-11-29, by Martin Geisler
pushkey: use UTF-8
2010-11-28, by Matt Mackall
wireproto: use proper UTF-8 handling for key lookup
2010-11-24, by Matt Mackall
bookmarks: use UTF-8 storage
2010-11-24, by Matt Mackall
branch: operate on branch names in local string space where possible
2010-11-24, by Matt Mackall
encoding: add localstr class to track UTF-8 version of transcoded strings
2010-11-24, by Matt Mackall
Merge with stable
2010-11-26, by Steve Borho
wix: allow x86 MSI packages to be installed on x64 systems
stable
2010-11-26, by Steve Borho
Merge with stable
2010-11-26, by Steve Borho
wix: add support for x64 native MSI packages
stable
2010-11-26, by Steve Borho
wix: switch Mercurial Windows installer to use py2exe --bundle 3
stable
2010-11-26, by Steve Borho
Merge with stable
2010-11-24, by Steve Borho
util.datestr: do not crash on revisions with negative timestamp (issue2513)
stable
2010-11-23, by Adrian Buehlmann
checknlink: return False if .hgtmp file preexists (issue2517)
stable
2010-11-23, by Adrian Buehlmann
localrepo: move string formatting out of gettext call
2010-11-24, by Martin Geisler
merge with stable
2010-11-22, by Matt Mackall
mq: ignore subrepos (issue2499)
stable
2010-11-16, by Kevin Bullock
tests: integrate test-hardlinks-safety.t into test-hardlinks.t
2010-11-22, by Adrian Buehlmann
mq: add an '-e/--exact' option to qpush
2010-11-17, by Steve Losh
dirstate: warn on invalid parents rather than aborting
2010-11-22, by Matt Mackall
code style: prefer 'is' and 'is not' tests with singletons
2010-11-22, by Martin Geisler
less
more
|
(0)
-10000
-3000
-1000
-128
+128
+1000
+3000
+10000
+30000
tip