- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 23 2018
Nov 27 2017
Nov 24 2017
Nov 21 2017
@durin42: I think it should be as good as possible BC-wise. What do you think?
Nov 20 2017
Nov 17 2017
I think that the cases mentioned by you are right :) In case of directory I'd prefer so suppress warns. What do you think @yuja ?
Nov 14 2017
@durin42: I'd say that listing *all the files in the repo* when you run hg rm -A should be considered a bug. This can't possibly be the intended behavior. Also: running hg rm -A without a file argument is not even covered by any testcase.
Nov 9 2017
@mharbison72: the problem is that hg rm -A prints a line for every file in the repo even if you didn't touch anything. With a clean working directory in a repo with 10k files, 10k lines will be printed. The lines look like:
not removing <filename>: file still exists
Nov 8 2017
Oct 25 2017
Oct 11 2017
Wow, it's D1000 :D
Oct 5 2017
Sep 21 2017
s/warn/note
Sep 20 2017
Sep 18 2017
Aug 17 2017
Aug 16 2017
Aug 7 2017
Aug 4 2017
Aug 3 2017
fixes for the rest of the comments
Aug 2 2017
https://www.mercurial-scm.org/wiki/EncodingStrategy says that commit messages and usernames are stored in UTF8 encoding.
responded to all the issues except enconding issue mentioned by @quark (will do it later)
Aug 1 2017
tested and fixed the case of binary file removal
refine help
Jul 31 2017
changes revs to nodes in the mapping
Jul 28 2017
Jul 27 2017
Jul 26 2017
refactor to use repo.set and context managers
responded to comments, did refactorings suggested by Jun
Jul 24 2017
Jul 18 2017
Wow, we already have 128 revs in this phabricator, time to party!
Jul 11 2017
pahbsend works in a very magical way - I'm a bit scared of using it. Also: arcanist is fast in such a small repo :)
removed my username from path in favor of glob, retested