Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+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 with crew-stable
2009-09-10, by Martin Geisler
test-convert-git: Use ~ instead of ^
2009-09-08, by Mads Kiilerich
transplant: Add trailing LF in tmp file for filtering
2009-09-10, by Mads Kiilerich
Merge with crew-stable
2009-09-06, by Patrick Mezard
convert: fix history topology when using hg.tagsbranch
2009-09-06, by Patrick Mezard
Merge with crew-stable
2009-09-05, by Patrick Mezard
merge: exclude common ancestor from --preview (issue1818)
2009-09-05, by Patrick Mezard
inotify: _inotify.c: bugfix: remove_watch has to return PyNone on success
2009-08-27, by Nicolas Dumazet
parsers.c: parse_manifest: fixing refcount of flags
2009-08-27, by Nicolas Dumazet
test-highlight: remove redundant test
2009-09-04, by Martin Geisler
Merge with crew-stable
2009-09-04, by Martin Geisler
highlight: fixes garbled text in non-UTF-8 environment
2009-08-29, by Yuya Nishihara
Make distinct lookup error for localrepo.lookup
2009-08-31, by Matt Mackall
doc: add TOC to hg.1.html and hgrc.5.html
2009-09-04, by Martin Geisler
log: prevent negative date range from displaying entire log (issue1805)
2009-09-04, by Christian Ebert
manifest/revlog: do not let the revlog cache mutable objects
2009-09-04, by Benoit Boissinot
doc/README: simplify instructions
2009-09-03, by Martin Geisler
doc: use our own rst2man.py script (issue1746)
2009-09-03, by Martin Geisler
util, minirst: do not crash with COLUMNS=0
2009-09-03, by Martin Geisler
manifestdict: remove unnecessary dictionary copy
2009-09-03, by Benoit Boissinot
manifest.add(): cleanup worklist construction and iteration
2009-09-02, by Benoit Boissinot
manifest: simplify cache handling, use a unique cache
2009-09-02, by Benoit Boissinot
manifest.add(): simplify with iterators and generator expressions
2009-09-02, by Benoit Boissinot
color: do all setup in uisetup
2009-08-29, by Martin Geisler
extensions: pass ui arguement to extsetup if accepted
2009-08-16, by Simon Heimberg
extensions: load and configure extensions in well-defined phases
2009-08-29, by Martin Geisler
highlight: move code from module top-level into extsetup
2009-08-28, by Martin Geisler
run-tests: standardize on --foo instead of -f/--foo
2009-08-28, by Martin Geisler
run-tests: use parser.error for cmdline option errors
2009-08-28, by Martin Geisler
doc/README: rst2man is now in Docutils proper
2009-08-28, by Martin Geisler
doc/Makefile: detect the right name for rst2man and rst2html
2009-08-20, by Mads Kiilerich
Merge with crew-stable
2009-08-27, by Martin Geisler
test-keyword: update output to match 5d49fdef6fd0
2009-08-27, by Martin Geisler
hgweb: show diff header line in raw diffs
2009-08-26, by Dirkjan Ochtman
doc/Makefile: Don't show Makefile comments in output
2009-08-20, by Mads Kiilerich
doc/Makefile: detect rst2man errors
2009-08-20, by Mads Kiilerich
test-hooks: Don't hide the value of HG_PENDING
2009-08-19, by Mads Kiilerich
ui: fix NameError in ui.progress due to unit/units typo
2009-08-18, by Brodie Rao
util: quicker fspath, do not lower names when the length is different
2009-07-29, by Simon Heimberg
test-casefolding: fix wrong case on hfs on linux
2009-08-07, by Simon Heimberg
hghave: check for case insensitive filesystem in current dir
2009-08-07, by Simon Heimberg
run-tests: expand --tmpdir and create it if needed
2009-08-15, by Nicolas Dumazet
patch: remove the unused, broken reverse() function
2009-08-23, by Nicolas Dumazet
patch: readgitpatch: remove unused variable 'src'
2009-08-24, by Nicolas Dumazet
use 'x in dict' instead of 'dict.has_key(x)'
2009-08-24, by Nicolas Dumazet
churn: use genexps now that we dropped 2.3 compatibility
2009-08-26, by Nicolas Dumazet
merge with crew-stable
2009-08-26, by Dirkjan Ochtman
churn: issue833 was reintroduced in 9bc46d069a76, correct it and add a test
2009-08-24, by Nicolas Dumazet
templatefilters: indent: do not compute text.endswith('\n') in each iteration
2009-08-22, by Nicolas Dumazet
util: canonpath: simplify logic
2009-08-22, by Nicolas Dumazet
Merge with crew-stable
2009-08-23, by Patrick Mezard
test-parse-date: test 12-hours time formats (issue1804)
2009-08-23, by Patrick Mezard
util: Fix date format for 12-hour time.
2009-08-21, by Carey Evans
test-command-template: Don't diff files with same content
2009-08-22, by Mads Kiilerich
Merge with crew-stable
2009-08-22, by Martin Geisler
hgrc.5: document %unset directive
2009-08-22, by Martin Geisler
merge with crew-stable
2009-08-22, by Dirkjan Ochtman
dirstate.write: don't ignore stat data if mtime is in the future (issue1790)
2009-08-21, by Adrian Buehlmann
Merge with crew-stable
2009-08-22, by Martin Geisler
hgrc.5: document %include directive
2009-08-22, by Martin Geisler
mq: don't mention qtop in module doc string
2009-08-21, by Martin Geisler
color: no need for itertools, zip() is good enough
2009-08-21, by Patrick Mezard
log: fix traceback for log -k caused by 1ef630452e0b (issue1805)
2009-08-21, by Dirkjan Ochtman
templater: remove support for ## template variables
2009-08-20, by Dirkjan Ochtman
graphlog: simplify ascii drawing to process one cset at a time
2009-08-20, by Dirkjan Ochtman
graphlog: shorter variable names, fewer underscores, single state container
2009-08-20, by Dirkjan Ochtman
graphlog: move common code into function again, change function types
2009-08-20, by Dirkjan Ochtman
graphlog: extract some setup code out of common functions
2009-08-20, by Dirkjan Ochtman
cmdutil: use context objects for walkchangerevs()
2009-08-20, by Dirkjan Ochtman
tags: don't crash if unable to write tag cache
2009-08-18, by Greg Ward
mq: get rid of qnext, qprev and qtop
2009-08-19, by Dirkjan Ochtman
mq: add options to qapplied/qunapplied to act like qprev/qnext
2009-08-19, by Dirkjan Ochtman
hgweb: add web.descend configuration variable
2009-08-19, by Dirkjan Ochtman
help: align columns "hg help templates" output
2009-08-18, by Martin Geisler
Merge with crew-stable
2009-08-18, by Martin Geisler
help: show results of all date filters
2009-08-18, by Martin Geisler
help: document isodatesec and rfc3339 filters (issue1799)
2009-08-18, by Martin Geisler
Merge with crew-stable
2009-08-17, by Steve Borho
iss: make mfc*.dll and msvc*.dll optional
2009-08-16, by Steve Borho
iss: take version from iscc command line or __version__.py
2009-08-16, by Steve Borho
inotify: remove unused import
2009-08-16, by Nicolas Dumazet
Merge with crew-stable
2009-08-14, by Martin Geisler
osutil: fix compilation with -ansi
2009-08-14, by Sebastien Binet
inotify: repo is not referenced from server, remove the weakref
2009-06-29, by Nicolas Dumazet
inotify: client: no repo use
2009-06-29, by Nicolas Dumazet
inotify: server: use dirstate instead of repo
2009-06-29, by Nicolas Dumazet
inotify: server: use wprefix everywhere, introduce prefixlen
2009-06-29, by Nicolas Dumazet
inotify: server._updatestatus: simplify control flow
2009-06-28, by Nicolas Dumazet
url: add support for custom handlers in extensions
2009-08-11, by Henrik Stuart
patchbomb: add --flag to put flags in subject prefixes
2009-07-15, by Nicolas Dumazet
Merge with stable
2009-08-12, by Matt Mackall
Merge with i18n-stable
2009-08-12, by Matt Mackall
Merge with i18n
2009-08-12, by Matt Mackall
merge with i18n-stable
2009-08-11, by Wagner Bruna
i18n-pt_BR: miscellaneous fixes
2009-08-05, by Wagner Bruna
i18n-pt_BR: synchronized with 2de7d96593db
2009-07-28, by Wagner Bruna
config: improve code readability
2009-08-12, by Andrey
mq: re-phrase the qrefresh help about the user and date options
2009-08-12, by Yann E. MORIN
mq: add the date with qrefresh, even if missing (issue1768)
2009-08-12, by Yann E. MORIN
mq: upgrade the patch to HG format when adding the author name with qrefresh
2009-08-12, by Yann E. MORIN
mq: add function to check if a header exists in a patch
2009-08-12, by Yann E. MORIN
mq: fix coding style in qrefresh
2009-08-12, by Yann E. MORIN
Merge with crew-stable.
2009-08-10, by Martin Geisler
hook: fix full path imports on Windows (issue1779)
2009-08-05, by Steve Borho
patch: marked string for translation
2009-08-10, by Martin Geisler
diffstat: scale adds/removes proportionally to graph width
2009-08-10, by Brodie Rao
test-clone-failure: reenable perm to allow deletion
2009-08-07, by Simon Heimberg
patch: create file even if source is not /dev/null
2009-08-07, by Brendan Cully
Merge with crew
2009-08-06, by Bryan O'Sullivan
Fix failing darcs test
2009-08-06, by Bryan O'Sullivan
Merge with mpm
2009-08-06, by Bryan O'Sullivan
Merge backout of 26fa0e31011d
2009-08-05, by Brendan Cully
Backed out changeset 26fa0e31011d.
2009-08-05, by Brendan Cully
mercurial.ini: provide more useful info
2009-08-03, by Steve Borho
churn: correct output when run in subdirectories
2009-08-05, by Brendan Cully
i18n: move unrelated line out of try-except block
2009-08-06, by Martin Geisler
i18n: updated outdated comment
2009-08-06, by Martin Geisler
merge backout of 5724cd7b3688
2009-08-05, by Dirkjan Ochtman
Backed out changeset 5724cd7b3688 (depends on other changes, no tests)
2009-08-05, by Dirkjan Ochtman
merge with crew-stable
2009-08-05, by Dirkjan Ochtman
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip