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.
fetch: rename --force-editor option to --edit, for consistency
2008-03-11, by Bryan O'Sullivan
dates: fix fractional timezone display rounding bug
2008-03-10, by Matt Mackall
churn: show comitter email addresses unclipped (bug 1023)
2008-03-09, by Stephen Deasey
gitweb: use {url} as entrypoint in notfound.tmpl instead of /
2008-03-08, by Brendan Cully
Support web.baseurl in hgwebdir, overriding SCRIPT_NAME
2008-03-08, by Brendan Cully
Fixed typo in tag help, found by John Coomes
2008-03-08, by Thomas Arendsen Hein
hgweb: fix test results missed by 6218:345a23eca8f6
2008-03-07, by Peter Arrenbrecht
gitweb: remove some line breaks in archive and rss columns.
2008-03-06, by Brendan Cully
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
2008-03-06, by Joel Rosdahl
Add missing import of sys
2008-03-06, by Joel Rosdahl
convert: Remove unused clone method
2008-03-06, by Joel Rosdahl
convert: Fix unbound name error in the subversion backend
2008-03-06, by Joel Rosdahl
imerge: Fix unbound name error and add a test case
2008-03-06, by Joel Rosdahl
Remove unused imports
2008-03-06, by Joel Rosdahl
Expand import * to allow Pyflakes to find problems
2008-03-06, by Joel Rosdahl
Removed trailing spaces from everything except test output
2008-03-07, by Thomas Arendsen Hein
Replaced tab in run-tests.py
2008-03-07, by Thomas Arendsen Hein
tests: add --keep-tmp to run-tests.py to debug test environment
2008-03-05, by Peter Arrenbrecht
fetch: make test reproducible, tiny code cleanup
2008-03-05, by Bryan O'Sullivan
fetch: switch the default parent used for a merge
2008-03-05, by Bryan O'Sullivan
mq: test for qclone of http repo+queue
2008-03-03, by Peter Arrenbrecht
When failing to load an extension, show where Hg tried to load it from.
2008-03-03, by Jesse Glick
hgweb/annotate: handle binary files like hgweb/file
2008-03-02, by Thomas Arendsen Hein
test-status: Make assert function definition sh compatible.
2008-03-02, by Thomas Arendsen Hein
Extend/correct acc40572da5b regarding -qA and ignored files.
2008-03-02, by Thomas Arendsen Hein
'hg status -q' output skips non-tracked files.
2008-03-01, by Zoran Bosnjak
highlight: forgot import
2008-02-29, by Brendan Cully
highlight: guess by text when path name is ambiguous
2008-02-29, by Brendan Cully
highlight: make div trimmer work when lexer fails to identify text.
2008-02-29, by Brendan Cully
highlight: use iter() instead of generator comprehension
2008-02-29, by Brendan Cully
mq: remove unimplemented option -f for strip
2008-02-29, by Dirkjan Ochtman
highlight: bail out if file is binary
2008-02-28, by Brendan Cully
highlight: support annotate, and reduce layering violations.
2008-02-28, by Brendan Cully
Introduce templateopts and logopts to reduce duplicate option definitions.
2008-02-29, by Thomas Arendsen Hein
Add option -l/--limit to hg incoming and hg outgoing.
2008-02-29, by Thomas Arendsen Hein
Move finding/checking the log limit to cmdutil
2008-02-29, by Thomas Arendsen Hein
Make hg debugancestor accept -R by making it an optionalrepo command.
2008-02-29, by Thomas Arendsen Hein
debugancestor: use *args instead of *opts, to not confuse with option dicts.
2008-02-29, by Thomas Arendsen Hein
mq: Cleanup: update outdated file header.
2008-02-28, by Marti Raudsepp
convert: Clean up authormap key=value splitting.
2008-02-28, by Marti Raudsepp
convert: Avoid redundant newline on authormap errors.
2008-02-28, by Marti Raudsepp
convert: Ignore empty lines in authormap file.
2008-02-28, by Marti Raudsepp
Add config option to disable putting .hg_archival.txt inside archives.
2008-02-28, by Thomas Arendsen Hein
add a blame alias for annotate
2008-02-28, by Dirkjan Ochtman
warning on push should mention heads, not branches
2008-02-28, by Dirkjan Ochtman
commands: lock() the repo while unbundling (issue1004)
2008-02-28, by Patrick Mezard
patch: fix iterhunks() with trailing binary file removal
2008-02-28, by Patrick Mezard
debugancestor: make the index argument optional, defaulting to 00changelog.i
2008-02-27, by Bryan O'Sullivan
Renamed "manifest" to "files" in web templates.
2008-02-26, by Thomas Arendsen Hein
Removed old-style hgweb templates
2008-02-26, by Thomas Arendsen Hein
add explicit extension disabling syntax to hgrc.5
2008-02-26, by Steve Borho
Permit XML entities to be escaped in template output.
2008-01-28, by Jesse Glick
convert: add shallow, single branch svn conversions via svn.startrev
2008-02-24, by Patrick Mezard
convert: allow svn trunk/branches/tags detection to be skipped
2008-02-24, by Patrick Mezard
Add --all option to bundle command
2008-02-21, by John Mulligan
Fix test-convert.out after 55455556f921
2008-02-23, by Patrick Mezard
convert: improve subversion source documentation
2008-02-23, by Patrick Mezard
hgweb: fix parameter mixup (issue1001)
2008-02-23, by Dirkjan Ochtman
tests: easier hg serve error diagnosis
2008-02-23, by Dirkjan Ochtman
util: make walkrepos() return .hg/patches if present
2008-02-21, by Peter Arrenbrecht
Allow "file://localhost/" in addition to "file:///" (issue728)
2008-02-22, by Thomas Arendsen Hein
mq: make qclone ask remote source repo for qbase using lookup protocol
2008-02-21, by Peter Arrenbrecht
Document log date ranges and mention 'hg help dates' for all commands (issue998)
2008-02-22, by Thomas Arendsen Hein
Add test case for backout on named branches (issue665)
2008-02-22, by Thomas Arendsen Hein
Reverse the way backout is doing the merge
2008-02-21, by Gilles Moris
tests: hide the name of the branch cache file
2008-02-21, by Alexis S. L. Carvalho
test-mq-pull-from-bundle: don't print the contents of $HGRCPATH
2008-02-21, by Alexis S. L. Carvalho
repo.status: also compare flags for files in the lookup list.
2008-02-21, by Alexis S. L. Carvalho
keyword: remove "identify" and "remove" from nokwcommands
2008-02-21, by Alexis S. L. Carvalho
test-glog: pass the list of files to commit
2008-02-21, by Alexis S. L. Carvalho
hgweb: no i18n in protocol responses
2008-02-21, by Dirkjan Ochtman
improve changegroup.readbundle(), use it in hgweb
2008-02-21, by Dirkjan Ochtman
Also search for .hgrc if mercurial.ini not found on windows
2008-02-20, by Stefan Rank
hgweb: use bundletypes from mercurial.changegroup
2008-02-21, by Dirkjan Ochtman
Merge with crew
2008-02-20, by Bryan O'Sullivan
Infer a --repository argument from command arguments when reasonable.
2008-01-25, by Jesse Glick
hgweb: separate protocol calls from interface calls (issue996)
2008-02-20, by Dirkjan Ochtman
update output of test-convert
2008-02-19, by Alexis S. L. Carvalho
repair.py: rewrite a loop, making it cleaner and faster
2008-02-19, by Alexis S. L. Carvalho
Speed up hg grep by avoiding useless manifest parsing
2008-02-19, by Alexis S. L. Carvalho
cmdutil.walkchangerevs: use '-1:0' instead ot 'tip:0'
2008-02-19, by Alexis S. L. Carvalho
revlog.revision: avoid opening the datafile without need.
2008-02-19, by Alexis S. L. Carvalho
convert: document splicemap, allow setting of multiple parents
2008-02-19, by Bryan O'Sullivan
merge backout
2008-02-18, by Thomas Arendsen Hein
Backed out changeset b913d3aacddc (see issue971/msg5317)
2008-02-18, by Thomas Arendsen Hein
Simplify utils.walkrepos().
2007-08-28, by Walter Doerwald
Fix bad behaviour when specifying an invalid date (issue700)
2008-02-17, by Thomas Arendsen Hein
Report filenames with disallowed characters as suggested by Mika Eloranta
2008-02-17, by Thomas Arendsen Hein
hgweb: Quote filenames when downloading raw files.
2008-02-16, by Thomas Arendsen Hein
hgweb: Pass only filename instead of full path when downloading raw files.
2008-02-16, by Thomas Arendsen Hein
merge with crew
2008-02-16, by Thomas Arendsen Hein
Make annotae/grep print short dates with -q/--quiet.
2008-02-16, by Thomas Arendsen Hein
Add hg grep -d/--date to list the commit date of matched revisions.
2008-02-16, by Thomas Arendsen Hein
util: always define a dummy lookup_reg()
2008-02-13, by Patrick Mezard
convert: improve cycles detection message
2008-02-16, by Patrick Mezard
Merge with crew-stable
2008-02-16, by Patrick Mezard
bundlerepo: fix inconsistency of parsed and internal name (issue #821)
2008-02-10, by Peter Arrenbrecht
bundlerepo: test exposing inconsistency of parsed and internal name (issue #821)
2008-02-10, by Peter Arrenbrecht
Simplify the output of test-bheads
2008-02-15, by Alexis S. L. Carvalho
merge with crew
2008-02-15, by Thomas Arendsen Hein
Make hgweb annotate link to target line numbers (issue623)
2008-02-15, by Thomas Arendsen Hein
fix test output after f7f25f58693a
2008-02-15, by Thomas Arendsen Hein
merged Edward Lee's line anchors patch
2008-02-15, by Thomas Arendsen Hein
Add line anchors to annotate, changeset, diff, file views for hgweb
2007-09-04, by Edward Lee
automatically update the branch cache when tip changes
2008-02-15, by Alexis S. L. Carvalho
move the reading of branch.cache from _branchtags to branchtags
2008-02-15, by Alexis S. L. Carvalho
localrepo: keep the UTF-8 version of branchcache around
2008-02-15, by Alexis S. L. Carvalho
localrepo.invalidate: invalidate branchcache
2008-02-15, by Alexis S. L. Carvalho
keyword: do not inspect node1 for diff if node2 is given
2008-02-15, by Christian Ebert
keyword: add test for patch.diff monkey
2008-02-15, by Christian Ebert
keyword: make main class and hg command accessible
2008-02-15, by Christian Ebert
keyword: move expand/shrink decisions into kwtemplater
2008-02-15, by Christian Ebert
try to fix test-inherit-mode on HFS+
2008-02-15, by Alexis S. L. Carvalho
cmdutil.commit: use relative paths in the error messages
2008-02-15, by Alexis S. L. Carvalho
util.pathto: return '.' instead of an empty string
2008-02-15, by Alexis S. L. Carvalho
status: put added files that have disappeared in the deleted list
2008-02-14, by Alexis S. L. Carvalho
revert: unify forget and remove lists
2008-02-14, by Alexis S. L. Carvalho
revert: only call dirstate.normal when we know the file is clean
2008-02-14, by Alexis S. L. Carvalho
commands.revert: don't call hg.revert
2008-02-14, by Alexis S. L. Carvalho
revert: don't let repo.status walk the whole working dir
2008-02-14, by Alexis S. L. Carvalho
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip