Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-480
+480
+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.
ui.py: normalize settings every time the configuration changes
2006-10-10, by Alexis S. L. Carvalho
move the parsing of --config options to commands.py
2006-10-10, by Alexis S. L. Carvalho
ui.py: use the overlay to hold --config data
2006-10-10, by Alexis S. L. Carvalho
ui.py: change the overlay from a dict to a SafeConfigParser.
2006-10-10, by Alexis S. L. Carvalho
ui.py: don't query parentui.cdata when looking up config items.
2006-10-10, by Alexis S. L. Carvalho
ui.py: make walkconfig use configitems
2006-10-10, by Alexis S. L. Carvalho
ui.py: move common code out of config and configbool
2006-10-10, by Alexis S. L. Carvalho
ui.py: remove revlogopts and (unused) diffcache variables
2006-10-10, by Alexis S. L. Carvalho
ui.py: don't let parent and child ui objects share header and prev_header
2006-10-10, by Alexis S. L. Carvalho
ui.py: use correct parentui while copying readhooks
2006-10-10, by Alexis S. L. Carvalho
changectx: search manifest delta for filenode
2006-10-11, by Brendan Cully
context: check self.__dict__ instead of using hasattr
2006-10-11, by Brendan Cully
Teach bdiff to support buffer objects
2006-10-11, by Brendan Cully
Test case for bdiff on buffer objects
2006-10-11, by Brendan Cully
hgweb: globally default to tip if no revision is specified
2006-10-11, by Brendan Cully
Support buffer interface in base85 codec
2006-10-11, by Brendan Cully
merge with crew
2006-10-11, by Benoit Boissinot
fix traceback of extdiff after a merge
2006-10-11, by Benoit Boissinot
Don't generate git diff header for empty diffs
2006-10-10, by Brendan Cully
Add base URL to hgwebdir templater (fixes index page when the URL does not have a trailing /)
2006-10-10, by Brendan Cully
NWI base URL detection fixes
2006-10-10, by Brendan Cully
make manifest-merging test reproduceable
2006-10-11, by Matt Mackall
Revert changeset c67920d78248.
2006-10-10, by Giorgos Keramidas
merge with upstream
2006-10-10, by Thomas Arendsen Hein
merge with upstream
2006-10-10, by Thomas Arendsen Hein
fix localrepo.status when dealing with x-bit changes
2006-10-10, by Benoit Boissinot
extend test-flags
2006-10-09, by Benoit Boissinot
merge with upstream
2006-10-09, by Benoit Boissinot
merge with crew
2006-10-09, by Benoit Boissinot
bundle --base: use the right set for the base
2006-10-09, by Benoit Boissinot
fix bash completion of debug commands; add test for debugcomplete
2006-10-08, by Alexis S. L. Carvalho
merge: pull user messages out to hg.py
2006-10-10, by Matt Mackall
merge: update some docstrings
2006-10-10, by Matt Mackall
merge: various tidying
2006-10-10, by Matt Mackall
context: change workingctx str() from . to <node>+
2006-10-10, by Matt Mackall
merge: use contexts in checkunknown and forgetremoved
2006-10-10, by Matt Mackall
merge: shortcircuit filemerge for identical files
2006-10-10, by Matt Mackall
context: add cmp for filectxs
2006-10-10, by Matt Mackall
merge: pull file copy/move out of filemerge
2006-10-10, by Matt Mackall
merge: unify merge and copy actions
2006-10-10, by Matt Mackall
merge: swap file and mode args for act()
2006-10-10, by Matt Mackall
merge: finish removing nodes from action list
2006-10-10, by Matt Mackall
hgweb: add file sizes to manifest browsing
2006-10-10, by Matt Mackall
hgweb: remove obsolete listfiles function
2006-10-09, by Matt Mackall
merge: eliminate nodes from action list
2006-10-09, by Matt Mackall
filectx: add size method
2006-10-09, by Matt Mackall
run-tests: add --first switch to exit on first error
2006-10-09, by Matt Mackall
run-tests: add --retest switch
2006-10-09, by Matt Mackall
filemerge: use contexts rather than my and other
2006-10-09, by Matt Mackall
fix workingfilectx parents and ancestor functions
2006-10-09, by Matt Mackall
merge: pass contexts to applyupdates
2006-10-09, by Matt Mackall
merge: don't call hooks for revert
2006-10-09, by Matt Mackall
merge: use contexts for manifestmerge
2006-10-09, by Matt Mackall
commit: unify file-level commit code
2006-10-09, by Matt Mackall
Use filelog.cmp in checkfilemerge
2006-10-08, by Matt Mackall
merge: remember rename copies and parents properly on commit
2006-10-08, by Matt Mackall
[patchbomb] prepend leading zeros in the "[PATCH N of M]" string
2006-10-07, by Josef "Jeff" Sipek
merged now fully working base85 codec, though currently unused.
2006-10-08, by Thomas Arendsen Hein
merge with upstream
2006-10-08, by Thomas Arendsen Hein
Handle odd-sized base85 input and output
2006-10-07, by Brendan Cully
Put in backslash again, it was needed to disable an asciidoc macro.
2006-10-07, by Thomas Arendsen Hein
Corrected typo in date format, found by Rob Landley.
2006-10-07, by Thomas Arendsen Hein
Make test-bundle-r executable.
2006-10-07, by Thomas Arendsen Hein
add -r/--rev and --base option to bundle
2006-07-20, by Benoit Boissinot
Add a base85 codec
2006-10-06, by Brendan Cully
Fix undetected change bug in rename tests
2006-10-07, by Matt Mackall
Update test output
2006-10-06, by Matt Mackall
Merge with crew
2006-10-06, by Matt Mackall
hgweb: fix filerevision raw URL
2006-10-06, by Brendan Cully
disallow commands on non local repository
2006-10-06, by Benoit Boissinot
Moved hgweb map-* files into their style directories and adjusted them.
2006-10-06, by Thomas Arendsen Hein
hgweb: Search templates in templatepath/style/map, too, using a common function.
2006-10-06, by Thomas Arendsen Hein
ssh: make the error message more clear, add a testcase
2006-10-06, by Benoit Boissinot
hgweb: be more conservative about expanding SCRIPT_NAME
2006-10-05, by Brendan Cully
Add {getentries} to default style
2006-10-05, by Brendan Cully
hgweb: fix NWI parsing when hgwebdir isn't at /
2006-10-05, by Brendan Cully
hgweb: convert gitweb to NWI
2006-10-05, by Brendan Cully
hgweb: provide means for handling query parameters
2006-10-05, by Brendan Cully
Some versions of sed don't support .\+, so use ..* instead.
2006-10-05, by Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
2006-10-05, by Thomas Arendsen Hein
hgweb: Added safety net for PATH_INFO starting with double slash.
2006-10-05, by Thomas Arendsen Hein
merged NewWebInterface
2006-10-05, by Thomas Arendsen Hein
Update templates to use NewWebInterface
2006-10-04, by Brendan Cully
Rename default style to old
2006-10-04, by Brendan Cully
hgweb: support for generating and parsing NWI URLs
2006-10-04, by Brendan Cully
Teach hgwebdir about new interface
2006-10-04, by Brendan Cully
hgweb: extract raw prefix from NWI commands
2006-10-04, by Brendan Cully
hgweb: accept NewWebInterface URLs
2006-10-04, by Brendan Cully
merge with upstream
2006-10-05, by Thomas Arendsen Hein
merge with crew
2006-10-05, by Benoit Boissinot
Add documentation about the date formats allowed in the command line
2006-10-03, by Jose M. Prieto
util.strdate: assume local time when no timezone specified
2006-10-03, by Jose M. Prieto
util.strdate: compute timestamp using UTC, not local timezone
2006-10-03, by Jose M. Prieto
merge with upstream
2006-10-04, by Thomas Arendsen Hein
patchbomb: update --attach to use cmdutil.make_filename
2006-10-04, by Brendan Cully
merge: copy fixes and tests
2006-10-06, by Matt Mackall
merge: fixes for merge+rename
2006-10-04, by Matt Mackall
Make status -C work with merge+rename
2006-10-04, by Matt Mackall
merge: add rename following
2006-10-04, by Matt Mackall
merge: reduce manifest copying
2006-10-04, by Matt Mackall
merge: reorder dirstate update slightly for correctness
2006-10-04, by Matt Mackall
hgweb: fix manifest link in gitweb summary
2006-10-04, by Brendan Cully
Corrected install location of manpages.
2006-10-04, by Thomas Arendsen Hein
Fix static file serving over HTTP on Windows.
2006-10-04, by Wojciech Milkowski
mq: update qfold to call delete correctly
2006-10-03, by Brendan Cully
Make changectx.filenode raise repo.LookupError on failure
2006-10-03, by Brendan Cully
Merge with upstream
2006-10-03, by Brendan Cully
Fix minor indentation problem in template-vars.txt
2006-10-03, by Thomas Arendsen Hein
Install all files/subdirectories below templates.
2006-10-03, by Thomas Arendsen Hein
Applied coding style to setup.py
2006-10-03, by Thomas Arendsen Hein
Use parentrevs shortcut in filectx.annotate
2006-10-02, by Brendan Cully
Move raw theme into subdirectory
2006-10-02, by Brendan Cully
Move RSS theme into subdirectory
2006-10-02, by Brendan Cully
Move gitweb theme into subdirectory
2006-10-02, by Brendan Cully
[extendedchangelog] add extra metadata in the changelog entry
2006-10-02, by Benoit Boissinot
[extendedchangelog] encode/decode function
2006-10-02, by Benoit Boissinot
fix warnings from pychecker
2006-10-02, by Benoit Boissinot
Fix gitweb index archive link
2006-10-02, by Brendan Cully
merge with crew
2006-10-02, by Benoit Boissinot
test-merge-revert2 solaris fix
2006-10-02, by Benoit Boissinot
Make filectx.__init__ use LookupError
2006-10-01, by Brendan Cully
hgweb: add methods to get contexts from request
2006-10-01, by Brendan Cully
Raise LookupError in changectx.filectx if filenode can't be found
2006-10-01, by Brendan Cully
Add hg.LookupError
2006-10-01, by Brendan Cully
Whitespace/Tab cleanup
2006-10-01, by Thomas Arendsen Hein
Add gitweb style hgwebdir
2006-09-21, by Edouard Gomez
Add style support to hgwebdir
2006-09-21, by Edouard Gomez
hgweb: use contexts in more handlers
2006-09-30, by Brendan Cully
filelog.annotate is now obsolete
2006-09-30, by Brendan Cully
merge: use new working context object in update
2006-10-03, by Matt Mackall
contexts: add working dir and working file contexts
2006-10-02, by Matt Mackall
context: simplify repr methods
2006-10-02, by Matt Mackall
contexts: use __getattr__ rather than try/except in changectx
2006-10-02, by Matt Mackall
context: make filectx remember changectx in changectx.filectx
2006-10-02, by Matt Mackall
Make filectx lazier
2006-10-02, by Matt Mackall
merge: remove old merge function
2006-10-02, by Matt Mackall
merge: extend file merge function for renames
2006-10-02, by Matt Mackall
correctly find the type of 'id' in revlog.lookup
2006-09-30, by Benoit Boissinot
merged brendan's hgweb cleanups
2006-09-30, by Thomas Arendsen Hein
hgweb: teach siblings and callers to use contexts
2006-09-29, by Brendan Cully
Add lookup method to filectx
2006-09-29, by Brendan Cully
hgweb: kill off #filenode#
2006-09-29, by Brendan Cully
hgweb: kill #manifest#
2006-09-29, by Brendan Cully
Remove duplicate walkopts + dryrunopts from addremove.
2006-09-30, by Thomas Arendsen Hein
Merge with upstream
2006-09-30, by Thomas Arendsen Hein
Remove unneeded (and bashismic) export HGMERGE=true.
2006-09-30, by Thomas Arendsen Hein
Templater expects an iterable copies variable (fixes notify).
2006-09-29, by Brendan Cully
Remove single character equivalent of --nodates (was -D)
2006-09-28, by Stephen Darnell
Add -D/--nodates options to hg diff/export that removes dates from diff headers
2006-09-26, by Stephen Darnell
Documentation clarification for --update option to pull and unbundle
2006-09-29, by Thomas Arendsen Hein
Show copies in hg log.
2006-09-29, by Brendan Cully
Abstract manifest block parsing.
2006-09-29, by Brendan Cully
Make hg.repository work with no path argument
2006-09-29, by Brendan Cully
merge with crew
2006-09-29, by Thomas Arendsen Hein
Make "hg log --style=changelog > changelog" work (issue338)
2006-09-29, by Thomas Arendsen Hein
Clarify precedence for template/style in commands.show_changeset():
2006-09-29, by Thomas Arendsen Hein
add remoteopts to bundle command
2006-09-29, by Benoit Boissinot
factor opts: remote repo access options
2006-09-29, by Benoit Boissinot
factor opts: --dry-run option
2006-09-29, by Benoit Boissinot
factor opts: walk options
2006-09-29, by Benoit Boissinot
factor opts: move globalopts to a more logical place
2006-09-29, by Benoit Boissinot
mq: raise util.Abort instead of using sys.exit(1)
2006-09-28, by Brendan Cully
mq: don't write applied patches into series twice in restore
2006-09-27, by Brendan Cully
mq: bail out if a patch appears more than once in the series file.
2006-09-27, by Brendan Cully
mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
2006-09-27, by Brendan Cully
Merge with crew
2006-09-27, by Thomas Arendsen Hein
Documentation fixes for addremove.
2006-09-27, by Thomas Arendsen Hein
hgk: fix mixup of --limit and REVRANGE in hgk call
2006-09-27, by TK Soh
gitweb: cosmetic fixes.
2006-09-27, by Brendan Cully
hgweb: yield filenode as well as node in annotate, use filenode in annotateline
2006-09-27, by Brendan Cully
hgweb: fix changeset link in annotate view.
2006-09-27, by Brendan Cully
shortuser should stop before the first space character.
2006-09-27, by Thomas Arendsen Hein
hgweb: make annotate line revisions point to annotation for that rev
2006-09-27, by Brendan Cully
hgweb: fix annotate bugs
2006-09-27, by Brendan Cully
hgweb: use filectx.annotate instead of filelog
2006-09-27, by Brendan Cully
Refactor annotate copy support.
2006-09-27, by Brendan Cully
merge with mainline
2006-09-27, by Benoit Boissinot
do not disclose proxy user and password in debug messages
2006-09-26, by TK Soh
merge: minor nullid cleanup
2006-09-29, by Matt Mackall
context: add __nonzero__ methods
2006-09-29, by Matt Mackall
merge: use repo.parents and parent contexts in update
2006-09-29, by Matt Mackall
Add str methods to contexts
2006-09-29, by Matt Mackall
Add equality operators to changectx and filectx
2006-09-29, by Matt Mackall
localrepo.parents: return null context for no parents
2006-09-29, by Matt Mackall
Add localrepo.parents to get parent changectxs.
2006-09-29, by Matt Mackall
merge: move partial filtering out of manifest merge
2006-09-26, by Matt Mackall
merge: move findcopies after workingmanifest
2006-09-26, by Matt Mackall
findcopies: shortcut for empty working dir
2006-09-26, by Matt Mackall
fix users of dirstate.copies broken by b1f10d3223c1
2006-09-26, by Benoit Boissinot
Merge with crew
2006-09-25, by Matt Mackall
optimize revlog.lookup when passed hex(node)[:...]
2006-09-24, by Benoit Boissinot
cleanups in revlog.lookup
2006-09-24, by Benoit Boissinot
findcopies: use dirstate rename information
2006-09-25, by Matt Mackall
dirstate: add copies function
2006-09-25, by Matt Mackall
Add core copy detection algorithm
2006-09-25, by Matt Mackall
context: change filectx repr to use @
2006-09-25, by Matt Mackall
context: add __repr__ methods
2006-09-22, by Matt Mackall
filectx: lazy linkrev usage
2006-09-22, by Matt Mackall
restore filectx.changectx() method
2006-09-22, by Matt Mackall
fix newline in error message
2006-09-22, by Benoit Boissinot
add comments in cachefunc
2006-09-22, by Benoit Boissinot
filectx.annotate: return filectx for each line instead of rev
2006-09-22, by Brendan Cully
Add cachefunc to abstract function call cache
2006-09-22, by Brendan Cully
Make filectx lazier - some users never use filenode
2006-09-22, by Brendan Cully
context: handle fileid or changeid == 0
2006-09-22, by Brendan Cully
merge with crew
2006-09-22, by Benoit Boissinot
mq: Add --rev argument to qimport, to adopt existing changesets.
2006-09-19, by Brendan Cully
manifest.py: remove unnecessary method
2006-09-20, by Benoit Boissinot
Switch revlog.ancestor to use revisions rather than nodeids
2006-09-21, by Matt Mackall
mpatch: Fix for malloc corner case on AIX
2006-09-21, by Matt Mackall
Merge with crew
2006-09-21, by Matt Mackall
tests: add new test; test-mq-qrefresh
2006-09-20, by Giorgos Keramidas
Abstract ancestor algorithm into generic function
2006-09-20, by Matt Mackall
Merge with crew
2006-09-19, by Matt Mackall
qimport: rename patch to patchname to avoid shadowing module
2006-09-19, by Brendan Cully
Move defaultrev into changectx
2006-09-15, by Brendan Cully
fix warnings spotted by pychecker
2006-09-18, by Benoit Boissinot
hgweb: fix errors spotted by pychecker
2006-09-18, by Benoit Boissinot
extdiff: use the default option only if the default program is used
2006-09-18, by TK Soh
Merge with mainline
2006-09-18, by Benoit Boissinot
Update [extdiff] configuration sample for vimdiff,
2006-09-15, by Mathieu Clabaut
filectx: add rename-aware ancestor algorithm
2006-09-19, by Matt Mackall
changectx: add ancestor function
2006-09-17, by Matt Mackall
filectx: allow passing filelog in init to avoid opening new filelogs
2006-09-17, by Matt Mackall
filelog: make metadata method private
2006-09-17, by Matt Mackall
filectx: add rename traversal for parents()
2006-09-17, by Matt Mackall
merge: simplify actions with helper function
2006-09-17, by Matt Mackall
merge: simplify local created logic
2006-09-17, by Matt Mackall
merge: simplify prompt code
2006-09-17, by Matt Mackall
merge: simplify exec flag handling
2006-09-17, by Matt Mackall
merge: simplify tests for local changed/remote deleted
2006-09-17, by Matt Mackall
merge: more simplification of m2 manifest scanning
2006-09-17, by Matt Mackall
merge: reorder tests on m2 items in manifestmerge
2006-09-17, by Matt Mackall
merge: eliminate redundant security check
2006-09-17, by Matt Mackall
merge: eliminate confusing queued variable
2006-09-17, by Matt Mackall
merge: remove no longer possible clause
2006-09-17, by Matt Mackall
merge: move apply and dirstate code into separate functions
2006-09-17, by Matt Mackall
merge: remove linear variable
2006-09-17, by Matt Mackall
merge: simplify hook code
2006-09-17, by Matt Mackall
merge: linear_path -> linear
2006-09-17, by Matt Mackall
merge: pull manifest checks and updates into separate functions
2006-09-17, by Matt Mackall
merge: remove now unused umap dict
2006-09-17, by Matt Mackall
merge: pull manifest comparison out into separate function
2006-09-17, by Matt Mackall
Merge with mainline
2006-09-17, by Matt Mackall
merge: move set_exec to actions
2006-09-17, by Matt Mackall
merge: add forget to action list
2006-09-17, by Matt Mackall
merge: add codes to action list, eliminate None elements
2006-09-17, by Matt Mackall
merge: convert actions to list
2006-09-17, by Matt Mackall
Merge with backout
2006-09-15, by Matt Mackall
Back out trusted hgrc change for now
2006-09-15, by Matt Mackall
Merge with crew
2006-09-15, by Matt Mackall
Add support for diffstat in commit emails, and move diffstat from
2006-09-13, by Matt Doar
cat: default to working dir parent instead of tip
2006-09-14, by Brendan Cully
merge with brendan
2006-09-15, by Benoit Boissinot
hgk: add --limit, and revranges
2006-09-13, by Brendan Cully
hgk: add revision numbers
2006-09-13, by Brendan Cully
mq: handle patch names containing ":"
2006-09-14, by Brendan Cully
Move revision parsing into cmdutil.
2006-09-14, by Brendan Cully
Avoid negative block sizes in lazyparser.
2006-09-13, by Alexis S. L. Carvalho
mq: add qdelete --forget option
2006-09-14, by Brendan Cully
mq: do not update an empty working directory after strip.
2006-09-13, by Brendan Cully
mq: Add --git option to qrefresh
2006-09-12, by Brendan Cully
Add the -s option to `hg help qseries`.
2006-09-13, by john levon
sshrepo: don't try to validate when creating the repo
2006-09-13, by Benoit Boissinot
Make qrename handle directory targets; closes #333.
2006-09-13, by Brendan Cully
Fixed python2.3 incompatibility (rsplit) in qpush/qpop with index.
2006-09-12, by Thomas Arendsen Hein
Added tests for qpush/qpop with index.
2006-09-12, by Thomas Arendsen Hein
Fixed OSError "No such file or directory: None" and make IOError consistent.
2006-09-11, by Thomas Arendsen Hein
If local repository is missing, make error message clearer.
2006-09-11, by Thomas Arendsen Hein
don't let lazyparser read more data than it can handle
2006-09-10, by Alexis S. L. Carvalho
document changelog format
2006-09-09, by Benoit Boissinot
merge with brendan
2006-09-09, by Benoit Boissinot
strip: strip changelog before manifest
2006-08-30, by Brendan Cully
extdiff: do not shell-quote options to new commands
2006-08-28, by TK Soh
Include section name and parameter name (if available) in config errors.
2006-09-08, by Thomas Arendsen Hein
Never apply string formatting to generated errors with util.Abort.
2006-09-08, by Thomas Arendsen Hein
hg merge: fix lookup of branch
2006-09-08, by Benoit Boissinot
merge with crew
2006-09-08, by Benoit Boissinot
hgk.py: fix for a bug introduced in 32fd512ca7c0
2006-09-08, by Benoit Boissinot
allow shell-quoting in command defaults
2006-09-07, by TK Soh
hgk.py: use mercurial.patch functions when possible
2006-09-07, by Benoit Boissinot
git --diff: fix traceback when getting mode change
2006-09-07, by Benoit Boissinot
hgk.py: use nullid instead of a constant
2006-09-07, by Benoit Boissinot
hgk.py: fix warnings from pychecker
2006-09-06, by Benoit Boissinot
hgk.py: add an optional file list to debug-diff-tree
2006-09-06, by Benoit Boissinot
really treat the right side of acl.{allow,deny} as a list of users
2006-06-27, by Mikhail Sobolev
merge crew with hg-churn
2006-09-05, by Benoit Boissinot
Fix for Python 2.3 compatibility.
2006-09-05, by Shun-ichi GOTO
hgk: use short changeset hashes
2006-08-24, by TK Soh
merge with brendan
2006-09-05, by Benoit Boissinot
unlink temporary patch files even when an exception is raised
2006-09-05, by Benoit Boissinot
Remove temporary git patch files
2006-08-30, by Brendan Cully
Fix git patch application when cwd != repo.root
2006-08-30, by Brendan Cully
Detect git patches in patchbomb makepatch function
2006-08-30, by Brendan Cully
merge with hg-churn
2006-09-04, by Benoit Boissinot
[churn] Moved churn extension from hgext to contrib
2006-09-04, by Josef "Jeff" Sipek
[churn] Fix progress bar not incrementing when merge cset is encountered
2006-09-03, by Josef "Jeff" Sipek
[churn] progress meter
2006-09-03, by Josef "Jeff" Sipek
[churn] Ignore merge csets
2006-09-03, by Josef "Jeff" Sipek
[churn] repo.changes was renamed to repo.status
2006-09-03, by Josef "Jeff" Sipek
Merge with mpm
2006-09-03, by Josef "Jeff" Sipek
Merge with Brendan Cully
2006-08-19, by Josef "Jeff" Sipek
Add revision range support
2006-08-18, by Brendan Cully
[churn] Fixed churn ignoring the first commit
2006-08-19, by Josef "Jeff" Sipek
[churn] Trivial cleanup
2006-08-15, by Josef "Jeff" Sipek
[churn] Trivial cleanup suggested by Thomas
2006-08-15, by Josef "Jeff" Sipek
[churn] Cleanup suggestions from tonfa
2006-08-08, by Josef "Jeff" Sipek
Churn extension
2006-07-26, by Josef "Jeff" Sipek
add document on command defaults
2006-09-02, by TK Soh
do not enable verbose output if quiet is specified in the cmdline
2006-09-03, by Benoit Boissinot
clone: simplifying dest repo creation
2006-09-02, by Benoit Boissinot
sshrepo: when creating a repo, raise an error if it already exists
2006-09-02, by Benoit Boissinot
localrepo: move the repo creation code, fail if the repo exists
2006-09-02, by Benoit Boissinot
sshrepo: flush stderr before connecting to the hg server
2006-09-02, by Benoit Boissinot
gitweb: add file links to filelog page
2006-08-31, by TK Soh
gitweb: add annotate links to changeset page
2006-08-31, by TK Soh
Merge with crew
2006-08-30, by Brendan Cully
Add --git support to hg email
2006-08-30, by Brendan Cully
Add --git to hg export
2006-08-30, by Brendan Cully
merge with brendan
2006-08-30, by Benoit Boissinot
Call patch.diff directly instead of printdiff - this also saves an
2006-08-29, by Brendan Cully
Remove dates from git export file lines - they confuse git-apply
2006-08-29, by Brendan Cully
Find the system's MD5 binary.
2006-07-28, by Will Maier
gitweb: fix annotate page display problem on IE (6.0)
2006-08-29, by TK Soh
gitweb: fix file page display problem on IE (6.0)
2006-08-29, by TK Soh
gitweb: fix issue 349
2006-08-29, by TK Soh
Document the fact that revert might overwrite .orig files
2006-08-29, by Benoit Boissinot
Add a hint for revert --all when aborting
2006-08-29, by Benoit Boissinot
fix incorrect warning when walking on a particular rev
2006-08-28, by Benoit Boissinot
fix errors reported by pychecker
2006-08-26, by Benoit Boissinot
Fixed an exception in notify extension (b2a_hex argument incorrect)
2006-08-24, by Alexis S. L. Carvalho
minor docstring fix for revert
2006-08-22, by TK Soh
Allow for MB/sec transfer rates in test-http-proxy and test-ssh.
2006-08-21, by Lee Cantey
load extensions only after the ui object has been completely initialized
2006-08-22, by Alexis S. L. Carvalho
Only read .hg/hgrc files from trusted users/groups
2006-08-22, by Alexis S. L. Carvalho
Fix hgk extension due to 4ec58b157265 refactoring
2006-08-23, by Edouard Gomez
merge.
2006-08-23, by Vadim Gelfer
mq.el: Add comment to mq-edit-finish.
2006-08-22, by Bryan O'Sullivan
mq.el: add ability to edit a patch.
2006-08-22, by Bryan O'Sullivan
qheader: exit withh meaningful error code.
2006-08-22, by Bryan O'Sullivan
Emacs: add mq.el, early support for Mercurial Queues.
2006-08-22, by Bryan O'Sullivan
MQ: Make more commands return meaningful errors.
2006-08-22, by Bryan O'Sullivan
mercurial.el: deal with more vagaries of "hg status".
2006-08-22, by Bryan O'Sullivan
qrefresh: exit with status 1 if no patches applied.
2006-08-22, by Bryan O'Sullivan
mercurial.el: add hg-cwd
2006-08-22, by Bryan O'Sullivan
mercurial.el: speed up mode line updates.
2006-08-22, by Bryan O'Sullivan
mercurial.el: add hg-status.
2006-08-22, by Bryan O'Sullivan
mercurial.el: use parents in modeline, not tip
2006-08-22, by Bryan O'Sullivan
mercurial.el: fix hg-chomp.
2006-08-22, by Bryan O'Sullivan
mercurial.el: fix calls to goto-char.
2006-08-22, by Bryan O'Sullivan
mercurial.el: get rid of unportable, unperformant use of replace-regexp.
2006-08-22, by Bryan O'Sullivan
merge.
2006-08-22, by Vadim Gelfer
Support the demandload syntax "@" in packagescan
2006-08-10, by Volker Kleinfeld
merge.
2006-08-22, by Vadim Gelfer
Support foo@bar notation as demandload module spec.
2006-08-22, by Shun-ichi GOTO
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
2006-08-22, by Thomas Arendsen Hein
Merge with tah
2006-08-22, by Thomas Arendsen Hein
Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc
2006-08-22, by Thomas Arendsen Hein
Clear contents of global hgrc for tests before running each test.
2006-08-22, by Thomas Arendsen Hein
Add ui.strict config item.
2006-08-21, by Bryan O'Sullivan
Ignore .DS_Store directories
2006-08-21, by Lee Cantey
Allow for MB/sec transfer rates in test-http
2006-08-21, by Lee Cantey
patch queue: portability.notes
2006-08-21, by Danek Duvall
mq: fix bad interaction between demandload and update of commands.norepo
2006-08-21, by Vadim Gelfer
revert: add -a as alias for --all
2006-08-21, by Vadim Gelfer
revert: require --all to revert all files.
2006-08-21, by Vadim Gelfer
merge: fold umap and added into m1 manifest
2006-08-22, by Matt Mackall
merge: make unresolved a counter
2006-08-22, by Matt Mackall
merge: use context code to retrieve manifests
2006-08-22, by Matt Mackall
merge: add remove to the action hash
2006-08-22, by Matt Mackall
merge: combine merge and get lists
2006-08-22, by Matt Mackall
merge: remove redundant if
2006-08-22, by Matt Mackall
merge: eliminate mw manifestdict, do everything with m1
2006-08-22, by Matt Mackall
merge: eliminate usage of m1 after working manifest creation
2006-08-22, by Matt Mackall
merge: simplify working dir manifest generation
2006-08-22, by Matt Mackall
merge: simplify some update logic
2006-08-22, by Matt Mackall
merge: hoist partial code out of manifest loops
2006-08-22, by Matt Mackall
merge: minor simplification
2006-08-22, by Matt Mackall
merge: rename mysterious variable
2006-08-21, by Matt Mackall
merge: add backwards variable
2006-08-21, by Matt Mackall
tag: shorten hash in default commit message
2006-08-20, by Matt Mackall
Only show long hashes with --debug, not --verbose
2006-08-20, by Matt Mackall
Demote a pull note to a debug message
2006-08-20, by Matt Mackall
fix typo in mail.py
2006-08-20, by Alexis S. L. Carvalho
fix incoming -p
2006-08-20, by Alexis S. L. Carvalho
dirstate.py: when comparing mtimes, use only the integer part.
2006-08-20, by Alexis S. L. Carvalho
localrepo.status: detect clean files even when the mtime has changed
2006-08-20, by Alexis S. L. Carvalho
Avoid Python 2.5 warning
2006-08-20, by Alexis S. L. Carvalho
extdiff: make new diff commands pick up their options correctly
2006-08-17, by TK Soh
addremove: add -s/--similarity option
2006-08-18, by Vadim Gelfer
fix comment.
2006-08-18, by Vadim Gelfer
merge.
2006-08-18, by Vadim Gelfer
addremove: do not deprecate.
2006-07-23, by Vadim Gelfer
merge.
2006-08-18, by Vadim Gelfer
fix issue 322.
2006-08-18, by Vadim Gelfer
merge.
2006-08-18, by Vadim Gelfer
add missing import of errno
2006-08-17, by Giorgos Keramidas
merge.
2006-08-18, by Vadim Gelfer
add other dir/file case to test for issue322.
2006-08-18, by Vadim Gelfer
Teach annotate to follow copies.
2006-08-18, by Brendan Cully
Add self to contributors
2006-08-18, by Brendan Cully
add test for issue 322.
2006-08-18, by Vadim Gelfer
merge with self.
2006-08-18, by Vadim Gelfer
load extensions from every hgrc.
2006-08-18, by Vadim Gelfer
refactor extension loading.
2006-08-11, by Vadim Gelfer
merge with brendan.
2006-08-18, by Vadim Gelfer
mq: fix appliedname
2006-08-16, by Brendan Cully
mq help text updates and speling fixes
2006-08-16, by Brendan Cully
Add qnew -e option.
2006-08-16, by Brendan Cully
allow qrefresh to take a list of files; closes #96.
2006-08-16, by Brendan Cully
Fix test-mq-qdiff; add -I and -X options to qdiff
2006-08-16, by Brendan Cully
Fix qfold after recent changes
2006-08-16, by Brendan Cully
sed portability fixes
2006-08-16, by Brendan Cully
Teach mq about git patches
2006-08-16, by Brendan Cully
Move import's working dir update code into patch.updatedir
2006-08-16, by Brendan Cully
Solaris portability fixes
2006-08-18, by Danek Duvall
Fix bug #345.
2006-08-18, by Brendan Cully
patchbomb: import new mail module
2006-08-16, by Brendan Cully
mail: fix connect
2006-08-16, by Brendan Cully
merge with tah
2006-08-18, by Thomas Arendsen Hein
Fix hgweb's patch display in changeset view.
2006-08-18, by Thomas Arendsen Hein
hgext: more patchbomb documentation
2006-08-15, by Giorgos Keramidas
make new tests executable.
2006-08-16, by Vadim Gelfer
tests: new test for the bisect extension
2006-08-15, by Giorgos Keramidas
tests: new test for "hg annotate"
2006-08-15, by Giorgos Keramidas
override previous merge with mpm.
2006-08-16, by Vadim Gelfer
redo merge with mpm.
2006-08-16, by Vadim Gelfer
merge with mpm.
2006-08-16, by Vadim Gelfer
Unify mq and hg patch invocation.
2006-08-15, by Brendan Cully
merge.
2006-08-15, by Vadim Gelfer
make test-mq-qdiff executable.
2006-08-15, by Vadim Gelfer
tests: new test for mq qdiff command
2006-08-15, by Giorgos Keramidas
merge with other head by default, not tip.
2006-08-15, by Vadim Gelfer
merge with mpm.
2006-08-15, by Vadim Gelfer
Tune a bit the extdiff toplevel comments/samples.
2006-08-15, by Giorgos Keramidas
Fixed test-extdiff.
2006-08-15, by Thomas Arendsen Hein
A fix for --prune.
2006-08-15, by Brendan Cully
Adjusted test to changed help output.
2006-08-15, by Thomas Arendsen Hein
merge with jeffpc
2006-08-15, by Thomas Arendsen Hein
Use demandload in hgk
2006-08-15, by Josef "Jeff" Sipek
Add diff --git option
2006-08-14, by Brendan Cully
extdiff: fix bugs. add test.
2006-08-14, by Vadim Gelfer
Allow qdel to delete multiple patches.
2006-08-14, by Brendan Cully
Replace qdel/qfold -f option with -k/--keep.
2006-08-14, by Brendan Cully
Properly shell-quote arguments in extdiff
2006-08-14, by Brendan Cully
Update extdiff for recent refactoring
2006-08-14, by Brendan Cully
Test for log --prune.
2006-08-14, by Brendan Cully
hgweb: partially revert 4ec58b157265
2006-08-14, by Giorgos Keramidas
merge: consolidate dirstate updates
2006-08-15, by Matt Mackall
merge: use file size stored in revlog index
2006-08-15, by Matt Mackall
merge: move forgets to the apply stage
2006-08-15, by Matt Mackall
trivial bool() cleanup
2006-08-15, by Matt Mackall
filelog.cmp: return 0 for equality
2006-08-15, by Matt Mackall
merge: hoist some working manifest logic out of merge loop
2006-08-15, by Matt Mackall
merge: working manifest new/changed
2006-08-15, by Matt Mackall
merge: factor out exec bit merge function
2006-08-15, by Matt Mackall
Use revlog hash comparison technique in merge
2006-08-15, by Matt Mackall
Move cmp bits from filelog to revlog
2006-08-15, by Matt Mackall
Move ui.sendmail to mail.connect/sendmail
2006-08-15, by Matt Mackall
Move ui.diffopts to patch.diffopts where it belongs
2006-08-15, by Matt Mackall
filelog: add hash-based comparisons
2006-08-14, by Matt Mackall
Merge with crew
2006-08-14, by Matt Mackall
cmdutil.matchpats: allow include/exclude to be optional.
2006-08-13, by Vadim Gelfer
add default values to arguments of walk etc.
2006-08-13, by Vadim Gelfer
move commands.addremove_lock to cmdutil.addremove
2006-08-13, by Vadim Gelfer
move walk and matchpats from commands to cmdutil.
2006-08-13, by Vadim Gelfer
fix patch.patch.filterfiles.
2006-08-13, by Vadim Gelfer
make test-diff-subdir executable.
2006-08-13, by Vadim Gelfer
tests: new test for hg diff of a subdirectory only
2006-08-13, by Giorgos Keramidas
Make clear that hg pull -r REV pulls "up to" a revision.
2006-08-13, by Giorgos Keramidas
Use cached hg-root-dir instead of rediscovering
2006-08-13, by Giorgos Keramidas
hgweb: repo.changes() is now called repo.status()
2006-08-13, by Giorgos Keramidas
remove localrepository.changes.
2006-08-12, by Vadim Gelfer
refactor text diff/patch code.
2006-08-12, by Vadim Gelfer
merge.
2006-08-12, by Vadim Gelfer
manifest.execf is now a function.
2006-08-12, by Vadim Gelfer
merge.
2006-08-12, by Vadim Gelfer
grep: add --follow support.
2006-08-12, by Brendan Cully
grep: display correct user/revision for --all in reverse.
2006-08-12, by Brendan Cully
util: qualify name properly.
2006-08-12, by Vadim Gelfer
less
more
|
(0)
-3000
-1000
-480
+480
+1000
+3000
+10000
+30000
tip