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.
hg tag: run tag hook just once
2007-12-18, by John Coomes
Make run-tests.py --interactive work on Windows
2008-01-05, by Patrick Mezard
convert: filemap must call base converter before()/after() actions
2008-01-04, by Patrick Mezard
fetch: hide authentication details
2008-01-04, by Bryan O'Sullivan
serve: Don't change directory in the child if invoked with -d and --cwd
2008-01-04, by Bryan O'Sullivan
Fix status char in color extension for deleted (missing) files.
2008-01-04, by Thomas Arendsen Hein
merge with main
2008-01-04, by Thomas Arendsen Hein
convert: print commit log message with local encoding correctly.
2008-01-03, by Shun-ichi GOTO
convert: Accept local path on win32.
2008-01-03, by Shun-ichi GOTO
color extension: change from GPL3 to 2
2008-01-03, by Kevin Christen
changelog: fix decoding of extra
2008-01-03, by Matt Mackall
convert: svn_sink: workaround of command line size limitation on win32.
2008-01-03, by Shun-ichi GOTO
convert: svn_sink: specify encoding of message file explicitly on commit.
2008-01-03, by Shun-ichi GOTO
mq: add --currentdate and --date options to qnew and qrefresh
2008-01-02, by Peter Arrenbrecht
Add colored output to status and qseries commands
2007-12-31, by Kevin Christen
patchbomb: simplify some line continuations
2007-12-30, by Christian Ebert
patchbomb: add linebreaks after colons (coding style)
2007-12-30, by Christian Ebert
Fixed XHTML validation errors
2008-01-03, by Kevin Christen
Move aliases section in help below synopsis (issue362)
2008-01-02, by Thomas Arendsen Hein
test-convert-svn-source: test stop revision
2008-01-01, by Patrick Mezard
Sort commands table again and add some missing 'hg' in synopsises.
2008-01-01, by Thomas Arendsen Hein
Obfuscate (instead of just escape) contact/owner in gitweb summary.
2008-01-01, by Thomas Arendsen Hein
Don't let ui.username override web.contact (issue900)
2008-01-01, by Thomas Arendsen Hein
realign commands table
2008-01-01, by Thomas Arendsen Hein
bisect: improve tests
2007-12-31, by Matt Mackall
bisect: handle search for bad to good transitions
2007-12-31, by Matt Mackall
bisect: make bisect a built-in command
2007-12-31, by Matt Mackall
bisect: faster merging
2007-12-31, by Matt Mackall
bisect: merge ancestor lists when pushing to children
2007-12-31, by Matt Mackall
bisect: skip calculations on candidates with too many ancestors
2007-12-31, by Matt Mackall
bisect: stop early if we find a perfect candidate
2007-12-31, by Matt Mackall
bisect: find best node in ancestor collection pass
2007-12-31, by Matt Mackall
bisect: calculate candidate set while finding children
2007-12-31, by Matt Mackall
bisect: use a dict for children
2007-12-31, by Matt Mackall
bisect: propagate ancestor lists directly to children
2007-12-31, by Matt Mackall
bisect: add noupdate option
2007-12-31, by Matt Mackall
Merge backout
2007-12-31, by Matt Mackall
Backed out changeset c2a21fe60994
2007-12-31, by Matt Mackall
Show number of changesets written to bundle files by default (issue569)
2007-12-30, by Thomas Arendsen Hein
"C" status code considered harmful, so changed to "=" (issue899)
2007-12-30, by Thomas Arendsen Hein
Adjust changed test output after 0145f9afb0e7 (trailing whitespace)
2007-12-30, by Thomas Arendsen Hein
Removed tabs and trailing whitespace in python files
2007-12-29, by Thomas Arendsen Hein
util: filter all st_mode with 0777 in checkexec
2007-12-29, by Patrick Mezard
merge with crew
2007-12-28, by Thomas Arendsen Hein
Clarify some messages during commit:
2007-12-28, by Thomas Arendsen Hein
merge with crew
2007-12-28, by Thomas Arendsen Hein
Merge with crew-stable
2007-12-28, by Patrick Mezard
Prompt for a commit message in editor, improve error message
2007-12-28, by Patrick Mezard
patchbomb: make --bundle respect --desc
2007-12-27, by Patrick Mezard
patchbomb: read bundle file in binary mode
2007-12-28, by Patrick Mezard
prompt: kill matchflags
2007-12-28, by Kirill Smelkov
test-convert-cvs: force cvs -f options to avoid cvsrc
2007-12-27, by Patrick Mezard
Patchbomb: Prompt password when using SMTP/TLS and no password in .hgrc.
2007-12-19, by Arun Thomas
highlight: fix more tracebacks by forcing util._encoding to hgweb.encoding
2007-12-19, by Christian Ebert
hg tag: run tag hook just once
2007-12-18, by John Coomes
patchbomb: break lines > 80 chars (coding style)
2007-12-18, by Christian Ebert
changelog: inline trivial call for extra data unescaping
2007-12-27, by Matt Mackall
changelog: remove extract function
2007-12-27, by Matt Mackall
util: simplify unique
2007-12-27, by Matt Mackall
remove unused util.localsub function
2007-12-27, by Matt Mackall
add debugfsinfo to check fs capabilities
2007-12-27, by Matt Mackall
atomictempfile: avoid chmod weirdness on Linux vfat
2007-12-27, by Matt Mackall
checkexec: fix VFAT tempfile droppings with more modern Linux kernels
2007-12-27, by Matt Mackall
bisect: use proper locking when updating bisect.state
2007-12-27, by Matt Mackall
bisect: remove class
2007-12-27, by Matt Mackall
bisect: keep history of all bad revisions
2007-12-27, by Matt Mackall
bisect: use more standard command syntax and help
2007-12-27, by Matt Mackall
bisect: move reporting out of core bisect function
2007-12-27, by Matt Mackall
bisect: add skip command
2007-12-27, by Matt Mackall
bisect: simplify state handling and init
2007-12-27, by Matt Mackall
bisect: remove unused imports
2007-12-27, by Matt Mackall
bisect: rename autobad/good/next
2007-12-27, by Matt Mackall
bisect: slightly improve the help message
2007-12-27, by Matt Mackall
bisect: remove stale test function
2007-12-27, by Matt Mackall
bisect: use array.array rather than lists for ancestor lists
2007-12-27, by Matt Mackall
bisect: switch individual ancestor lists from dict to list
2007-12-27, by Matt Mackall
bisect: turn ancestors into an array
2007-12-27, by Matt Mackall
bisect: greatly simplify the ancestor accumulating loop
2007-12-27, by Matt Mackall
bisect: switch to rev-based calculation
2007-12-27, by Matt Mackall
bisect: fix up node vs rev naming
2007-12-27, by Matt Mackall
bisect: clarify some bisection code
2007-12-27, by Matt Mackall
bisect: inline num_children function
2007-12-27, by Matt Mackall
bisect: remove usage of sets
2007-12-27, by Matt Mackall
bisect: remove stop argument to ancestors function
2007-12-27, by Matt Mackall
bisect: use bail_if_changed
2007-12-27, by Matt Mackall
cmdutil: make bail_if_changed bail on uncommitted merge
2007-12-27, by Matt Mackall
bisect: remove versionstr
2007-12-27, by Matt Mackall
bisect: simplify lookup
2007-12-27, by Matt Mackall
bisect: remove redundant clean checks
2007-12-27, by Matt Mackall
bisect: fold in two trivial functions
2007-12-27, by Matt Mackall
bisect: remove two unused functions
2007-12-27, by Matt Mackall
update test-merge-types
2007-12-27, by Matt Mackall
ui: allow default when prompting
2007-12-27, by Matt Mackall
merge: add flag merging intelligence
2007-12-27, by Matt Mackall
util: remove set_exec and set_link methods
2007-12-27, by Matt Mackall
patch: use util.set_flags
2007-12-27, by Matt Mackall
convert/svn: use util.set_flags
2007-12-27, by Matt Mackall
merge: use util.set_flags
2007-12-27, by Matt Mackall
wwrite: simplify with util.set_flags
2007-12-27, by Matt Mackall
util: add new set_flags method
2007-12-27, by Matt Mackall
add --debug to test-merge-types
2007-12-27, by Matt Mackall
merge: simplify merge tests, fix exec flag bug
2007-12-27, by Matt Mackall
hg: fail upon copy/link errors while cloning locally
2007-12-27, by Patrick Mezard
convert: svn-sink: copy and set properties after adding dirs/files
2007-12-27, by Maxim Dounin
convert: don't read ~/.cvsrc in test-convert-cvs
2007-12-27, by Maxim Dounin
merge with crew-stable
2007-12-27, by Thomas Arendsen Hein
merge with crew-stable
2007-12-26, by Thomas Arendsen Hein
convert: allow repo root to be matched in filemap
2007-12-25, by Maxim Dounin
.hgignore += tags & cscope files
2007-12-25, by Kirill Smelkov
Merge with crew-stable
2007-12-25, by Patrick Mezard
merge with crew-stable
2007-12-25, by Thomas Arendsen Hein
server: append to logfiles
2007-12-24, by Mirko Friedenhagen
Move diffing missing file test and remove test-notfound
2007-12-24, by Patrick Mezard
commands: add exits(1) if a specified file cannot be added (issue 891)
2007-12-24, by Patrick Mezard
test-hgweb-commands: replace all "XX years ago" occurences
2007-12-24, by Patrick Mezard
Switch to using cat with EOF doc instead of trying to quote newlines for echo.
2007-12-21, by Lee Cantey
Use skipped: instead of hghave: for skipping tests, use this in test-merge-types
2007-12-21, by Thomas Arendsen Hein
merge with crew-stable
2007-12-21, by Thomas Arendsen Hein
Use common readlink.py instead of own implementations per test script.
2007-12-21, by Thomas Arendsen Hein
Use test -h instead of test -L for portability
2007-12-21, by Thomas Arendsen Hein
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip