Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
dirstate.status: avoid putting ignored files in the unknown list
2008-02-08, by Alexis S. L. Carvalho
dirstate: don't walk ignored directories
2008-02-08, by Alexis S. L. Carvalho
revert: don't assume ignored files will be returned in the unknown list
2008-02-08, by Alexis S. L. Carvalho
revert: revert clean files when only a change of flags is needed
2008-02-08, by Alexis S. L. Carvalho
Revert e82dd2dd6276
2008-02-08, by Alexis S. L. Carvalho
make static-http work with empty repos (issue965)
2008-02-08, by Dirkjan Ochtman
mq: qimport must read patches in binary mode
2008-02-06, by Patrick Mezard
keyword: fix my string pasting thinko
2008-02-05, by Matt Mackall
filemerge: wrap quotes around tool path
2008-02-04, by Steve Borho
keyword: nokwcommands, restricted string variables at top level
2008-02-04, by Christian Ebert
keyword: split line continuation in 2 steps (style)
2008-02-04, by Christian Ebert
keyword: add empty_ok argument to kwrepo.commit
2008-02-04, by Christian Ebert
keyword: allow keyword expansion on clone
2008-02-04, by Christian Ebert
merge with crew-stable
2008-02-05, by Thomas Arendsen Hein
cleanly abort on unknown archive type (issue966)
2008-02-05, by Dirkjan Ochtman
merge with crew-stable
2008-02-05, by Thomas Arendsen Hein
hgweb: fix search skipping tip
2008-02-05, by Dirkjan Ochtman
filemerge: fix pattern matching
2008-02-04, by dhruva
filemerge: fix path to working file when fixeol is enabled
2008-02-03, by Lee Cantey
mergetools: correct vim typo
2008-02-04, by Matt Mackall
filemerge: handle missing regappend
2008-02-04, by Matt Mackall
util_win32: add missing valname param to query_val function
2008-02-03, by Lee Cantey
filemerge: two fixes for kdiff3 example configuration
2008-02-03, by Steve Borho
add merge sections to hgrc.5
2008-01-31, by Steve Borho
filemerge: remove the hgmerge script
2008-02-03, by Matt Mackall
filemerge: add an example set of global settings for common merge tools
2008-02-03, by Matt Mackall
filemerge: add config item for GUI tools
2008-02-03, by Matt Mackall
merge: add registry look up bits to tool search
2008-02-03, by Matt Mackall
merge: add support for tool EOL fixups
2008-02-03, by Matt Mackall
merge: allow smarter tool configuration
2008-02-03, by Matt Mackall
filemerge: pull file-merging code into its own module
2008-02-03, by Matt Mackall
merge: move the bulk of simplemerge into core
2008-02-03, by Matt Mackall
merge with crew-stable
2008-02-03, by Alexis S. L. Carvalho
test-serve: wait before killing to always hide the "killed!" message.
2008-02-02, by Thomas Arendsen Hein
Mention 'hg update' to switch branches in help for branch and branches.
2008-02-02, by Thomas Arendsen Hein
Clarify help for hg status and make it consistent.
2008-02-02, by Thomas Arendsen Hein
profile: expand PID in output file name
2008-02-01, by Bryan O'Sullivan
convert: allow synthetic history to be spliced in.
2008-02-01, by Bryan O'Sullivan
profiling: allow CGI and FastCGI to be profiled
2008-02-01, by Bryan O'Sullivan
update copyright notice in version output
2008-02-01, by Dirkjan Ochtman
hgweb: explicit response status
2008-02-01, by Dirkjan Ochtman
updating lsprof.py from remote repository
2008-02-01, by Dirkjan Ochtman
highlight: update according to latest hgweb_mod changes
2008-01-31, by Christian Ebert
Fixed typo: Gnerating -> Generating
2008-02-01, by Thomas Arendsen Hein
added \r for progress counting in churn extension
2008-01-31, by Armin Ronacher
update the branch cache at the end of addchangegroup
2008-02-03, by Alexis S. L. Carvalho
qpop/qrefresh: update self.applied before calling strip
2008-02-03, by Alexis S. L. Carvalho
hg import: write the dirstate after every commit
2008-02-03, by Alexis S. L. Carvalho
localrepo._tag: add a seek before writing the new tag
2008-02-03, by Alexis S. L. Carvalho
convert: use 'unknown' and '0 0' if commit author or date weren't specified
2008-02-03, by Alexis S. L. Carvalho
httprepo: use separate handlers for HTTP and HTTPS
2008-02-03, by Alexis S. L. Carvalho
move __del__ from httprepository to basehttphandler
2008-02-03, by Alexis S. L. Carvalho
mq: don't allow patches with some reserved names
2008-02-03, by Alexis S. L. Carvalho
mq: pop/refresh: avoid losing revisions not managed by mq
2008-02-03, by Alexis S. L. Carvalho
mqrepo: don't abort if the status file has an unknown node
2008-02-03, by Alexis S. L. Carvalho
sshrepo: be more careful while reading data
2008-02-03, by Alexis S. L. Carvalho
fix markup of templates/{,old/}header.tmpl
2008-02-03, by Alexis S. L. Carvalho
templates: move filters to their own module
2008-01-31, by Matt Mackall
templater: move email function to util
2008-01-31, by Matt Mackall
templater: remove node import
2008-01-31, by Matt Mackall
patchbomb: undo backout and fix bugs in the earlier patch
2008-01-31, by Matt Mackall
added an entry about the prefix option inside the hgrc man page
2008-01-22, by Michele Cella
tests for hg serve prefix option
2008-01-22, by Michele Cella
hgweb: fixes to make hg serve prefix handling more robust
2008-01-22, by Michele Cella
Merge with -stable
2008-01-31, by Matt Mackall
graphlog: skip filectx parents in other filelogs
2008-01-30, by Steve Borho
Provide better context for custom Python encode/decode filters.
2007-12-21, by Jesse Glick
Register data filters in a localrepo instead of util
2008-01-28, by Patrick Mezard
hgweb: forgot to centralize the req.write() calls in hgwebdir
2008-01-28, by Dirkjan Ochtman
hgweb: centralize req.write() calls
2008-01-28, by Dirkjan Ochtman
hgweb: explicitly check if requested command exists
2008-01-28, by Dirkjan Ochtman
hgweb: get rid of raw-related code in hgweb.filerevision()
2008-01-28, by Dirkjan Ochtman
keyword: detect restricted commands thru variable
2008-01-26, by Christian Ebert
webcommands: add missing hg import
2008-01-26, by Patrick Mezard
Merge with crew-stable
2008-01-26, by Patrick Mezard
convert: follow svn module parent moves
2008-01-26, by Patrick Mezard
convert: prevent svn branches to leave the root module tree
2008-01-26, by Patrick Mezard
convert: checkout svn root revisions
2008-01-26, by Patrick Mezard
convert: fix svn_source.latest()
2008-01-26, by Patrick Mezard
convert: display source revision id with --verbose
2008-01-26, by Patrick Mezard
Permitting the import command to accept a --user option.
2008-01-25, by Jesse Glick
Merge with crew
2008-01-25, by Bryan O'Sullivan
Simplify test-paths
2008-01-25, by Bryan O'Sullivan
merge with crew
2008-01-26, by Thomas Arendsen Hein
Permit glob patterns to use nested curly braces.
2008-01-25, by Jesse Glick
Merge after backout
2008-01-25, by Bryan O'Sullivan
Backed out changeset dc6ed2736c81
2008-01-25, by Bryan O'Sullivan
keyword: improve use of dicts
2008-01-22, by Christian Ebert
keyword: no expansion on qfold (bugfix)
2008-01-23, by Christian Ebert
Merge with crew
2008-01-25, by Bryan O'Sullivan
Ensure that absolutized paths from hgrc do not contain ../ segments.
2008-01-08, by Jesse Glick
glog shows at most one file: correct synopsis
2008-01-26, by Thomas Arendsen Hein
Update usage message in test-glog.out
2008-01-25, by Thomas Arendsen Hein
Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
2008-01-25, by Thomas Arendsen Hein
graphlog: add test for filelog graph
2008-01-25, by Steve Borho
graphlog: add filelog revision grapher
2008-01-25, by Steve Borho
Test case for hg import --no-commit
2008-01-25, by Thomas Arendsen Hein
Add --no-commit option to import command
2008-01-25, by Joel Rosdahl
win32: remove excessive flushing
2008-01-30, by Matt Mackall
convert: hg.clonebranches must pull missing parents (issue941)
2008-01-26, by Patrick Mezard
qrecord: add tests
2008-01-23, by Kirill Smelkov
qrecord: record complements commit, so qrecord should complement qnew
2008-01-23, by Kirill Smelkov
Remove unneeded "import os.path"
2008-01-23, by Thomas Arendsen Hein
send conservatively capitalized HTTP headers
2008-01-23, by Dirkjan Ochtman
demandimport: handling new relative imports
2008-01-16, by Ali Gholami Rudi
hgweb: move HTTP content types out of header templates
2008-01-22, by Dirkjan Ochtman
hgweb: revert to showing file instead of offering for download
2008-01-22, by Dirkjan Ochtman
hgweb: be sure to send a valid content-type for raw files
2008-01-22, by Dirkjan Ochtman
hgweb: use ErrorResponse instead of custom response
2008-01-22, by Dirkjan Ochtman
better error reporting for hg serve errors in tests
2008-01-22, by Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c
2008-01-22, by Dirkjan Ochtman
hgweb: cleanup buglet introduced in 956afc025c0f
2008-01-22, by Dirkjan Ochtman
merge with crew-stable
2008-01-22, by Thomas Arendsen Hein
CVS convert: Find correct parent for new branch (issue704)
2008-01-22, by Thomas Arendsen Hein
Test for converting a CVS branch
2008-01-22, by Thomas Arendsen Hein
convert: mercurial sink must be local
2008-01-21, by Patrick Mezard
Fix double import of 're'.
2008-01-21, by Thomas Arendsen Hein
convert: Do not abort with TypeError if svn commit message is None (issue934)
2008-01-21, by Thomas Arendsen Hein
Prefer i in d over d.has_key(i)
2008-01-20, by Christian Ebert
fix test-strip-cross on solaris
2008-01-21, by Alexis S. L. Carvalho
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip