- Aug 15, 2012
-
-
kiilerix authored
-
- Aug 28, 2012
-
-
Matt Mackall authored
-
Steve Borho authored
-
Adrian Buehlmann authored
note that com0 and lpt0 are *not* encoded
-
- Aug 16, 2012
-
-
Nikolaj Sjujskij authored
* `incoming --rev` completes _hg_labels, not jsut tags; * `outgoing --rev` completes revrange; * source/dest/base for `rebase` require argument.
-
Nikolaj Sjujskij authored
* add qclone command; * qapplied/qunapplied: add --last/--first; * qdiff: add all diff options; * qfold: add --force, --no-backup; * qgoto: add --keep-changes; * qimport: add --git, --push; * qnew: add user- and date-related options; * qpop/qpush: add --keep-changes and --no-backup, drop --name; * qpush: drop deprecated --merge; * qrename: complete only unapplied patches' names; * strip: add --rev, --keep, --bookmark, update descriptions, drop --backup.
-
Nikolaj Sjujskij authored
* backout: add --tool; * bisect: add --extend; * bookmarks: add --inactive; * branches: add --closed; * bundle: add --rev, --all, --branch; * cat: add --decode; * clone: add --updaterev, --branch, --pull and use common-with-qclone opts; * commit: add --close-branch; * diff: add --change, --reverse, --stat, --text, --unified; * export: add --rev; * grep: add --date; * heads: add --topo, --closed; * help: add --extension, --command, --keywords; complete additional help topics also, not commands only; * identify: add --bookmark and remote_opts; * import: add --no-commit, --exact, --import-branch, --date, --user, --similarity and commit options; * log: add --user, --date, --stat, --git, --graph; * manifest: add --rev; * push: add --new-branch; * resolve: add --all, --no-status, --tool and pattern options; * revert: add --date; * serve: add --prefix, --web-conf, --pid-file, --cmdserver, --certificate; * status: add --change; * tag: add --force, --edit, --remove; * tip: add --git; * update: add --check, --date.
-
Nikolaj Sjujskij authored
-
Nikolaj Sjujskij authored
-
Nikolaj Sjujskij authored
Add clone, date/user, git-style, merge tool, ignore space, log, branch/bookmarks options and use them throughout command completions.
-
Nikolaj Sjujskij authored
-
Nikolaj Sjujskij authored
-
- Aug 27, 2012
-
-
Patrick Mézard authored
-
John Li authored
45b5eb2941d0 fixed an error that occured when heads being merged were both inactive bookmarks. Add a test for that case.
-
- Aug 24, 2012
-
-
Matt Mackall authored
-
- Aug 06, 2012
-
-
Adrian Buehlmann authored
Example new output on Windows: $ hg debuginstall checking encoding (cp1252)... checking Python lib (C:\Users\adi\hgrepos\hg-main\hg-python\lib)... checking installed modules (C:\Users\adi\hgrepos\hg-main\mercurial)... checking templates (C:\Users\adi\hgrepos\hg-main\mercurial\templates)... checking commit editor... C:\Program Files (x86)\Notepad++\notepad++.exe checking username... no problems detected on Linux: adi@kork-ubuntu64:~/hgrepos/hg-main$ ./hg debuginstall checking encoding (UTF-8)... checking Python lib (/usr/lib/python2.7)... checking installed modules (/home/adi/hgrepos/hg-main/mercurial)... checking templates (/home/adi/hgrepos/hg-main/mercurial/templates)... checking commit editor... checking username... no problems detected
-
- Aug 04, 2012
-
-
Ross Lagerwall authored
Python since 2.4 has supported os.devnull so having util.nulldev is unnecessary.
-
Patrick Mézard authored
-
- Aug 23, 2012
-
-
Steve Borho authored
We're somewhat forced to use Python 2.7 for the bdist packages, so we might as well use 2.7 for the MSI installers as well.
-
- Aug 24, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Aug 22, 2012
-
-
John Li authored
If all heads are bookmarks, merge fails to find what node to merge with (throws an IndexError while indexing into the non-bookmark heads list) as of 4a02cf4fbb2e. This catches that case and prints an error to specify a rev explicitly.
-
- Aug 21, 2012
-
-
Patrick Mézard authored
Before this change: $ hg init $ hg branch foo $ hg ci -m branchfoo $ hg verify checking changesets checking manifests 0: empty or missing manifest crosschecking files in changesets and manifests checking files 0 files, 1 changesets, 0 total revisions 1 integrity errors encountered! (first damaged changeset appears to be 0) [1]
-
Bryan O'Sullivan authored
-
- Aug 17, 2012
-
-
Neil Kodner authored
-
- Aug 21, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Aug 13, 2012
-
-
Alexander Sauta authored
-
- Aug 21, 2012
-
-
Matt Mackall authored
-
- Aug 17, 2012
-
-
Matt Mackall authored
-
- Aug 18, 2012
-
-
Patrick Mézard authored
-
- Aug 16, 2012
-
-
Adrian Buehlmann authored
repo.store.datafiles() is now already sorted (for all types of stores). A follow-up to 4cbb1137941d.
-
- Aug 15, 2012
-
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Patrick Mézard authored
-
Patrick Mézard authored
$ hg debugfileset 'a or b' would only return a or b but not both because the base file list was a generator instead of a replayable sequence.
-
Patrick Mézard authored
-
Patrick Mézard authored
- exec - symlink - size - resolved / unresolved - subrepo
-
Patrick Mézard authored
-